实例介绍
【实例简介】备件管理系统源代码(C# net)
用ASP.net编写的备件管理系统的源代码 解压就可以实用 结构实用简单,主要是有一个系统分析汇总 EXCEL导出等功能 数据库是用的ACCESS,在data的文件夹下 很适合初学者的源代码 希望对大家有所帮助
文件清单
└── 备件领用管理
├── App.ico
├── Backup
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── BLL2.cs
│ ├── BLL.cs
│ ├── DAL.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── updateForm.cs
│ ├── updateForm.resx
│ ├── 备件领用管理.csproj
│ ├── 备件领用管理.csproj.user
│ ├── 备件领用管理.sln
│ ├── 备件领用管理.suo
│ ├── 帮助.cs
│ ├── 帮助.resx
│ ├── 用户管理.cs
│ ├── 用户管理.resx
│ ├── 管理台.cs
│ ├── 管理台.resx
│ ├── 设备名.cs
│ ├── 设备名.resx
│ ├── 金宇.cs
│ └── 金宇.resx
├── bin
│ └── Debug
│ ├── CalmnessColor2.ssk
│ ├── Emerald.ssk
│ ├── GlassGreen.ssk
│ ├── Interop.ACTIVEXLib.dll
│ ├── Interop.Excel.dll
│ ├── Interop.Microsoft.Office.Core.dll
│ ├── Interop.Office.dll
│ ├── Interop.VBIDE.dll
│ ├── Interop.XDocsDesigner.dll
│ ├── IrisSkin2.dll
│ ├── MP10.ssk
│ ├── SportsGreen.ssk
│ ├── SteelBlue.ssk
│ ├── vista1_green.ssk
│ ├── Vista2_color7.ssk
│ ├── WaveColor2.ssk
│ ├── 备件领用管理.exe
│ ├── 备件领用管理.pdb
│ └── 备件领用管理.vshost.exe
├── BLL2.cs
├── BLL.cs
├── Cas_SP_user.cs
├── Class_administer_change.cs
├── Class_administer.cs
├── Cls_every_use.cs
├── Cls_SP_all.cs
├── DAL.cs
├── data
│ └── SP_data.mdb
├── Excel_out.cs
├── FM_SP_all.cs
├── FM_SP_all.Designer.cs
├── FM_SP_all.resx
├── Fm_update_model.cs
├── Fm_update_model.Designer.cs
├── Fm_update_model.resx
├── Fm_update_SP_machine.cs
├── Fm_update_SP_machine.Designer.cs
├── Fm_update_SP_machine.resx
├── Fm_update_SP_man.cs
├── Fm_update_SP_man.Designer.cs
├── Fm_update_SP_man.resx
├── Fm_update_SP_saving.cs
├── Fm_update_SP_saving.Designer.cs
├── Fm_update_SP_saving.resx
├── Fm_update_SP_source.cs
├── Fm_update_SP_source.Designer.cs
├── Fm_update_SP_source.resx
├── Fm_update_SP_unit.cs
├── Fm_update_SP_unit.Designer.cs
├── Fm_update_SP_unit.resx
├── Fm_waiting.cs
├── Fm_waiting.Designer.cs
├── Fm_waiting.resx
├── Form1.cs
├── Form1.resx
├── machine.cs
├── man.cs
├── model.cs
├── obj
│ ├── Debug
│ │ ├── Interop.ACTIVEXLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.Office.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── Interop.XDocsDesigner.dll
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── temp
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 备件领用管理.csproj.GenerateResource.Cache
│ │ ├── 备件领用管理.csproj.ResolveComReference.cache
│ │ ├── 备件领用管理.exe
│ │ ├── 备件领用管理.Fm_select_SP_every.resources
│ │ ├── 备件领用管理.Fm_select_SP_user.resources
│ │ ├── 备件领用管理.FM_SP_all.resources
│ │ ├── 备件领用管理.Fm_SP_carry_use.resources
│ │ ├── 备件领用管理.Fm_SP_carry_use_select.resources
│ │ ├── 备件领用管理.Fm_SP_user_insert.resources
│ │ ├── 备件领用管理.Fm_update_model.resources
│ │ ├── 备件领用管理.Fm_update_SP_machine.resources
│ │ ├── 备件领用管理.Fm_update_SP_man.resources
│ │ ├── 备件领用管理.Fm_update_SP_saving.resources
│ │ ├── 备件领用管理.Fm_update_SP_source.resources
│ │ ├── 备件领用管理.Fm_update_SP_unit.resources
│ │ ├── 备件领用管理.Fm_waiting.resources
│ │ ├── 备件领用管理.Form1.resources
│ │ ├── 备件领用管理.pdb
│ │ ├── 备件领用管理.projdata
│ │ ├── 备件领用管理.Properties.Resources.resources
│ │ ├── 备件领用管理.updateForm.resources
│ │ ├── 备件领用管理.人名.resources
│ │ ├── 备件领用管理.使用说明.resources
│ │ ├── 备件领用管理.单位.resources
│ │ ├── 备件领用管理.备件名.resources
│ │ ├── 备件领用管理.存放位置.resources
│ │ ├── 备件领用管理.来源.resources
│ │ ├── 备件领用管理.用户.resources
│ │ ├── 备件领用管理.用户管理.resources
│ │ ├── 备件领用管理.登录.resources
│ │ ├── 备件领用管理.管理台.resources
│ │ ├── 备件领用管理.设备名.resources
│ │ └── 备件领用管理.金宇.resources
│ ├── Interop.ACTIVEXLib.dll
│ ├── Interop.Excel.dll
│ ├── Interop.Microsoft.Office.Core.dll
│ ├── Interop.VBIDE.dll
│ └── 备件领用管理.csproj.FileList.txt
├── Properties
│ ├── Resources.Designer.cs
│ └── Resources.resx
├── Resources
│ ├── jm-07-021.jpg
│ ├── jm-07-02.jpg
│ ├── jm-08.jpg
│ ├── jm-091.jpg
│ ├── jm-09.jpg
│ └── Table02.jpg
├── saving.cs
├── source.cs
├── unit.cs
├── updateForm.cs
├── updateForm.resx
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── Thumbs.db
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── use.cs
├── 人名.cs
├── 人名.resx
├── 单位.cs
├── 单位.resx
├── 备件使用查询.cs
├── 备件使用查询.resx
├── 备件使用记录.cs
├── 备件使用记录.resx
├── 备件名.cs
├── 备件名.resx
├── 备件领查询.cs
├── 备件领查询.resx
├── 备件领用查询.cs
├── 备件领用查询.resx
├── 备件领用管理.csproj
├── 备件领用管理.csproj.user
├── 备件领用管理.sln
├── 备件领用管理.suo
├── 备件领用管理日记.txt
├── 备件领用记录.cs
├── 备件领用记录.resx
├── 存放位置.cs
├── 存放位置.resx
├── 帮助.cs
├── 帮助.resx
├── 文档
│ ├── c d.txt
│ ├── FAM_diary.txt
│ ├── SQL.txt
│ └── 记忆.txt
├── 更改密码.cs
├── 更改密码.resx
├── 来源.cs
├── 来源.resx
├── 用户.cs
├── 用户.resx
├── 管理台.cs
├── 管理台.resx
├── 设备名.cs
├── 设备名.resx
├── 金宇.cs
└── 金宇.resx
14 directories, 189 files
用ASP.net编写的备件管理系统的源代码 解压就可以实用 结构实用简单,主要是有一个系统分析汇总 EXCEL导出等功能 数据库是用的ACCESS,在data的文件夹下 很适合初学者的源代码 希望对大家有所帮助
【实例截图】
文件清单
└── 备件领用管理
├── App.ico
├── Backup
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── BLL2.cs
│ ├── BLL.cs
│ ├── DAL.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── updateForm.cs
│ ├── updateForm.resx
│ ├── 备件领用管理.csproj
│ ├── 备件领用管理.csproj.user
│ ├── 备件领用管理.sln
│ ├── 备件领用管理.suo
│ ├── 帮助.cs
│ ├── 帮助.resx
│ ├── 用户管理.cs
│ ├── 用户管理.resx
│ ├── 管理台.cs
│ ├── 管理台.resx
│ ├── 设备名.cs
│ ├── 设备名.resx
│ ├── 金宇.cs
│ └── 金宇.resx
├── bin
│ └── Debug
│ ├── CalmnessColor2.ssk
│ ├── Emerald.ssk
│ ├── GlassGreen.ssk
│ ├── Interop.ACTIVEXLib.dll
│ ├── Interop.Excel.dll
│ ├── Interop.Microsoft.Office.Core.dll
│ ├── Interop.Office.dll
│ ├── Interop.VBIDE.dll
│ ├── Interop.XDocsDesigner.dll
│ ├── IrisSkin2.dll
│ ├── MP10.ssk
│ ├── SportsGreen.ssk
│ ├── SteelBlue.ssk
│ ├── vista1_green.ssk
│ ├── Vista2_color7.ssk
│ ├── WaveColor2.ssk
│ ├── 备件领用管理.exe
│ ├── 备件领用管理.pdb
│ └── 备件领用管理.vshost.exe
├── BLL2.cs
├── BLL.cs
├── Cas_SP_user.cs
├── Class_administer_change.cs
├── Class_administer.cs
├── Cls_every_use.cs
├── Cls_SP_all.cs
├── DAL.cs
├── data
│ └── SP_data.mdb
├── Excel_out.cs
├── FM_SP_all.cs
├── FM_SP_all.Designer.cs
├── FM_SP_all.resx
├── Fm_update_model.cs
├── Fm_update_model.Designer.cs
├── Fm_update_model.resx
├── Fm_update_SP_machine.cs
├── Fm_update_SP_machine.Designer.cs
├── Fm_update_SP_machine.resx
├── Fm_update_SP_man.cs
├── Fm_update_SP_man.Designer.cs
├── Fm_update_SP_man.resx
├── Fm_update_SP_saving.cs
├── Fm_update_SP_saving.Designer.cs
├── Fm_update_SP_saving.resx
├── Fm_update_SP_source.cs
├── Fm_update_SP_source.Designer.cs
├── Fm_update_SP_source.resx
├── Fm_update_SP_unit.cs
├── Fm_update_SP_unit.Designer.cs
├── Fm_update_SP_unit.resx
├── Fm_waiting.cs
├── Fm_waiting.Designer.cs
├── Fm_waiting.resx
├── Form1.cs
├── Form1.resx
├── machine.cs
├── man.cs
├── model.cs
├── obj
│ ├── Debug
│ │ ├── Interop.ACTIVEXLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.Office.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── Interop.XDocsDesigner.dll
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── temp
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 备件领用管理.csproj.GenerateResource.Cache
│ │ ├── 备件领用管理.csproj.ResolveComReference.cache
│ │ ├── 备件领用管理.exe
│ │ ├── 备件领用管理.Fm_select_SP_every.resources
│ │ ├── 备件领用管理.Fm_select_SP_user.resources
│ │ ├── 备件领用管理.FM_SP_all.resources
│ │ ├── 备件领用管理.Fm_SP_carry_use.resources
│ │ ├── 备件领用管理.Fm_SP_carry_use_select.resources
│ │ ├── 备件领用管理.Fm_SP_user_insert.resources
│ │ ├── 备件领用管理.Fm_update_model.resources
│ │ ├── 备件领用管理.Fm_update_SP_machine.resources
│ │ ├── 备件领用管理.Fm_update_SP_man.resources
│ │ ├── 备件领用管理.Fm_update_SP_saving.resources
│ │ ├── 备件领用管理.Fm_update_SP_source.resources
│ │ ├── 备件领用管理.Fm_update_SP_unit.resources
│ │ ├── 备件领用管理.Fm_waiting.resources
│ │ ├── 备件领用管理.Form1.resources
│ │ ├── 备件领用管理.pdb
│ │ ├── 备件领用管理.projdata
│ │ ├── 备件领用管理.Properties.Resources.resources
│ │ ├── 备件领用管理.updateForm.resources
│ │ ├── 备件领用管理.人名.resources
│ │ ├── 备件领用管理.使用说明.resources
│ │ ├── 备件领用管理.单位.resources
│ │ ├── 备件领用管理.备件名.resources
│ │ ├── 备件领用管理.存放位置.resources
│ │ ├── 备件领用管理.来源.resources
│ │ ├── 备件领用管理.用户.resources
│ │ ├── 备件领用管理.用户管理.resources
│ │ ├── 备件领用管理.登录.resources
│ │ ├── 备件领用管理.管理台.resources
│ │ ├── 备件领用管理.设备名.resources
│ │ └── 备件领用管理.金宇.resources
│ ├── Interop.ACTIVEXLib.dll
│ ├── Interop.Excel.dll
│ ├── Interop.Microsoft.Office.Core.dll
│ ├── Interop.VBIDE.dll
│ └── 备件领用管理.csproj.FileList.txt
├── Properties
│ ├── Resources.Designer.cs
│ └── Resources.resx
├── Resources
│ ├── jm-07-021.jpg
│ ├── jm-07-02.jpg
│ ├── jm-08.jpg
│ ├── jm-091.jpg
│ ├── jm-09.jpg
│ └── Table02.jpg
├── saving.cs
├── source.cs
├── unit.cs
├── updateForm.cs
├── updateForm.resx
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── Thumbs.db
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── use.cs
├── 人名.cs
├── 人名.resx
├── 单位.cs
├── 单位.resx
├── 备件使用查询.cs
├── 备件使用查询.resx
├── 备件使用记录.cs
├── 备件使用记录.resx
├── 备件名.cs
├── 备件名.resx
├── 备件领查询.cs
├── 备件领查询.resx
├── 备件领用查询.cs
├── 备件领用查询.resx
├── 备件领用管理.csproj
├── 备件领用管理.csproj.user
├── 备件领用管理.sln
├── 备件领用管理.suo
├── 备件领用管理日记.txt
├── 备件领用记录.cs
├── 备件领用记录.resx
├── 存放位置.cs
├── 存放位置.resx
├── 帮助.cs
├── 帮助.resx
├── 文档
│ ├── c d.txt
│ ├── FAM_diary.txt
│ ├── SQL.txt
│ └── 记忆.txt
├── 更改密码.cs
├── 更改密码.resx
├── 来源.cs
├── 来源.resx
├── 用户.cs
├── 用户.resx
├── 管理台.cs
├── 管理台.resx
├── 设备名.cs
├── 设备名.resx
├── 金宇.cs
└── 金宇.resx
14 directories, 189 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论