实例介绍
C#仓库管理系统+完整项目源代码,软件具备换肤功能,支持每日一帖,系统功能完备,同一操作员不能在不同的机器上登录,因为系统要记录下一些操作的操作员,单据的单号中也有操作员的编号,如果同时登录会造成单据号的重复。软件功能有:换班管理、单据查询、销售分析、软件帮助、销售管理、库存管理、统计报表、日常管理、系统设置等,软件界面设计专业,使用了IrisSkin2.dll实现换肤功能。
【实例截图】
【核心代码】
cangkucsharp
└── codefans.net
└── 仓库管理系统
├── 33.ico
├── DLL
│ ├── AcceptCope.cs
│ ├── BalesInfo.cs
│ ├── ClientInfo.cs
│ ├── DAL.csproj
│ ├── Employee.cs
│ ├── InputBills.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SQLHelper.cs
│ ├── Stock.cs
│ ├── Supply.cs
│ └── UserEnter.cs
├── Model
│ ├── AcceptCope.cs
│ ├── BalesInfo.cs
│ ├── ClientInfo.cs
│ ├── Employee.cs
│ ├── InputBills.cs
│ ├── Model.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Stock.cs
│ ├── Supply.cs
│ └── UserEnter.cs
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── 仓库管理系统.sln
├── 仓库管理系统.suo
├── 存储过程.sql
└── 框架1
├── Addclientinfo.cs
├── Addclientinfo.designer.cs
├── Addclientinfo.resx
├── AddDepo.cs
├── AddDepo.designer.cs
├── AddDepo.resx
├── AddDepot.cs
├── AddDepot.designer.cs
├── AddDepot.resx
├── AddEmployee.cs
├── AddEmployee.designer.cs
├── AddEmployee.resx
├── AddServe.cs
├── AddServe.designer.cs
├── AddServe.resx
├── adminClient.cs
├── adminClient.designer.cs
├── adminClient.resx
├── adminOperation.cs
├── adminOperation.designer.cs
├── adminOperation.resx
├── adminSupply.cs
├── adminSupply.designer.cs
├── adminSupply.resx
├── adsupp_swindows.cs
├── adsupp_swindows.designer.cs
├── adsupp_swindows.resx
├── BalesAdd.cs
├── BalesAdd.designer.cs
├── BalesAdd_Input.cs
├── BalesAdd_Input.designer.cs
├── BalesAdd_Input.resx
├── BalesAdd.resx
├── BalesInfo.cs
├── BalesInfo.designer.cs
├── BalesInfo_Input.cs
├── BalesInfo_Input.designer.cs
├── BalesInfo_Input.resx
├── BalesInfo.resx
├── bin
│ └── Debug
│ ├── DLL.dll
│ ├── DLL.pdb
│ ├── IrisSkin2.dll
│ └── Model.dll
├── businessAnalyse.cs
├── businessAnalyse.designer.cs
├── businessAnalyse.resx
├── comeGoAccountClient.cs
├── comeGoAccountClient.designer.cs
├── comeGoAccountClient.resx
├── comeGoAccountSupply.cs
├── comeGoAccountSupply.designer.cs
├── comeGoAccountSupply.resx
├── cost_ba_in_swin.cs
├── cost_ba_in_swin.designer.cs
├── cost_ba_in_swin.resx
├── costBalesInput.cs
├── costBalesInput.designer.cs
├── costBalesInput.resx
├── costBalesOutput.cs
├── costBalesOutput.designer.cs
├── costBalesOutput.resx
├── costClientOutput.cs
├── costClientOutput.designer.cs
├── costClientOutput.resx
├── costOperationInput.cs
├── costOperationInput.designer.cs
├── costOperationInput.resx
├── costOperationOutput.cs
├── costOperationOutput.designer.cs
├── costOperationOutput.resx
├── costotop_swin.cs
├── costotop_swin.designer.cs
├── costotop_swin.resx
├── costStockStat.cs
├── costStockStat.designer.cs
├── costStockStat.resx
├── costSupply.cs
├── costSupply.designer.cs
├── costSupply.resx
├── DayOrdinary
│ ├── adcli_xiugai.cs
│ ├── adcli_xiugai.Designer.cs
│ ├── adcli_xiugai.resx
│ ├── adminClient.cs
│ ├── adminClient.designer.cs
│ ├── adminClient.resx
│ ├── adminOperation.cs
│ ├── adminOperation.designer.cs
│ ├── adminOperation.resx
│ ├── adminSupply.cs
│ ├── adminSupply.designer.cs
│ ├── adminSupply.resx
│ ├── PopedomSetup.cs
│ ├── PopedomSetup.designer.cs
│ ├── PopedomSetup.resx
│ ├── pope_swin_zengjia.cs
│ ├── pope_swin_zengjia.designer.cs
│ ├── pope_swin_zengjia.resx
│ ├── pop_swin_chukuan.cs
│ ├── pop_swin_chukuan.designer.cs
│ ├── pop_swin_chukuan.resx
│ ├── pop_swindow_dayin.cs
│ ├── pop_swindow_dayin.designer.cs
│ ├── pop_swindow_dayin.resx
│ ├── pop_swin_jinkuan.cs
│ ├── pop_swin_jinkuan.designer.cs
│ ├── pop_swin_jinkuan.resx
│ ├── pop_swin_qichu.cs
│ ├── pop_swin_qichu.designer.cs
│ └── pop_swin_qichu.resx
├── DocumentSelect.cs
├── DocumentSelect.designer.cs
├── DocumentSelect.resx
├── EnterQuitconsult.cs
├── EnterQuitconsult.Designer.cs
├── EnterQuitconsult.resx
├── grbaop_swin.cs
├── grbaop_swin.designer.cs
├── grbaop_swin.resx
├── groupBalesOutput.cs
├── groupBalesOutput.designer.cs
├── groupBalesOutput.resx
├── infoBales.cs
├── infoBales.designer.cs
├── infoBales.resx
├── informationClient.cs
├── informationClient.designer.cs
├── informationClient.resx
├── informationOperation.cs
├── informationOperation.designer.cs
├── informationOperation.resx
├── informationSupply.cs
├── informationSupply.designer.cs
├── informationSupply.resx
├── InputBales
│ ├── BalesAdd.cs
│ ├── BalesAdd.designer.cs
│ ├── BalesAdd_Input.cs
│ ├── BalesAdd_Input.designer.cs
│ ├── BalesAdd_Input.resx
│ ├── BalesAdd.resx
│ ├── BalesInfo.cs
│ ├── BalesInfo.designer.cs
│ ├── BalesInfo_Input.cs
│ ├── BalesInfo_Input.designer.cs
│ ├── BalesInfo_Input.resx
│ ├── BalesInfo.resx
│ ├── comeGoAccountSupply.cs
│ ├── comeGoAccountSupply.designer.cs
│ ├── comeGoAccountSupply.resx
│ ├── InputBales.cs
│ ├── InputBales.designer.cs
│ ├── InputBales.resx
│ ├── ReturnBalesAdd_Input.cs
│ ├── ReturnBalesAdd_Input.designer.cs
│ ├── ReturnBalesAdd_Input.resx
│ ├── ReturnBalesInfo.cs
│ ├── ReturnBalesInfo.designer.cs
│ ├── ReturnBalesInfo.resx
│ ├── returnBalesInput.cs
│ ├── returnBalesInput.designer.cs
│ ├── returnBalesInput.resx
│ ├── ReturnInfo.cs
│ ├── ReturnInfo.designer.cs
│ ├── ReturnInfo.resx
│ ├── selectBillsInput.cs
│ ├── selectBillsInput.designer.cs
│ ├── selectBillsInput.resx
│ ├── _Select.cs
│ ├── _Select.designer.cs
│ ├── _Select.resx
│ ├── selectStockNow.cs
│ ├── selectStockNow.designer.cs
│ └── selectStockNow.resx
├── InputBales.cs
├── InputBales.designer.cs
├── InputBales.resx
├── InsertWare.cs
├── InsertWare.designer.cs
├── InsertWare.resx
├── InsetWare.cs
├── InsetWare.Designer.cs
├── InsetWare.resx
├── MainMenu
│ ├── Businessassay.cs
│ ├── Businessassay.designer.cs
│ ├── Businessassay.resx
│ ├── DocumentSelect.cs
│ ├── DocumentSelect.designer.cs
│ ├── DocumentSelect.resx
│ ├── ElectSelecttime.cs
│ ├── ElectSelecttime.designer.cs
│ ├── ElectSelecttime.resx
│ ├── pdonestick.cs
│ ├── pdonestick.designer.cs
│ ├── pdonestick.resx
│ ├── UseLigon.cs
│ ├── UseLigon.Designer.cs
│ └── UseLigon.resx
├── MineFrame.cs
├── MineFrame.Designer.cs
├── MineFrame.resx
├── pdonestick.cs
├── pdonestick.designer.cs
├── pdonestick.resx
├── PopedomSetup.cs
├── PopedomSetup.designer.cs
├── PopedomSetup.resx
├── pope_swin_zengjia.cs
├── pope_swin_zengjia.designer.cs
├── pope_swin_zengjia.resx
├── pop_swin_chukuan.cs
├── pop_swin_chukuan.designer.cs
├── pop_swin_chukuan.resx
├── pop_swindow_dayin.cs
├── pop_swindow_dayin.designer.cs
├── pop_swindow_dayin.resx
├── pop_swin_jinkuan.cs
├── pop_swin_jinkuan.designer.cs
├── pop_swin_jinkuan.resx
├── pop_swin_qichu.cs
├── pop_swin_qichu.designer.cs
├── pop_swin_qichu.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── returnBalesInput.cs
├── returnBalesInput.designer.cs
├── returnBalesInput.resx
├── returnBalesOutput.cs
├── returnBalesOutput.designer.cs
├── returnBalesOutput.resx
├── selectBillsInput.cs
├── selectBillsInput.designer.cs
├── selectBillsInput.resx
├── selectBillsOutput.cs
├── selectBillsOutput.designer.cs
├── selectBillsOutput.resx
├── SelectClientinfo.cs
├── SelectClientinfo.designer.cs
├── SelectClientinfo.resx
├── _Select.cs
├── _Select.designer.cs
├── SelectEmployee.cs
├── SelectEmployee.designer.cs
├── SelectEmployee.resx
├── _Select.resx
├── SelectSepot.cs
├── SelectSepot.designer.cs
├── SelectSepot.resx
├── SelectServe.cs
├── SelectServe.designer.cs
├── SelectServe.resx
├── selectStockNow.cs
├── selectStockNow.designer.cs
├── selectStockNow.resx
├── SellBales
│ ├── BalesAdd_Sell.cs
│ ├── BalesAdd_Sell.designer.cs
│ ├── BalesAdd_Sell.resx
│ ├── BalesInfo_Add.cs
│ ├── BalesInfo_Add.designer.cs
│ ├── BalesInfo_Add.resx
│ ├── BalesInfo_Sell.cs
│ ├── BalesInfo_Sell.designer.cs
│ ├── BalesInfo_Sell.resx
│ ├── comeGoAccountClient.cs
│ ├── comeGoAccountClient.designer.cs
│ ├── comeGoAccountClient.resx
│ ├── PrintDGV.cs
│ ├── PrintOptions.cs
│ ├── PrintOptions.designer.cs
│ ├── PrintOptions.resx
│ ├── ReturnBalesAdd_Sell.cs
│ ├── ReturnBalesAdd_Sell.designer.cs
│ ├── ReturnBalesAdd_Sell.resx
│ ├── returnBalesOutput.cs
│ ├── returnBalesOutput.designer.cs
│ ├── returnBalesOutput.resx
│ ├── selectBillsOutput.cs
│ ├── selectBillsOutput.designer.cs
│ ├── selectBillsOutput.resx
│ ├── sellBales.cs
│ ├── sellBales.designer.cs
│ └── sellBales.resx
├── sellBales.cs
├── sellBales.designer.cs
├── sellBales.resx
├── setUpStock.cs
├── setUpStock.designer.cs
├── setUpStock.resx
├── SetUpSystem
│ ├── AddDepo.cs
│ ├── AddDepo.designer.cs
│ ├── AddDepo.resx
│ ├── AddDepot.cs
│ ├── AddDepot.designer.cs
│ ├── AddDepot.resx
│ ├── AddEmployee.cs
│ ├── AddEmployee.designer.cs
│ ├── AddEmployee.resx
│ ├── AddServe.cs
│ ├── AddServe.designer.cs
│ ├── AddServe.resx
│ ├── AddShangp.cs
│ ├── AddShangp.designer.cs
│ ├── AddShangp.resx
│ ├── infoBales.cs
│ ├── infoBales.designer.cs
│ ├── infoBales.resx
│ ├── informationClient.cs
│ ├── informationClient.designer.cs
│ ├── informationClient.resx
│ ├── informationOperation.cs
│ ├── informationOperation.designer.cs
│ ├── informationOperation.resx
│ ├── informationSupply.cs
│ ├── informationSupply.designer.cs
│ ├── informationSupply.resx
│ ├── SelectClientinfo.cs
│ ├── SelectClientinfo.designer.cs
│ ├── SelectClientinfo.resx
│ ├── SelectEmployee.cs
│ ├── SelectEmployee.designer.cs
│ ├── SelectEmployee.resx
│ ├── SelectSepot.cs
│ ├── SelectSepot.designer.cs
│ ├── SelectSepot.resx
│ ├── SelectServe.cs
│ ├── SelectServe.designer.cs
│ ├── SelectServe.resx
│ ├── setUpStock.cs
│ ├── setUpStock.designer.cs
│ ├── setUpStock.resx
│ ├── setUpSystem.cs
│ ├── setUpSystem.designer.cs
│ ├── setUpSystem.resx
│ ├── systemMaintenannce.cs
│ ├── systemMaintenannce.designer.cs
│ ├── systemMaintenannce.resx
│ ├── UpdateClientinfo.cs
│ ├── UpdateClientinfo.designer.cs
│ ├── UpdateClientinfo.resx
│ ├── UpdateDepot.cs
│ ├── UpdateDepot.designer.cs
│ ├── UpdateDepot.resx
│ ├── UpdateEmployee.cs
│ ├── UpdateEmployee.designer.cs
│ ├── UpdateEmployee.resx
│ ├── UpdateServe.cs
│ ├── UpdateServe.designer.cs
│ ├── UpdateServe.resx
│ ├── UpdateWareinfo.cs
│ ├── UpdateWareinfo.designer.cs
│ └── UpdateWareinfo.resx
├── setUpSystem.cs
├── setUpSystem.designer.cs
├── setUpSystem.resx
├── SSK
│ ├── DiamondBlue.ssk
│ ├── MacOS.ssk
│ ├── Vista2_color6.ssk
│ └── Vista2_color7.ssk
├── Stock
│ ├── InsertWare.cs
│ ├── InsertWare.designer.cs
│ ├── InsertWare.resx
│ ├── Stockdialwindow.cs
│ ├── Stockdialwindow.designer.cs
│ ├── Stockdialwindow.resx
│ ├── stockPrompt.cs
│ ├── stockPrompt.designer.cs
│ ├── stockPrompt.resx
│ ├── stockWarechangeselect.cs
│ ├── stockWarechangeselect.designer.cs
│ ├── stockWarechangeselect.resx
│ ├── updateAmount.cs
│ ├── updateAmount.designer.cs
│ ├── updateAmount.resx
│ ├── update.cs
│ ├── update.designer.cs
│ ├── update.resx
│ ├── updateware.cs
│ ├── updateware.designer.cs
│ ├── updateware.resx
│ ├── Updatewarestock.cs
│ ├── Updatewarestock.designer.cs
│ ├── Updatewarestock.resx
│ ├── Ware.cs
│ ├── Ware.designer.cs
│ ├── WareInfo.cs
│ ├── WareInfo.designer.cs
│ ├── WareInfo.resx
│ └── Ware.resx
├── Stockdialwindow.cs
├── Stockdialwindow.designer.cs
├── Stockdialwindow.resx
├── StockManage.csproj
├── StockManage.csproj.user
├── stockPrompt.cs
├── stockPrompt.designer.cs
├── stockPrompt.resx
├── stockWarechangeselect.cs
├── stockWarechangeselect.designer.cs
├── stockWarechangeselect.resx
├── SumTable
│ ├── cost_ba_in_swin.cs
│ ├── cost_ba_in_swin.designer.cs
│ ├── cost_ba_in_swin.resx
│ ├── costBalesInput.cs
│ ├── costBalesInput.designer.cs
│ ├── costBalesInput.resx
│ ├── costBalesOutput.cs
│ ├── costBalesOutput.designer.cs
│ ├── costBalesOutput.resx
│ ├── costClientOutput.cs
│ ├── costClientOutput.designer.cs
│ ├── costClientOutput.resx
│ ├── costOperationInput.cs
│ ├── costOperationInput.designer.cs
│ ├── costOperationInput.resx
│ ├── costOperationOutput.cs
│ ├── costOperationOutput.designer.cs
│ ├── costOperationOutput.resx
│ ├── costotop_swin.cs
│ ├── costotop_swin.designer.cs
│ ├── costotop_swin.resx
│ ├── costStockStat.cs
│ ├── costStockStat.designer.cs
│ ├── costStockStat.resx
│ ├── costSupply.cs
│ ├── costSupply.designer.cs
│ ├── costSupply.resx
│ ├── grbaop_swin.cs
│ ├── grbaop_swin.designer.cs
│ ├── grbaop_swin.resx
│ ├── groupBalesOutput.cs
│ ├── groupBalesOutput.designer.cs
│ ├── groupBalesOutput.resx
│ ├── kucunbiandong.cs
│ ├── kucunbiandong.designer.cs
│ └── kucunbiandong.resx
├── system maintenannce.cs
├── system maintenannce.designer.cs
├── system maintenannce.resx
├── updateAmount.cs
├── updateAmount.designer.cs
├── updateAmount.resx
├── UpdateClientinfo.cs
├── UpdateClientinfo.designer.cs
├── UpdateClientinfo.resx
├── UpdateDepot.cs
├── UpdateDepot.designer.cs
├── UpdateDepot.resx
├── UpdateEmployee.cs
├── UpdateEmployee.designer.cs
├── UpdateEmployee.resx
├── UpdateServe.cs
├── UpdateServe.designer.cs
├── UpdateServe.resx
├── UpdateWareinfo.cs
├── UpdateWareinfo.designer.cs
├── UpdateWareinfo.resx
├── Updatewarestock.cs
├── Updatewarestock.designer.cs
├── Updatewarestock.resx
├── UseLigon.cs
├── UseLigon.Designer.cs
├── UseLigon.resx
├── WareLose.cs
├── WareLose.designer.cs
├── WareLose.resx
├── Warelosespill.cs
├── Warelosespill.designer.cs
└── Warelosespill.resx
19 directories, 500 files
标签:
相关软件
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)