实例介绍
【实例截图】
【核心代码】
.
├── c#机械制造业信息管理系统(含源码)_机械制造业信息管理系统(含源码).rar
└── 机械制造业信息管理系统(含源码)
├── Business
│ ├── AssemblyInfo.cs
│ ├── Custormer.cs
│ ├── MF.Business.csproj
│ ├── MF.Business.csproj.user
│ ├── PC.cs
│ ├── SellItem.cs
│ ├── SellOrder.cs
│ ├── StockItem.cs
│ ├── StockOrder.cs
│ ├── ZD.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Eboer.Com.DBA.dll
│ │ ├── Eboer.Com.DBA.pdb
│ │ ├── Eboer.MIS.MF.Business.dll
│ │ ├── Eboer.MIS.MF.Business.pdb
│ │ └── ReportLibrary.dll
│ └── obj
│ └── Debug
│ ├── Business.projdata
│ ├── Eboer.MIS.MF.Business.dll
│ ├── Eboer.MIS.MF.Business.pdb
│ ├── MF.Business.projdata
│ ├── MF.Business.projdata1
│ ├── TempPE
│ └── temp
├── CreateLicense
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Eboer.CreateLicense.csproj
│ ├── Eboer.CreateLicense.csproj.user
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── bin
│ │ └── Debug
│ │ ├── Eboer.MIS.CreateLicense.exe
│ │ ├── Eboer.MIS.CreateLicense.pdb
│ │ ├── Eboer.MIS.License.MF.dll
│ │ ├── Eboer.MIS.License.MF.pdb
│ │ └── ReportLibrary.dll
│ └── obj
│ └── Debug
│ ├── CreateLicense.projdata
│ ├── Eboer.CreateLicense.projdata
│ ├── Eboer.CreateLicense.projdata1
│ ├── Eboer.MIS.CreateLicense.MainForm.resources
│ ├── Eboer.MIS.CreateLicense.exe
│ ├── Eboer.MIS.CreateLicense.pdb
│ ├── TempPE
│ └── temp
├── DBA
│ ├── AssemblyInfo.cs
│ ├── Eboer.DBA.csproj
│ ├── Eboer.DBA.csproj.user
│ ├── bin
│ │ └── Debug
│ │ ├── Eboer.Com.DBA.dll
│ │ ├── Eboer.Com.DBA.pdb
│ │ └── ReportLibrary.dll
│ └── obj
│ └── Debug
│ ├── DBA.projdata
│ ├── Eboer.Com.DBA.dll
│ ├── Eboer.Com.DBA.pdb
│ ├── Eboer.DBA.projdata
│ ├── Eboer.DBA.projdata1
│ ├── TempPE
│ └── temp
├── Database
│ └── Data.mdb
├── EMIS.sln
├── EMIS.suo
├── Images
│ ├── 3floppy_unmount.ico
│ ├── DB2005.DLL
│ ├── Delete.ico
│ ├── Eboer.COM.ico
│ ├── Login.gif
│ ├── Login.psd
│ ├── NEWLogin.psd
│ ├── New.ico
│ ├── NewLogin.gif
│ ├── Print.ico
│ ├── Stop.ico
│ ├── dataList.ico
│ ├── important.ico
│ ├── lylogo.gif
│ ├── postscript.ico
│ ├── shellscript.ico
│ ├── trashcan_full.ico
│ ├── 查询.png
│ ├── 盘点.png
│ ├── 标志.psd
│ ├── 大图标
│ │ ├── 新建.bmp
│ │ ├── 查询.bmp
│ │ ├── 设置.bmp
│ │ ├── 退出.bmp
│ │ ├── 采购.bmp
│ │ ├── 销售.bmp
│ │ ├── 供货商.bmp
│ │ ├── 订货商.bmp
│ │ ├── 大图标.psd
│ │ ├── 采购明细.bmp
│ │ └── 销售明细.bmp
│ ├── 采购列表.png
│ ├── 销售列表.png
│ ├── 新丰牌商标.jpg
│ └── 录入业务数据.png
├── License
│ ├── AssemblyInfo.cs
│ ├── Entery.cs
│ ├── MF.License.csproj
│ ├── MF.License.csproj.user
│ ├── bin
│ │ └── Debug
│ │ ├── Eboer.MIS.License.MF.dll
│ │ ├── Eboer.MIS.License.MF.pdb
│ │ └── ReportLibrary.dll
│ └── obj
│ └── Debug
│ ├── Eboer.MIS.License.MF.dll
│ ├── Eboer.MIS.License.MF.pdb
│ ├── License.projdata
│ ├── MF.License.projdata
│ ├── MF.License.projdata1
│ ├── TempPE
│ └── temp
├── PrintLab
│ ├── KHCSharpLibrary.dll
│ ├── KHDataLibrary.dll
│ ├── KHPublicLibrary.dll
│ ├── KHVbLibrary.dll
│ └── ReportLibrary.dll
├── PublicClass
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Eboer.PublicClass.csproj
│ ├── Eboer.PublicClass.csproj.user
│ ├── Int.cs
│ ├── OutLookBar.cs
│ ├── String.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Eboer.MIS.PublicClass.dll
│ │ ├── Eboer.Mis.PublicClass.pdb
│ │ └── ReportLibrary.dll
│ └── obj
│ └── Debug
│ ├── Eboer.MIS.PublicClass.dll
│ ├── Eboer.Mis.PublicClass.pdb
│ ├── Eboer.PublicClass.projdata
│ ├── Eboer.PublicClass.projdata1
│ ├── PublicClass.projdata
│ ├── TempPE
│ └── temp
├── SetupApp
│ ├── Debug
│ ├── Release
│ └── SetupApp.vdproj
├── TZLYIMS
│ └── softUpdate.htm
├── UpdateEr
│ ├── AppUpdate.cs
│ ├── AppUpdate.resx
│ ├── AssemblyInfo.cs
│ ├── UpdateEr.csproj
│ ├── UpdateEr.csproj.user
│ ├── bin
│ │ └── Debug
│ │ ├── UpdateEr.dll
│ │ ├── UpdateEr.exe
│ │ └── UpdateEr.pdb
│ └── obj
│ └── Debug
│ ├── TempPE
│ ├── UpdateEr.AppUpdate.resources
│ ├── UpdateEr.dll
│ ├── UpdateEr.exe
│ ├── UpdateEr.pdb
│ ├── UpdateEr.projdata
│ ├── UpdateEr.projdata1
│ └── temp
├── WinForm
│ ├── AboutForm.cs
│ ├── AboutForm.resx
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── ChangePassword.cs
│ ├── ChangePassword.resx
│ ├── Client
│ │ ├── ClientList.cs
│ │ ├── ClientList.resx
│ │ ├── EditClient.cs
│ │ └── EditClient.resx
│ ├── DataAccount
│ │ ├── DAList.cs
│ │ ├── DAList.resx
│ │ ├── DataAccount.cs
│ │ ├── EditDA.cs
│ │ └── EditDA.resx
│ ├── DeskConfig.cs
│ ├── EditCustomer.cs
│ ├── EditCustomer.resx
│ ├── EditPC.cs
│ ├── EditPC.resx
│ ├── EditZD.cs
│ ├── EditZD.resx
│ ├── HR
│ ├── ListForCumstor.cs
│ ├── ListForCumstor.resx
│ ├── LoginForm.cs
│ ├── LoginForm.resx
│ ├── MDIClientWindow.cs
│ ├── MF.WinForm.csproj
│ ├── MF.WinForm.csproj.user
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── PrintLab
│ │ ├── KHCSharpLibrary.dll
│ │ ├── KHDataLibrary.dll
│ │ ├── KHPublicLibrary.dll
│ │ ├── KHVbLibrary.dll
│ │ └── ReportLibrary.dll
│ ├── PrintSet.cs
│ ├── PrintSet.resx
│ ├── Public.cs
│ ├── Report
│ │ ├── SellReport.cs
│ │ ├── SellReport.resx
│ │ ├── StockReport.cs
│ │ └── StockReport.resx
│ ├── SelectItem
│ │ ├── DireList.cs
│ │ └── DireList.resx
│ ├── SelectPC.cs
│ ├── SelectPC.resx
│ ├── SelectSelfCompany.cs
│ ├── SelectSelfCompany.resx
│ ├── Sell
│ │ ├── EditListItem.cs
│ │ ├── EditListItem.resx
│ │ ├── EditOrder.cs
│ │ ├── EditOrder.resx
│ │ ├── OrderList.cs
│ │ ├── OrderList.resx
│ │ ├── SearchForm.cs
│ │ └── SearchForm.resx
│ ├── Stock
│ │ ├── EditOrder.cs
│ │ ├── EditOrder.resx
│ │ ├── EditTask.cs
│ │ ├── EditTask.resx
│ │ ├── SearchForm.cs
│ │ ├── SearchForm.resx
│ │ ├── StockList.cs
│ │ └── StockList.resx
│ ├── System
│ ├── bin
│ │ └── Debug
│ │ ├── DB2005.DLL
│ │ ├── Eboer.Com.DBA.dll
│ │ ├── Eboer.Com.DBA.pdb
│ │ ├── Eboer.MIS.License.MF.dll
│ │ ├── Eboer.MIS.License.MF.pdb
│ │ ├── Eboer.MIS.MF.Business.dll
│ │ ├── Eboer.MIS.MF.Business.pdb
│ │ ├── Eboer.MIS.MF.WinForm.exe
│ │ ├── Eboer.MIS.MF.WinForm.pdb
│ │ ├── Eboer.MIS.PublicClass.dll
│ │ ├── Eboer.MIS.PublicClass.pdb
│ │ ├── KHCSharpLibrary.dll
│ │ ├── KHDataLibrary.dll
│ │ ├── KHPublicLibrary.dll
│ │ ├── KHVbLibrary.dll
│ │ ├── ReportLibrary.dll
│ │ └── default.co
│ └── obj
│ └── Debug
│ ├── Eboer.MIS.MF.WinForm.AboutForm.resources
│ ├── Eboer.MIS.MF.WinForm.ChangePassword.resources
│ ├── Eboer.MIS.MF.WinForm.Client.ClientList.resources
│ ├── Eboer.MIS.MF.WinForm.Client.EditClient.resources
│ ├── Eboer.MIS.MF.WinForm.DataAccount.DAList.resources
│ ├── Eboer.MIS.MF.WinForm.DataAccount.EditDA.resources
│ ├── Eboer.MIS.MF.WinForm.EditCustomer.resources
│ ├── Eboer.MIS.MF.WinForm.EditPC.resources
│ ├── Eboer.MIS.MF.WinForm.EditZD.resources
│ ├── Eboer.MIS.MF.WinForm.ListForCumstor.resources
│ ├── Eboer.MIS.MF.WinForm.LoginForm.resources
│ ├── Eboer.MIS.MF.WinForm.MainForm.resources
│ ├── Eboer.MIS.MF.WinForm.PrintSet.resources
│ ├── Eboer.MIS.MF.WinForm.Report.SellReport.resources
│ ├── Eboer.MIS.MF.WinForm.Report.StockReport.resources
│ ├── Eboer.MIS.MF.WinForm.SelectItem.DireList.resources
│ ├── Eboer.MIS.MF.WinForm.SelectPC.resources
│ ├── Eboer.MIS.MF.WinForm.SelectSelfCompany.resources
│ ├── Eboer.MIS.MF.WinForm.Sell.EditListItem.resources
│ ├── Eboer.MIS.MF.WinForm.Sell.EditOrder.resources
│ ├── Eboer.MIS.MF.WinForm.Sell.OrderList.resources
│ ├── Eboer.MIS.MF.WinForm.Sell.SearchForm.resources
│ ├── Eboer.MIS.MF.WinForm.Stock.EditOrder.resources
│ ├── Eboer.MIS.MF.WinForm.Stock.EditTask.resources
│ ├── Eboer.MIS.MF.WinForm.Stock.SearchForm.resources
│ ├── Eboer.MIS.MF.WinForm.Stock.StockList.resources
│ ├── Eboer.MIS.MF.WinForm.exe
│ ├── Eboer.MIS.MF.WinForm.pdb
│ ├── MF.WinForm.projdata
│ ├── MF.WinForm.projdata1
│ ├── TempPE
│ ├── WinForm.projdata
│ └── temp
├── bin
│ └── Debug
│ ├── Eboer.MIS.MF.WinForm.exe
│ ├── ReportLibrary.dll
│ ├── UpdateEr.exe
│ ├── UpdateEr.pdb
│ ├── default.co
│ └── lylogo.gif
└── 项目说明.txt
69 directories, 255 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论