嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#企业HR人力资源系统
系统介绍
根据企业对人事管理的要求,本系统可以实现以下目标:
l 操作简单方便、界面简洁美观。
l 在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。
l 方便快捷的全方位数据查询。
l 按照指定的条件对员工进行统计。
l 可以将员工信息以表格的形式插入到Word文档中。
l 可以将员工信息导出到Excel表格中。
l 实现数据库的备份、还原及清空的操作。
l 由于该系统的使用对象较多,要有较好的权限管理。
l 能够在当前运行的系统中重新进行登录。
l 系统运行稳定、安全可靠。
.
├── 26
│ ├── PWMS
│ │ ├── PWMS
│ │ │ ├── DataBase
│ │ │ │ ├── db_PWMS.mdf
│ │ │ │ ├── db_PWMS.sql
│ │ │ │ ├── db_PWMS.zip
│ │ │ │ └── db_PWMS_log.ldf
│ │ │ ├── DataClass
│ │ │ │ └── MyMeans.cs
│ │ │ ├── F_Login.cs
│ │ │ ├── F_Login.designer.cs
│ │ │ ├── F_Login.resx
│ │ │ ├── F_Main.cs
│ │ │ ├── F_Main.designer.cs
│ │ │ ├── F_Main.resx
│ │ │ ├── Image
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.PNG
│ │ │ │ ├── 03.PNG
│ │ │ │ ├── 04.PNG
│ │ │ │ ├── 05.PNG
│ │ │ │ ├── 06.PNG
│ │ │ │ ├── 07.PNG
│ │ │ │ ├── 08.PNG
│ │ │ │ ├── 09.PNG
│ │ │ │ ├── PEOPLE.jpg
│ │ │ │ ├── 登录.BMP
│ │ │ │ ├── 备份.bmp
│ │ │ │ └── 主界面.bmp
│ │ │ ├── InfoAddForm
│ │ │ │ ├── F_Address.Designer.cs
│ │ │ │ ├── F_Address.cs
│ │ │ │ ├── F_Address.resx
│ │ │ │ ├── F_Basic.Designer.cs
│ │ │ │ ├── F_Basic.cs
│ │ │ │ ├── F_Basic.resx
│ │ │ │ ├── F_ClewSet.Designer.cs
│ │ │ │ ├── F_ClewSet.cs
│ │ │ │ └── F_ClewSet.resx
│ │ │ ├── ModuleClass
│ │ │ │ └── MyModule.cs
│ │ │ ├── PWMS.csproj
│ │ │ ├── PWMS.csproj.user
│ │ │ ├── PerForm
│ │ │ │ ├── F_AddressList.Designer.cs
│ │ │ │ ├── F_AddressList.cs
│ │ │ │ ├── F_AddressList.resx
│ │ │ │ ├── F_ClearData.Designer.cs
│ │ │ │ ├── F_ClearData.cs
│ │ │ │ ├── F_ClearData.resx
│ │ │ │ ├── F_Find.Designer.cs
│ │ │ │ ├── F_Find.cs
│ │ │ │ ├── F_Find.resx
│ │ │ │ ├── F_HaveBack.Designer.cs
│ │ │ │ ├── F_HaveBack.cs
│ │ │ │ ├── F_HaveBack.resx
│ │ │ │ ├── F_ManFile.Designer.cs
│ │ │ │ ├── F_ManFile.cs
│ │ │ │ ├── F_ManFile.resx
│ │ │ │ ├── F_Stat.Designer.cs
│ │ │ │ ├── F_Stat.cs
│ │ │ │ ├── F_Stat.resx
│ │ │ │ ├── F_User.Designer.cs
│ │ │ │ ├── F_User.cs
│ │ │ │ ├── F_User.resx
│ │ │ │ ├── F_UserAdd.Designer.cs
│ │ │ │ ├── F_UserAdd.cs
│ │ │ │ ├── F_UserAdd.resx
│ │ │ │ ├── F_UserPope.Designer.cs
│ │ │ │ ├── F_UserPope.cs
│ │ │ │ ├── F_UserPope.resx
│ │ │ │ ├── F_WordPad.Designer.cs
│ │ │ │ ├── F_WordPad.cs
│ │ │ │ └── F_WordPad.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── PWMS.exe
│ │ │ │ │ ├── PWMS.exe.config
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ ├── PWMS.vshost.exe
│ │ │ │ │ ├── PWMS.vshost.exe.config
│ │ │ │ │ ├── bar
│ │ │ │ │ │ ├── 2014416141835.bak
│ │ │ │ │ │ └── 2021311112020.bak
│ │ │ │ │ └── readme.doc
│ │ │ │ └── Release
│ │ │ │ ├── PWMS.exe.config
│ │ │ │ ├── PWMS.vshost.exe
│ │ │ │ ├── PWMS.vshost.exe.config
│ │ │ │ └── PWMS.vshost.exe.manifest
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.4.tlog
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ ├── PWMS.F_Login.resources
│ │ │ │ ├── PWMS.F_Main.resources
│ │ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ │ ├── PWMS.csproj.CoreCompileInputs.cache
│ │ │ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ │ │ ├── PWMS.csproj.GenerateResource.cache
│ │ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ │ ├── PWMS.csprojAssemblyReference.cache
│ │ │ │ ├── PWMS.csprojResolveAssemblyReference.cache
│ │ │ │ ├── PWMS.exe
│ │ │ │ ├── PWMS.pdb
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ ├── PWMS.F_Login.resources
│ │ │ ├── PWMS.F_Main.resources
│ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── build.force
│ │ ├── PWMS.sln
│ │ ├── PWMS.suo
│ │ └── PWMS.v11.suo
│ └── readme.doc
├── C#企业HR人力资源系统.rar
└── Database
├── db_CSharp.mdf
├── db_CSharp.sql
├── db_CSharp_log.ldf
├── db_EMS.mdf
├── db_EMS.sql
├── db_EMS_log.ldf
├── db_Test.mdf
├── db_Test.sql
└── db_Test_log.ldf
20 directories, 162 files