实例介绍
基于C#的信息管理系统范例合集,各位下载后需先利用建库脚本建立数据库(参看使用说明),然后修改代码中的ConnectionString,运行即可。
【实例截图】
【核心代码】
4744300845201128745.rar
├── (2)学生信息管理系统
│ ├── StudentManagementsystem.suo
│ ├── 代码
│ │ ├── StudentManagementsystem
│ │ │ ├── AddCourse.cs
│ │ │ ├── AddCourse.resx
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StudentManagementsystem.exe
│ │ │ │ ├── StudentManagementsystem.pdb
│ │ │ │ ├── StudentManagementsystem.vshost.exe
│ │ │ │ └── StudentManagementsystem.vshost.exe.manifest
│ │ │ ├── ChgPsw.cs
│ │ │ ├── ChgPsw.resx
│ │ │ ├── InputGrade.cs
│ │ │ ├── InputGrade.resx
│ │ │ ├── Login.cs
│ │ │ ├── Login.resx
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── NewClass.cs
│ │ │ ├── NewClass.resx
│ │ │ ├── NewStu.cs
│ │ │ ├── NewStu.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StudentManagementsystem.AddCourse.resources
│ │ │ │ ├── StudentManagementsystem.ChgPsw.resources
│ │ │ │ ├── StudentManagementSystem.csproj.FileListAbsolute.txt
│ │ │ │ ├── StudentManagementSystem.csproj.GenerateResource.Cache
│ │ │ │ ├── StudentManagementsystem.exe
│ │ │ │ ├── StudentManagementsystem.InputGrade.resources
│ │ │ │ ├── StudentManagementsystem.Login.resources
│ │ │ │ ├── StudentManagementsystem.MainFrm.resources
│ │ │ │ ├── StudentManagementsystem.NewClass.resources
│ │ │ │ ├── StudentManagementsystem.NewStu.resources
│ │ │ │ ├── StudentManagementsystem.pdb
│ │ │ │ ├── StudentManagementsystem.projdata
│ │ │ │ ├── StudentManagementsystem.QueryStuGrade.resources
│ │ │ │ ├── StudentManagementsystem.QueryStu.resources
│ │ │ │ ├── StudentManagementsystem.QuyChgStuInfo.resources
│ │ │ │ ├── StudentManagementsystem.Stu_JC.resources
│ │ │ │ ├── StudentManagementsystem.SysHelp.resources
│ │ │ │ ├── StudentManagementsystem.UpdateRole.resources
│ │ │ │ ├── StudentManagementsystem.UpdateStu.resources
│ │ │ │ ├── temp
│ │ │ │ └── TempPE
│ │ │ │ ├── PrintStuSys.cs.dll
│ │ │ │ └── QryStu.cs.dll
│ │ │ ├── QueryStu.cs
│ │ │ ├── QueryStuGrade.cs
│ │ │ ├── QueryStuGrade.resx
│ │ │ ├── QueryStu.resx
│ │ │ ├── StudentManagementSystem.csproj
│ │ │ ├── StudentManagementsystem.csproj.user
│ │ │ ├── SysHelp.cs
│ │ │ ├── SysHelp.resx
│ │ │ ├── UpdateRole.cs
│ │ │ ├── UpdateRole.resx
│ │ │ ├── UpdateStu.cs
│ │ │ └── UpdateStu.resx
│ │ ├── StudentManagementsystem.sln
│ │ └── StudentManagementsystem.suo
│ └── 建库脚本
│ ├── StuMagSys
│ ├── StuMagSys_Data.MDF
│ ├── StuMagSys_Log.LDF
│ └── StuMagSys.sql
├── (3)企业人事管理系统
│ ├── Icon
│ │ ├── hrm.ico
│ │ ├── Thumbs.db
│ │ ├── 上记录.bmp
│ │ ├── 下记录.bmp
│ │ ├── 保存.bmp
│ │ ├── 修改.bmp
│ │ ├── 删除.bmp
│ │ ├── 取消.bmp
│ │ ├── 尾记录.bmp
│ │ ├── 搜索.bmp
│ │ ├── 新增.bmp
│ │ ├── 查询选择.bmp
│ │ ├── 计算.bmp
│ │ └── 首记录.bmp
│ ├── 代码
│ │ ├── Acselect.cs
│ │ ├── Acselect.resx
│ │ ├── AddUser.cs
│ │ ├── AddUser.resx
│ │ ├── AmendStafferInfo.cs
│ │ ├── AmendStafferInfo.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 人力资源管理系统.exe
│ │ │ └── 人力资源管理系统.pdb
│ │ ├── DataGridNoActiveCellColumn.cs
│ │ ├── DataGridNoActiveCellColumn.resx
│ │ ├── DataSet1.cs
│ │ ├── DataSet1.xsd
│ │ ├── DataSet1.xsx
│ │ ├── DataSet2.cs
│ │ ├── DataSet2.xsd
│ │ ├── DataSet2.xsx
│ │ ├── DepartSel.cs
│ │ ├── DepartSel.resx
│ │ ├── DpCompile.cs
│ │ ├── DpCompile.resx
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── HortationManage.cs
│ │ ├── HortationManage.resx
│ │ ├── hrm.ico
│ │ ├── IncomeTax.cs
│ │ ├── IncomeTax.resx
│ │ ├── LogInUser.cs
│ │ ├── LongInFrm.cs
│ │ ├── LongInFrm.resx
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── temp
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── DataSet11.cs.dll
│ │ │ │ │ ├── DataSet1.cs.dll
│ │ │ │ │ ├── DataSet2.cs.dll
│ │ │ │ │ ├── Dataset3.cs.dll
│ │ │ │ │ └── UserInfoSet.cs.dll
│ │ │ │ ├── 人事管理系统.projdata
│ │ │ │ ├── 人力资源管理系统.Acselect.resources
│ │ │ │ ├── 人力资源管理系统.AddUser.resources
│ │ │ │ ├── 人力资源管理系统.AmendStafferInfo.resources
│ │ │ │ ├── 人力资源管理系统.DataGridNoActiveCellColumn.resources
│ │ │ │ ├── 人力资源管理系统.DepartSel.resources
│ │ │ │ ├── 人力资源管理系统.DpCompile.resources
│ │ │ │ ├── 人力资源管理系统.exe
│ │ │ │ ├── 人力资源管理系统.HortationManage.resources
│ │ │ │ ├── 人力资源管理系统.IncomeTax.resources
│ │ │ │ ├── 人力资源管理系统.LongInFrm.resources
│ │ │ │ ├── 人力资源管理系统.MainFrm.resources
│ │ │ │ ├── 人力资源管理系统.OrgInfo.resources
│ │ │ │ ├── 人力资源管理系统.PayoffHistory.resources
│ │ │ │ ├── 人力资源管理系统.pdb
│ │ │ │ ├── 人力资源管理系统.PerCompile.resources
│ │ │ │ ├── 人力资源管理系统.projdata
│ │ │ │ ├── 人力资源管理系统.projdata1
│ │ │ │ ├── 人力资源管理系统.PunishmentManage.resources
│ │ │ │ ├── 人力资源管理系统.PwdChange.resources
│ │ │ │ ├── 人力资源管理系统.Rdcompile.resources
│ │ │ │ ├── 人力资源管理系统.Rdselect.resources
│ │ │ │ ├── 人力资源管理系统.SalaryManage.resources
│ │ │ │ ├── 人力资源管理系统.Salcompile.resources
│ │ │ │ ├── 人力资源管理系统.Salselect.resources
│ │ │ │ ├── 人力资源管理系统.SelPerson.resources
│ │ │ │ └── 人力资源管理系统.SetOrgInfo.resources
│ │ │ └── Release
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ │ ├── DataSet1.cs.dll
│ │ │ │ └── DataSet2.cs.dll
│ │ │ └── 人力资源管理系统.exe
│ │ ├── OrgInfo.cs
│ │ ├── OrgInfo.resx
│ │ ├── PerCompile.cs
│ │ ├── PerCompile.resx
│ │ ├── PunishmentManage.cs
│ │ ├── PunishmentManage.resx
│ │ ├── PwdChange.cs
│ │ ├── PwdChange.resx
│ │ ├── Rdcompile.cs
│ │ ├── Rdcompile.resx
│ │ ├── Rdselect.cs
│ │ ├── Rdselect.resx
│ │ ├── _ReSharper.人力资源管理系统
│ │ │ ├── 08243fdd-6f27-48b2-8cdc-a8656cd2f8db.ReflectionCache
│ │ │ ├── 2c803b16-f946-41f8-acee-ce50aa6f1685.ReflectionCache
│ │ │ ├── 530653a5-97e9-44e8-8d49-d96bb8aa5eef.ReflectionCache
│ │ │ ├── 8f345d0f-455f-4f02-9d9b-546087729275.ReflectionCache
│ │ │ ├── c8777416-729d-433b-b32b-56b39c6dfead.ReflectionCache
│ │ │ ├── CachesImage.bin
│ │ │ ├── ec964ab5-73b0-4ffd-ac20-09b03a676411.ReflectionCache
│ │ │ ├── ReflectionCache.xml
│ │ │ └── WordIndex2
│ │ │ ├── 632997379470468750.wi
│ │ │ ├── 632997379471093750.wi
│ │ │ ├── 632997379478437500.wi
│ │ │ ├── 632997379478750000.wi
│ │ │ ├── 632997379485937500.wi
│ │ │ ├── 632997961752031250.wi
│ │ │ ├── 633002488964375000.wi
│ │ │ ├── 633007494726562500.wi
│ │ │ ├── 633007494729843750.wi
│ │ │ ├── 633007494733750000.wi
│ │ │ ├── 633007494735937500.wi
│ │ │ ├── 633009898523281250.wi
│ │ │ ├── 633009898523906250.wi
│ │ │ ├── 633009898525781250.wi
│ │ │ ├── 633009898527343750.wi
│ │ │ ├── 633009898529687500.wi
│ │ │ ├── 633009898530937500.wi
│ │ │ ├── 633009898532968750.wi
│ │ │ └── 633009898535156250.wi
│ │ ├── SalaryManage.cs
│ │ ├── SalaryManage.resx
│ │ ├── Salcompile.cs
│ │ ├── Salcompile.resx
│ │ ├── Salselect.cs
│ │ ├── Salselect.resx
│ │ ├── SelPerson.cs
│ │ ├── SelPerson.resx
│ │ ├── UserInfoSet.cs
│ │ ├── UserInfoSet.xsd
│ │ ├── UserInfoSet.xsx
│ │ ├── 人事管理系统.suo
│ │ ├── 人力资源管理系统.csproj
│ │ ├── 人力资源管理系统.csproj.user
│ │ ├── 人力资源管理系统.resharper.user
│ │ ├── 人力资源管理系统.sln
│ │ ├── 人力资源管理系统.suo
│ │ └── 绩效考核表的存储过程实现.sql
│ └── 建库脚本
│ ├── hrmbook
│ ├── hrmbook_Data.MDF
│ ├── hrmbook_Log.LDF
│ ├── 人力资源管理.sql
│ └── 人力资源管理实例程序.sql
├── (4)超市管理系统
│ ├── 代码
│ │ ├── AddUser.cs
│ │ ├── AddUser.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 超市管理信息系统.exe
│ │ │ ├── 超市管理信息系统.pdb
│ │ │ └── 超市管理信息系统.vshost.exe
│ │ ├── ChgPwd.cs
│ │ ├── ChgPwd.resx
│ │ ├── InputMerch.cs
│ │ ├── InputMerch.resx
│ │ ├── InputSale.cs
│ │ ├── InputSale.resx
│ │ ├── Login.cs
│ │ ├── Login.resx
│ │ ├── MerchMag.cs
│ │ ├── MerchMag.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ │ ├── UserDataSet.cs.dll
│ │ │ │ └── UserDataSet.Designer.cs.dll
│ │ │ ├── 超市管理信息系统.AddUser.resources
│ │ │ ├── 超市管理信息系统.ChgPwd.resources
│ │ │ ├── 超市管理信息系统.csproj.FileListAbsolute.txt
│ │ │ ├── 超市管理信息系统.csproj.GenerateResource.Cache
│ │ │ ├── 超市管理信息系统.exe
│ │ │ ├── 超市管理信息系统.InputMerch.resources
│ │ │ ├── 超市管理信息系统.InputSale.resources
│ │ │ ├── 超市管理信息系统.Login.resources
│ │ │ ├── 超市管理信息系统.MainFrm.resources
│ │ │ ├── 超市管理信息系统.MerchMag.resources
│ │ │ ├── 超市管理信息系统.pdb
│ │ │ ├── 超市管理信息系统.projdata
│ │ │ ├── 超市管理信息系统.QryStaticMember.resources
│ │ │ └── 超市管理信息系统.UserMag.resources
│ │ ├── QryStaticMember.cs
│ │ ├── QryStaticMember.resx
│ │ ├── _ReSharper.超市管理信息系统
│ │ │ ├── 4d99f328-7f8d-43a3-bad3-5536594fdd00.ReflectionCache
│ │ │ ├── 649ebf6f-8874-4c2b-b805-d3b40c5c983c.ReflectionCache
│ │ │ ├── 89dbec3d-a79a-4247-a783-e1607398e070.ReflectionCache
│ │ │ ├── ae2094b0-8d28-452a-be48-224a7ed7e1b4.ReflectionCache
│ │ │ ├── c7ff9e81-57bb-4c6b-b8f9-5a4ae3d6b259.ReflectionCache
│ │ │ ├── CachesImage.bin
│ │ │ ├── e652a414-52aa-4624-b615-3dfce20b7ef9.ReflectionCache
│ │ │ ├── ReflectionCache.xml
│ │ │ └── WordIndex2
│ │ │ ├── 633001599761875000.wi
│ │ │ ├── 633001694200937500.wi
│ │ │ ├── 633003436024531250.wi
│ │ │ ├── 633003457997343750.wi
│ │ │ ├── 633004003205000000.wi
│ │ │ ├── 633004003205468750.wi
│ │ │ ├── 633007730971093750.wi
│ │ │ ├── 633008767297343750.wi
│ │ │ ├── 633009908284375000.wi
│ │ │ ├── 633009908284843750.wi
│ │ │ └── 633009908285781250.wi
│ │ ├── SysMainFrm.cs
│ │ ├── SysMainFrm.resx
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UserDataSet.Designer.cs
│ │ ├── UserDataSet.xsd
│ │ ├── UserMag.cs
│ │ ├── UserMag.resx
│ │ ├── ve-62.tmp
│ │ ├── 超市管理信息系统.csproj
│ │ ├── 超市管理信息系统.csproj.user
│ │ ├── 超市管理信息系统.resharper.user
│ │ ├── 超市管理信息系统.sln
│ │ └── 超市管理信息系统.suo
│ ├── 建库脚本
│ │ ├── MarketMagSys
│ │ ├── MarketMagSys_Data.MDF
│ │ ├── MarketMagSys_Log.LDF
│ │ ├── Merch_Sale_del.sql
│ │ ├── Stock.sql
│ │ ├── update_Member_sale.sql
│ │ ├── update_Merch_sale.sql
│ │ └── update_Merch_stock.sql
│ └── 超市管理信息系统.suo
├── (5)客户管理系统
│ ├── 代码
│ │ ├── AddUser.cs
│ │ ├── AddUser.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 客户管理系统.exe
│ │ │ └── 客户管理系统.pdb
│ │ ├── ChgPWD.cs
│ │ ├── ChgPWD.resx
│ │ ├── ClientContactMag.cs
│ │ ├── ClientContactMag.resx
│ │ ├── ClientContractMag.cs
│ │ ├── ClientContractMag.resx
│ │ ├── Clientmag.cs
│ │ ├── Clientmag.resx
│ │ ├── ClientStafferMag.cs
│ │ ├── ClientStafferMag.resx
│ │ ├── ClientStAny.cs
│ │ ├── ClientStAny.resx
│ │ ├── Login.cs
│ │ ├── Login.resx
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ │ └── userDataSet.cs.dll
│ │ │ ├── 客户管理系统.AddUser.resources
│ │ │ ├── 客户管理系统.ChgPWD.resources
│ │ │ ├── 客户管理系统.ClientContactMag.resources
│ │ │ ├── 客户管理系统.ClientContractMag.resources
│ │ │ ├── 客户管理系统.Clientmag.resources
│ │ │ ├── 客户管理系统.ClientMainFrm.resources
│ │ │ ├── 客户管理系统.ClientStafferMag.resources
│ │ │ ├── 客户管理系统.ClientStAny.resources
│ │ │ ├── 客户管理系统.exe
│ │ │ ├── 客户管理系统.Login.resources
│ │ │ ├── 客户管理系统.pdb
│ │ │ ├── 客户管理系统.projdata
│ │ │ ├── 客户管理系统.QryClientStaffer.resources
│ │ │ └── 客户管理系统.UserMag.resources
│ │ ├── QryClientStaffer.cs
│ │ ├── QryClientStaffer.resx
│ │ ├── _ReSharper.客户管理系统
│ │ │ ├── 581c94e0-6526-46bb-b968-5bc25f7fa8c7.ReflectionCache
│ │ │ ├── 6e0be68b-6408-4803-bf09-52f0ff5eb2dd.ReflectionCache
│ │ │ ├── 706dabf9-1d20-4e96-81f6-f413c4525ca4.ReflectionCache
│ │ │ ├── 76ff0431-3b29-424a-91e9-85b9b6750166.ReflectionCache
│ │ │ ├── b6613f2c-1185-402e-aacf-e93af5ebdf53.ReflectionCache
│ │ │ ├── CachesImage.bin
│ │ │ ├── dfe937c7-7442-48b6-abaf-060be118f2f2.ReflectionCache
│ │ │ ├── ReflectionCache.xml
│ │ │ └── WordIndex2
│ │ │ ├── 633007841884375000.wi
│ │ │ ├── 633007941806718750.wi
│ │ │ ├── 633007941809843750.wi
│ │ │ ├── 633007941810937500.wi
│ │ │ ├── 633009453887968750.wi
│ │ │ ├── 633009453888750000.wi
│ │ │ ├── 633009453890468750.wi
│ │ │ ├── 633009453891718750.wi
│ │ │ ├── 633009453892031250.wi
│ │ │ ├── 633009453892343750.wi
│ │ │ ├── 633009930142812500.wi
│ │ │ ├── 633009930142968750.wi
│ │ │ └── 633009930143125000.wi
│ │ ├── userDataSet.cs
│ │ ├── userDataSet.xsd
│ │ ├── UserMag.cs
│ │ ├── UserMag.resx
│ │ ├── 客户管理系统.csproj
│ │ ├── 客户管理系统.csproj.user
│ │ ├── 客户管理系统.resharper.user
│ │ ├── 客户管理系统.sln
│ │ └── 客户管理系统.suo
│ ├── 客户管理系统.suo
│ └── 建库脚本
│ ├── ClientMagSys
│ ├── ClientMagSys_Data.MDF
│ └── ClientMagSys_Log.LDF
├── (6)仓库管理系统
│ ├── WindowsApplication4.suo
│ ├── 仓库管理系统.suo
│ ├── 代码
│ │ ├── AddUser.cs
│ │ ├── AddUser.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsApplication4.exe
│ │ │ └── WindowsApplication4.pdb
│ │ ├── buyFrm.cs
│ │ ├── buyFrm.resx
│ │ ├── FaclityNum.cs
│ │ ├── FaclityNum.resx
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── InStorage.cs
│ │ ├── InStorage.resx
│ │ ├── LongForm.cs
│ │ ├── LongForm.resx
│ │ ├── LongInForm.cs
│ │ ├── LongInForm.resx
│ │ ├── LonIn.cs
│ │ ├── Main.cs
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── WindowsApplication4.AddUser.resources
│ │ │ ├── WindowsApplication4.buyFrm.resources
│ │ │ ├── WindowsApplication4.exe
│ │ │ ├── WindowsApplication4.FaclityNum.resources
│ │ │ ├── WindowsApplication4.Form1.resources
│ │ │ ├── WindowsApplication4.InStorage.resources
│ │ │ ├── WindowsApplication4.LongInForm.resources
│ │ │ ├── WindowsApplication4.MainFrm.resources
│ │ │ ├── WindowsApplication4.OutStorage.resources
│ │ │ ├── WindowsApplication4.pdb
│ │ │ ├── WindowsApplication4.projdata
│ │ │ ├── WindowsApplication4.PwdUpdate.resources
│ │ │ ├── WindowsApplication4.ReturnStg.resources
│ │ │ ├── WindowsApplication4.SelBuy.resources
│ │ │ ├── WindowsApplication4.SelDriveInfo.resources
│ │ │ ├── WindowsApplication4.SelFacNum.resources
│ │ │ ├── WindowsApplication4.SelInStg.resources
│ │ │ ├── WindowsApplication4.SelOutStg.resources
│ │ │ ├── WindowsApplication4.SelReturn.resources
│ │ │ └── 仓库管理系统.projdata
│ │ ├── OutStorage.cs
│ │ ├── OutStorage.resx
│ │ ├── PwdUpdate.cs
│ │ ├── PwdUpdate.resx
│ │ ├── _ReSharper.仓库管理信息系统
│ │ │ ├── 18f3fefd-7d70-49e5-b7bb-ac0d06487a05.ReflectionCache
│ │ │ ├── 8866a30a-ddbd-4427-be09-223e1f7a7300.ReflectionCache
│ │ │ ├── 9d591d09-1c67-4580-89b0-ada69c7d7382.ReflectionCache
│ │ │ ├── b310e134-d925-46a7-8371-8ca755b156ba.ReflectionCache
│ │ │ ├── CachesImage.bin
│ │ │ ├── cfbb39a5-e772-4496-927f-1635400bc4a1.ReflectionCache
│ │ │ ├── f2416836-6c4f-4480-a19b-ca63742d1869.ReflectionCache
│ │ │ ├── ReflectionCache.xml
│ │ │ └── WordIndex2
│ │ │ ├── 633001276710312500.wi
│ │ │ ├── 633001276711875000.wi
│ │ │ ├── 633007028462187500.wi
│ │ │ ├── 633007028483750000.wi
│ │ │ ├── 633007028485156250.wi
│ │ │ ├── 633007028485937500.wi
│ │ │ ├── 633007028487812500.wi
│ │ │ ├── 633007028487968750.wi
│ │ │ ├── 633009616607968750.wi
│ │ │ ├── 633009616608281250.wi
│ │ │ ├── 633009616608906250.wi
│ │ │ ├── 633009616610468750.wi
│ │ │ ├── 633009616610781250.wi
│ │ │ ├── 633009616611093750.wi
│ │ │ ├── 633009616611562500.wi
│ │ │ ├── 633009616612500000.wi
│ │ │ └── 633009946832812500.wi
│ │ ├── ReturnStg.cs
│ │ ├── ReturnStg.resx
│ │ ├── SelBuy.cs
│ │ ├── SelBuy.resx
│ │ ├── SelDriveInfo.cs
│ │ ├── SelDriveInfo.resx
│ │ ├── SelFacNum.cs
│ │ ├── SelFacNum.resx
│ │ ├── SelInStg.cs
│ │ ├── SelInStg.resx
│ │ ├── SelOutStg.cs
│ │ ├── SelOutStg.resx
│ │ ├── SelReturn.cs
│ │ ├── SelReturn.resx
│ │ ├── 仓库管理信息系统.resharper.user
│ │ ├── 仓库管理信息系统.sln
│ │ ├── 仓库管理信息系统.suo
│ │ ├── 仓库管理系统.csproj
│ │ ├── 仓库管理系统.csproj.user
│ │ ├── 仓库管理系统.sln
│ │ └── 仓库管理系统.suo
│ └── 建库脚本
│ ├── storage
│ ├── storage_Data_log.ldf
│ ├── storage_Data.MDF
│ ├── storage_Log.LDF
│ └── UpdateStorage.sql
└── 使用说明.doc
59 directories, 459 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论