【例子介绍】基于C# 的超市进销存管理系统
基于c/s的超市进销存管理系统,vs2008 sql server2005,附带数据库,安装vs和sql之后附加就可以运行
【相关图片】
【源码结构】
.
├── c#编写的超市进销存管理系统
│ └── 超市进销存管理
│ ├── Myproject
│ │ ├── CrystalReport1.cs
│ │ ├── CrystalReport1.rpt
│ │ ├── DataSet1.Designer.cs
│ │ ├── DataSet1.xsc
│ │ ├── DataSet1.xsd
│ │ ├── DataSet1.xss
│ │ ├── Myproject.csproj
│ │ ├── Myproject.csproj.user
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 228378.jpg
│ │ │ ├── 2283781.jpg
│ │ │ ├── 33.png
│ │ │ ├── 37.png
│ │ │ ├── 371.png
│ │ │ ├── 372.png
│ │ │ ├── 635sdfsd.jpg
│ │ │ ├── AquaBubble%20016.png
│ │ │ ├── AquaBubble%200161.png
│ │ │ ├── Aria.png
│ │ │ ├── Aria1.png
│ │ │ ├── Calendar.png
│ │ │ ├── Documents%20%26%20Settings%20Folder.png
│ │ │ ├── MemoryHeapSize.jpg
│ │ │ ├── Pixadex.png
│ │ │ ├── Pixadex1.png
│ │ │ ├── Pixadex2.png
│ │ │ ├── Pixadex3.png
│ │ │ ├── Pixadex4.png
│ │ │ ├── Pixadex5.png
│ │ │ ├── Pixadex6.png
│ │ │ ├── Pixadex7.png
│ │ │ ├── Pixadex8.png
│ │ │ ├── Pixadex9.png
│ │ │ ├── Screen.png
│ │ │ ├── Screen1.png
│ │ │ ├── alcancia.png
│ │ │ ├── alcancia1.png
│ │ │ ├── anotacion2.png
│ │ │ ├── anotacion21.png
│ │ │ ├── ar_tstlog.jpg
│ │ │ ├── ar_tstrsl.jpg
│ │ │ ├── ar_tstrsl1.jpg
│ │ │ ├── archivero4.png
│ │ │ ├── archivero41.png
│ │ │ ├── broadcast_48.jpg
│ │ │ ├── buzon12.png
│ │ │ ├── candado20.png
│ │ │ ├── cars.jpg
│ │ │ ├── cvtryf.jpg
│ │ │ ├── dbcontrol2.jpg
│ │ │ ├── dfsdf.jpg
│ │ │ ├── dfsdf1.jpg
│ │ │ ├── dfsdf2.jpg
│ │ │ ├── dfsdf3.jpg
│ │ │ ├── dfsdf4.jpg
│ │ │ ├── dfsdf5.jpg
│ │ │ ├── draw.png
│ │ │ ├── e.jpg
│ │ │ ├── erteyfu.jpg
│ │ │ ├── fig1902x.gif
│ │ │ ├── fig1902x1.gif
│ │ │ ├── fig1902x2.gif
│ │ │ ├── fig210568x.gif
│ │ │ ├── fsdfsfsde.jpg
│ │ │ ├── new.jpg
│ │ │ ├── sailing.jpg
│ │ │ ├── travel.jpg
│ │ │ ├── vhgf.jpg
│ │ │ ├── zhuoku_003.jpg
│ │ │ └── zhuoku_043.jpg
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Myproject.exe
│ │ │ ├── Myproject.exe.config
│ │ │ ├── Myproject.pdb
│ │ │ ├── Myproject.vshost.exe
│ │ │ ├── Myproject.vshost.exe.config
│ │ │ ├── chulicheng.dll
│ │ │ ├── chulicheng.pdb
│ │ │ ├── yewucheng.dll
│ │ │ └── yewucheng.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Myproject.CrystalReport1.rpt
│ │ │ │ ├── Myproject.Properties.Resources.resources
│ │ │ │ ├── Myproject.csproj.GenerateResource.Cache
│ │ │ │ ├── Myproject.exe
│ │ │ │ ├── Myproject.pdb
│ │ │ │ ├── Myproject.查找.resources
│ │ │ │ ├── Myproject.退货.resources
│ │ │ │ ├── Myproject.仓库查询.resources
│ │ │ │ ├── Myproject.修改员工.resources
│ │ │ │ ├── Myproject.修改商品.resources
│ │ │ │ ├── Myproject.删除员工.resources
│ │ │ │ ├── Myproject.单据查找.resources
│ │ │ │ ├── Myproject.员工信息.resources
│ │ │ │ ├── Myproject.商品信息.resources
│ │ │ │ ├── Myproject.增加员工.resources
│ │ │ │ ├── Myproject.库存变动.resources
│ │ │ │ ├── Myproject.库存调拨.resources
│ │ │ │ ├── Myproject.整单退货.resources
│ │ │ │ ├── Myproject.查找员工.resources
│ │ │ │ ├── Myproject.添加客户.resources
│ │ │ │ ├── Myproject.添加管理.resources
│ │ │ │ ├── Myproject.登陆界面.resources
│ │ │ │ ├── Myproject.详单查找.resources
│ │ │ │ ├── Myproject.进价参考.resources
│ │ │ │ ├── Myproject.退货参考.resources
│ │ │ │ ├── Myproject.采购进货.resources
│ │ │ │ ├── Myproject.采购退货.resources
│ │ │ │ ├── Myproject.销售添加.resources
│ │ │ │ ├── Myproject.销售管理.resources
│ │ │ │ ├── Myproject.顾客退货.resources
│ │ │ │ ├── Myproject.高级查询.resources
│ │ │ │ ├── Myproject.添加新商品.resources
│ │ │ │ ├── Myproject.添加老商品.resources
│ │ │ │ ├── Myproject.点击新商品.resources
│ │ │ │ ├── Myproject.库存成本统计.resources
│ │ │ │ ├── Myproject.库存报警查询.resources
│ │ │ │ ├── Myproject.当前库存查询.resources
│ │ │ │ ├── Myproject.添加退货参考.resources
│ │ │ │ ├── Myproject.添加退货商品.resources
│ │ │ │ ├── Myproject.添加销售商品.resources
│ │ │ │ ├── Myproject.销售分析报表.resources
│ │ │ │ ├── Myproject.销售单据查找.resources
│ │ │ │ ├── Myproject.销售客户查找.resources
│ │ │ │ ├── Myproject.高层管理界面.resources
│ │ │ │ ├── Myproject.加入所选择商品.resources
│ │ │ │ ├── Myproject.采购单据的查询.resources
│ │ │ │ ├── Myproject.添加进货参考查询.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Myproject.csproj.FileList.txt
│ │ ├── 查找.Designer.cs
│ │ ├── 退货.Designer.cs
│ │ ├── 查找.cs
│ │ ├── 退货.cs
│ │ ├── 查找.resx
│ │ ├── 退货.resx
│ │ ├── 仓库查询.Designer.cs
│ │ ├── 修改员工.Designer.cs
│ │ ├── 修改商品.Designer.cs
│ │ ├── 删除员工.Designer.cs
│ │ ├── 单据查找.Designer.cs
│ │ ├── 员工信息.Designer.cs
│ │ ├── 商品信息.Designer.cs
│ │ ├── 增加员工.Designer.cs
│ │ ├── 库存变动.Designer.cs
│ │ ├── 库存调拨.Designer.cs
│ │ ├── 整单退货.Designer.cs
│ │ ├── 查找员工.Designer.cs
│ │ ├── 添加客户.Designer.cs
│ │ ├── 添加管理.Designer.cs
│ │ ├── 登陆界面.Designer.cs
│ │ ├── 详单查找.Designer.cs
│ │ ├── 进价参考.Designer.cs
│ │ ├── 退货参考.Designer.cs
│ │ ├── 采购进货.Designer.cs
│ │ ├── 采购退货.Designer.cs
│ │ ├── 销售添加.Designer.cs
│ │ ├── 销售管理.Designer.cs
│ │ ├── 顾客退货.Designer.cs
│ │ ├── 高级查询.Designer.cs
│ │ ├── 仓库查询.cs
│ │ ├── 修改员工.cs
│ │ ├── 修改商品.cs
│ │ ├── 删除员工.cs
│ │ ├── 单据查找.cs
│ │ ├── 员工信息.cs
│ │ ├── 商品信息.cs
│ │ ├── 增加员工.cs
│ │ ├── 库存变动.cs
│ │ ├── 库存调拨.cs
│ │ ├── 整单退货.cs
│ │ ├── 查找员工.cs
│ │ ├── 添加客户.cs
│ │ ├── 添加管理.cs
│ │ ├── 登陆界面.cs
│ │ ├── 详单查找.cs
│ │ ├── 进价参考.cs
│ │ ├── 退货参考.cs
│ │ ├── 采购进货.cs
│ │ ├── 采购退货.cs
│ │ ├── 销售添加.cs
│ │ ├── 销售管理.cs
│ │ ├── 顾客退货.cs
│ │ ├── 高级查询.cs
│ │ ├── 仓库查询.resx
│ │ ├── 修改员工.resx
│ │ ├── 修改商品.resx
│ │ ├── 删除员工.resx
│ │ ├── 单据查找.resx
│ │ ├── 员工信息.resx
│ │ ├── 商品信息.resx
│ │ ├── 增加员工.resx
│ │ ├── 库存变动.resx
│ │ ├── 库存调拨.resx
│ │ ├── 整单退货.resx
│ │ ├── 查找员工.resx
│ │ ├── 添加客户.resx
│ │ ├── 添加管理.resx
│ │ ├── 登陆界面.resx
│ │ ├── 详单查找.resx
│ │ ├── 进价参考.resx
│ │ ├── 退货参考.resx
│ │ ├── 采购进货.resx
│ │ ├── 采购退货.resx
│ │ ├── 销售添加.resx
│ │ ├── 销售管理.resx
│ │ ├── 顾客退货.resx
│ │ ├── 高级查询.resx
│ │ ├── 添加新商品.Designer.cs
│ │ ├── 添加老商品.Designer.cs
│ │ ├── 点击新商品.Designer.cs
│ │ ├── 添加新商品.cs
│ │ ├── 添加老商品.cs
│ │ ├── 点击新商品.cs
│ │ ├── 添加新商品.resx
│ │ ├── 添加老商品.resx
│ │ ├── 点击新商品.resx
│ │ ├── 加入所选商品.Designer.cs
│ │ ├── 库存成本统计.Designer.cs
│ │ ├── 库存报警查询.Designer.cs
│ │ ├── 当前库存查询.Designer.cs
│ │ ├── 添加退货参考.Designer.cs
│ │ ├── 添加退货商品.Designer.cs
│ │ ├── 添加销售商品.Designer.cs
│ │ ├── 销售分析报表.Designer.cs
│ │ ├── 销售单据查找.Designer.cs
│ │ ├── 销售客户查找.Designer.cs
│ │ ├── 高层管理界面.Designer.cs
│ │ ├── 加入所选商品.cs
│ │ ├── 库存成本统计.cs
│ │ ├── 库存报警查询.cs
│ │ ├── 当前库存查询.cs
│ │ ├── 添加退货参考.cs
│ │ ├── 添加退货商品.cs
│ │ ├── 添加销售商品.cs
│ │ ├── 销售分析报表.cs
│ │ ├── 销售单据查找.cs
│ │ ├── 销售客户查找.cs
│ │ ├── 高层管理界面.cs
│ │ ├── 加入所选商品.resx
│ │ ├── 库存成本统计.resx
│ │ ├── 库存报警查询.resx
│ │ ├── 当前库存查询.resx
│ │ ├── 添加退货参考.resx
│ │ ├── 添加退货商品.resx
│ │ ├── 添加销售商品.resx
│ │ ├── 销售分析报表.resx
│ │ ├── 销售单据查找.resx
│ │ ├── 销售客户查找.resx
│ │ ├── 高层管理界面.resx
│ │ ├── 采购单据的查询.Designer.cs
│ │ ├── 采购单据的查询.cs
│ │ ├── 采购单据的查询.resx
│ │ ├── 添加进价参考查询.Designer.cs
│ │ ├── 添加进价参考查询.cs
│ │ └── 添加进价参考查询.resx
│ ├── Myproject.sln
│ ├── Myproject.suo
│ ├── Thumbs.db
│ ├── chulicheng
│ │ ├── Chulicheng.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── chulicheng.dll
│ │ │ └── chulicheng.pdb
│ │ ├── mer.cs
│ │ └── obj
│ │ ├── Chulicheng.csproj.FileList.txt
│ │ └── Debug
│ │ ├── Refactor
│ │ │ └── chulicheng.dll
│ │ ├── TempPE
│ │ ├── chulicheng.dll
│ │ └── chulicheng.pdb
│ ├── dbpilot.ico
│ ├── student_Data.MDF
│ ├── student_Log.LDF
│ └── yewucheng
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Yewucheng.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── chulicheng.dll
│ │ ├── chulicheng.pdb
│ │ ├── yewucheng.dll
│ │ └── yewucheng.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── yewucheng.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── yewucheng.dll
│ │ │ └── yewucheng.pdb
│ │ └── Yewucheng.csproj.FileList.txt
│ └── wang.cs
└── 基于C# 的超市进销存管理系统_c#编写的超市进销存管理系统.zip
27 directories, 290 files
评论