嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#超市进销存管理系统
代码结构良好,是一个学习c#的好实例。这个系统在vs2010下编写。运行界面友好。
.
├── c#超市进销存管理系统_jxcManage.rar
├── jxc01.sql
└── jxcManage
├── frmKcGoodFind.cs
├── frmKcGoodFind.designer.cs
├── frmKcGoodFind.resx
├── jxcManage
│ ├── ClassInfo
│ │ ├── tb_Company.cs
│ │ ├── tb_EmpInfo.cs
│ │ ├── tb_JhGoodsInfo.cs
│ │ ├── tb_KcGoods.cs
│ │ ├── tb_SellGoods.cs
│ │ └── tb_SellThGoodsInfo.cs
│ ├── DAL
│ │ ├── DbHelperSQL.cs
│ │ ├── tb_Company.cs
│ │ ├── tb_EmpInfo.cs
│ │ ├── tb_JhGoodsInfo.cs
│ │ ├── tb_KcGoods.cs
│ │ ├── tb_SellGoods.cs
│ │ └── tb_SellThGoodsInfo.cs
│ ├── GoodMenhod
│ │ ├── getSqlConnection.cs
│ │ ├── tb_CompanyMenthod.cs
│ │ ├── tb_EmpInfoMenthod.cs
│ │ ├── tb_JhGoodsInfoMenthod.cs
│ │ ├── tb_KcGoodsMenthod.cs
│ │ ├── tb_SellGoodsMenthod.cs
│ │ └── tb_ThGoodsMenthod.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── bg.JPG
│ │ ├── 背景.bmp
│ │ ├── 保存.ico
│ │ ├── 修改.ico
│ │ ├── 删除.ico
│ │ ├── 取消.ico
│ │ ├── 添加.ico
│ │ ├── 退出.ico
│ │ ├── 保存1.ico
│ │ ├── 删除1.ico
│ │ ├── 取消按钮.png
│ │ └── 确定按钮.png
│ ├── Tool
│ │ ├── JhSelectInfo.cs
│ │ ├── ThSelectInfo.cs
│ │ ├── defid.cs
│ │ ├── selecSellID.cs
│ │ ├── selectCompany.cs
│ │ ├── selectEmp.cs
│ │ ├── selectGoods.cs
│ │ ├── selectInfo.Designer.cs
│ │ ├── selectInfo.cs
│ │ ├── selectInfo.resx
│ │ ├── selectInterface.cs
│ │ └── sellSelectInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── jxcManage.exe
│ │ │ ├── jxcManage.pdb
│ │ │ ├── jxcManage.vshost.exe
│ │ │ └── jxcManage.vshost.exe.manifest
│ │ └── Release
│ ├── htc
│ │ ├── frmCompanyInfo.Designer.cs
│ │ ├── frmCompanyInfo.cs
│ │ ├── frmCompanyInfo.resx
│ │ ├── frmDataBack.Designer.cs
│ │ ├── frmDataBack.cs
│ │ ├── frmDataBack.resx
│ │ ├── frmDataReole.Designer.cs
│ │ ├── frmDataReole.cs
│ │ ├── frmDataReole.resx
│ │ ├── frmEmpInfo.Designer.cs
│ │ ├── frmEmpInfo.cs
│ │ ├── frmEmpInfo.resx
│ │ ├── frmKcGoodFind.Designer.cs
│ │ ├── frmKcGoodFind.cs
│ │ ├── frmKcGoodFind.resx
│ │ ├── frmKcSet.Designer.cs
│ │ ├── frmKcSet.cs
│ │ └── frmKcSet.resx
│ ├── jxcManage.csproj
│ ├── main
│ │ ├── frmKcSet.resx
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ └── frmMain.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── jxcManage.Properties.Resources.resources
│ │ ├── jxcManage.Tool.selectInfo.resources
│ │ ├── jxcManage.csproj.FileListAbsolute.txt
│ │ ├── jxcManage.exe
│ │ ├── jxcManage.frmCompanyInfo.resources
│ │ ├── jxcManage.frmDataBack.resources
│ │ ├── jxcManage.frmDataReole.resources
│ │ ├── jxcManage.frmEmpInfo.resources
│ │ ├── jxcManage.frmJhGoodsInfo.resources
│ │ ├── jxcManage.frmKcGoodFind.resources
│ │ ├── jxcManage.frmKcSet.resources
│ │ ├── jxcManage.frmLogin2.resources
│ │ ├── jxcManage.frmMain.resources
│ │ ├── jxcManage.frmSellGoods.resources
│ │ ├── jxcManage.frmThGoodsInfo.resources
│ │ └── jxcManage.pdb
│ ├── syc
│ │ ├── frmSellGoods.Designer.cs
│ │ ├── frmSellGoods.cs
│ │ ├── frmSellGoods.resx
│ │ ├── frmThGoodsInfo.Designer.cs
│ │ ├── frmThGoodsInfo.cs
│ │ └── frmThGoodsInfo.resx
│ └── zjf
│ ├── frmJhGoodsInfo.Designer.cs
│ ├── frmJhGoodsInfo.cs
│ └── frmJhGoodsInfo.resx
├── jxcManage.sln
├── jxcManage.suo
├── noUse
│ ├── frmKcGoodFind.Designer.cs
│ ├── frmKcGoodFind.cs
│ ├── frmKcGoodFind.resx
│ ├── frmThGoodsInfo.Designer.cs
│ ├── frmThGoodsInfo.cs
│ └── frmThGoodsInfo.resx
├── tb_JhGoodsInfo.cs
├── tb_SellGoods.cs
└── tb_ThGoodsInfo.cs
20 directories, 126 files