嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#编写的人事管理系统, 属于SQL数据库课程设计
.
├── 好例子网_C#人事管理系统小程序.rar
└── 人事管理系统
├── 人事管理系统
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Form3.Designer.cs
│ ├── Form3.cs
│ ├── Form3.resx
│ ├── Form4.Designer.cs
│ ├── Form4.cs
│ ├── Form4.resx
│ ├── Form5.Designer.cs
│ ├── Form5.cs
│ ├── Form5.resx
│ ├── Form6.Designer.cs
│ ├── Form6.cs
│ ├── Form6.resx
│ ├── Form7.Designer.cs
│ ├── Form7.cs
│ ├── Form7.resx
│ ├── Form8.Designer.cs
│ ├── Form8.cs
│ ├── Form8.resx
│ ├── Form9.Designer.cs
│ ├── Form9.cs
│ ├── Form9.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Service References
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── 人事管理系统.exe
│ │ ├── 人事管理系统.exe.config
│ │ ├── 人事管理系统.pdb
│ │ ├── 人事管理系统.vshost.exe
│ │ ├── 人事管理系统.vshost.exe.config
│ │ └── 人事管理系统.vshost.exe.manifest
│ ├── login.Designer.cs
│ ├── login.cs
│ ├── login.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── 人事管理系统DataSet.Designer.cs.dll
│ │ │ ├── 人事管理系统DataSet1.Designer.cs.dll
│ │ │ ├── 人事管理系统DataSet2.Designer.cs.dll
│ │ │ ├── 人事管理系统DataSet3.Designer.cs.dll
│ │ │ ├── 人事管理系统DataSet4.Designer.cs.dll
│ │ │ └── 人事管理系统DataSet5.Designer.cs.dll
│ │ ├── 人事管理系统.Form1.resources
│ │ ├── 人事管理系统.Form2.resources
│ │ ├── 人事管理系统.Form3.resources
│ │ ├── 人事管理系统.Form4.resources
│ │ ├── 人事管理系统.Form5.resources
│ │ ├── 人事管理系统.Form6.resources
│ │ ├── 人事管理系统.Form7.resources
│ │ ├── 人事管理系统.Form8.resources
│ │ ├── 人事管理系统.Form9.resources
│ │ ├── 人事管理系统.Properties.Resources.resources
│ │ ├── 人事管理系统.csproj.FileListAbsolute.txt
│ │ ├── 人事管理系统.exe
│ │ ├── 人事管理系统.login.resources
│ │ └── 人事管理系统.pdb
│ ├── 人事管理系统.csproj
│ ├── 人事管理系统DataSet.Designer.cs
│ ├── 人事管理系统DataSet.xsc
│ ├── 人事管理系统DataSet.xsd
│ ├── 人事管理系统DataSet.xss
│ ├── 人事管理系统DataSet1.Designer.cs
│ ├── 人事管理系统DataSet1.xsc
│ ├── 人事管理系统DataSet1.xsd
│ ├── 人事管理系统DataSet1.xss
│ ├── 人事管理系统DataSet2.Designer.cs
│ ├── 人事管理系统DataSet2.xsc
│ ├── 人事管理系统DataSet2.xsd
│ ├── 人事管理系统DataSet2.xss
│ ├── 人事管理系统DataSet3.Designer.cs
│ ├── 人事管理系统DataSet3.xsc
│ ├── 人事管理系统DataSet3.xsd
│ ├── 人事管理系统DataSet3.xss
│ ├── 人事管理系统DataSet4.Designer.cs
│ ├── 人事管理系统DataSet4.xsc
│ ├── 人事管理系统DataSet4.xsd
│ ├── 人事管理系统DataSet4.xss
│ ├── 人事管理系统DataSet5.Designer.cs
│ ├── 人事管理系统DataSet5.xsc
│ ├── 人事管理系统DataSet5.xsd
│ └── 人事管理系统DataSet5.xss
├── 人事管理系统.mdf
├── 人事管理系统.sln
├── 人事管理系统.suo
└── 人事管理系统_log.ldf
10 directories, 98 files