找传奇、传世资源到传世资源站!

备件管理系统源代码(C# net)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】备件管理系统源代码(C# net)
用ASP.net编写的备件管理系统的源代码 解压就可以实用 结构实用简单,主要是有一个系统分析汇总 EXCEL导出等功能 数据库是用的ACCESS,在data的文件夹下 很适合初学者的源代码 希望对大家有所帮助

【相关图片】

from clipboard

from clipboard

【源码结构】
文件清单
└── 备件领用管理
    ├── 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

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复