基本信息
源码名称:超市进销存管理系统 C#
源码大小:4.81M
文件格式:.rar
开发语言:C#
更新时间:2023-12-03
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
超市进销存管理系统 C#
用C#编写的超市进销存管理系统,有全部源代码 sql数据库,很有实用价值。想学的就下吧

.
├── 源代码
│   ├── CHEXC
│   │   ├── CHEXC
│   │   │   ├── CHEXC.csproj
│   │   │   ├── ClassInfo
│   │   │   │   ├── tb_Company.cs
│   │   │   │   ├── tb_EmpInfo.cs
│   │   │   │   ├── tb_JhGoodsInfo.cs
│   │   │   │   ├── tb_KcGoods.cs
│   │   │   │   ├── tb_SellGoods.cs
│   │   │   │   └── tb_ThGoodsInfo.cs
│   │   │   ├── DataBase
│   │   │   │   ├── db_CSManage.mdf
│   │   │   │   └── db_CSManage_log.ldf
│   │   │   ├── 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
│   │   │   ├── bg.JPG
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── CHEXC.exe
│   │   │   │       ├── CHEXC.pdb
│   │   │   │       └── CHEXC.vshost.exe
│   │   │   ├── frm.Designer.cs
│   │   │   ├── frm.cs
│   │   │   ├── frm.resx
│   │   │   ├── 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
│   │   │   ├── frmFindGood.Designer.cs
│   │   │   ├── frmFindGood.cs
│   │   │   ├── frmFindGood.resx
│   │   │   ├── frmGonYingShang.Designer.cs
│   │   │   ├── frmGonYingShang.cs
│   │   │   ├── frmGonYingShang.resx
│   │   │   ├── frmGoodID.Designer.cs
│   │   │   ├── frmGoodID.cs
│   │   │   ├── frmGoodID.resx
│   │   │   ├── frmJhGoodsInfo.Designer.cs
│   │   │   ├── frmJhGoodsInfo.cs
│   │   │   ├── frmJhGoodsInfo.resx
│   │   │   ├── frmKcGoodFind.Designer.cs
│   │   │   ├── frmKcGoodFind.cs
│   │   │   ├── frmKcGoodFind.resx
│   │   │   ├── frmKcGoods.Designer.cs
│   │   │   ├── frmKcGoods.cs
│   │   │   ├── frmKcGoods.resx
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSellGoodInfo.Designer.cs
│   │   │   ├── frmSellGoodInfo.cs
│   │   │   ├── frmSellGoodInfo.resx
│   │   │   ├── frmSellGoods.Designer.cs
│   │   │   ├── frmSellGoods.cs
│   │   │   ├── frmSellGoods.resx
│   │   │   ├── frmThGoodsInfo.Designer.cs
│   │   │   ├── frmThGoodsInfo.cs
│   │   │   ├── frmThGoodsInfo.resx
│   │   │   └── obj
│   │   │       ├── CHEXC.csproj.FileList.txt
│   │   │       ├── CHEXC.csproj.FileListAbsolute.txt
│   │   │       └── Debug
│   │   │           ├── CHEXC.Properties.Resources.resources
│   │   │           ├── CHEXC.csproj.GenerateResource.Cache
│   │   │           ├── CHEXC.exe
│   │   │           ├── CHEXC.frmCompanyInfo.resources
│   │   │           ├── CHEXC.frmDataBack.resources
│   │   │           ├── CHEXC.frmDataReole.resources
│   │   │           ├── CHEXC.frmEmpInfo.resources
│   │   │           ├── CHEXC.frmFindGood.resources
│   │   │           ├── CHEXC.frmGonYingShang.resources
│   │   │           ├── CHEXC.frmGoodID.resources
│   │   │           ├── CHEXC.frmJhGoodsInfo.resources
│   │   │           ├── CHEXC.frmKcGoodFind.resources
│   │   │           ├── CHEXC.frmKcGoods.resources
│   │   │           ├── CHEXC.frmLogin.resources
│   │   │           ├── CHEXC.frmMain.resources
│   │   │           ├── CHEXC.frmSellGoodInfo.resources
│   │   │           ├── CHEXC.frmSellGoods.resources
│   │   │           ├── CHEXC.frmThGoodsInfo.resources
│   │   │           ├── CHEXC.pdb
│   │   │           ├── Refactor
│   │   │           └── TempPE
│   │   │               └── Properties.Resources.Designer.cs.dll
│   │   ├── CHEXC.sln
│   │   └── CHEXC.suo
│   └── readme.doc
└── 好例子网_超市进销存管理系统C#.rar

14 directories, 112 files