【例子介绍】人事工资考勤管理系统(C#源码 数据库)
一套完整的人事工资考勤管理系统源码 数据库
【相关图片】
【源码结构】
.
├── 5t6t网_人事工资考勤管理系统(C#源码 数据库).rar
└── 人事工资考勤管理系统(C#源码)
├── Backup
│ ├── HrManager
│ │ ├── Attendancewages
│ │ │ ├── FormWork.Designer.cs
│ │ │ ├── FormWork.cs
│ │ │ ├── FormWork.resx
│ │ │ ├── UcAssess.Designer.cs
│ │ │ ├── UcAssess.cs
│ │ │ ├── UcAssess.resx
│ │ │ ├── UcCess.Designer.cs
│ │ │ ├── UcCess.cs
│ │ │ ├── UcCess.resx
│ │ │ ├── UcPay.Designer.cs
│ │ │ ├── UcPay.cs
│ │ │ ├── UcPay.resx
│ │ │ ├── UcPayChange.Designer.cs
│ │ │ ├── UcPayChange.cs
│ │ │ ├── UcPayChange.resx
│ │ │ ├── UcPunishment.Designer.cs
│ │ │ ├── UcPunishment.cs
│ │ │ ├── UcPunishment.resx
│ │ │ ├── UcSubTatal.Designer.cs
│ │ │ ├── UcSubTatal.cs
│ │ │ ├── UcSubTatal.resx
│ │ │ ├── UcWorkAttendance.Designer.cs
│ │ │ ├── UcWorkAttendance.cs
│ │ │ └── UcWorkAttendance.resx
│ │ ├── Emp
│ │ │ ├── UcCommunity.Designer.cs
│ │ │ ├── UcCommunity.cs
│ │ │ ├── UcCommunity.resx
│ │ │ ├── UcDePart.Designer.cs
│ │ │ ├── UcDePart.cs
│ │ │ ├── UcDePart.resx
│ │ │ ├── UcDePartChange.Designer.cs
│ │ │ ├── UcDePartChange.cs
│ │ │ ├── UcDePartChange.resx
│ │ │ ├── UcEmpImg.Designer.cs
│ │ │ ├── UcEmpImg.cs
│ │ │ ├── UcEmpImg.resx
│ │ │ ├── UcEmployye.Designer.cs
│ │ │ ├── UcEmployye.cs
│ │ │ ├── UcEmployye.resx
│ │ │ ├── UcNumber.Designer.cs
│ │ │ ├── UcNumber.cs
│ │ │ ├── UcNumber.resx
│ │ │ ├── UcNumberManager.Designer.cs
│ │ │ ├── UcNumberManager.cs
│ │ │ ├── UcNumberManager.resx
│ │ │ ├── UcPNumber.Designer.cs
│ │ │ ├── UcPNumber.cs
│ │ │ ├── UcPNumber.resx
│ │ │ ├── UcStudy.Designer.cs
│ │ │ ├── UcStudy.cs
│ │ │ ├── UcStudy.resx
│ │ │ ├── UcUser.Designer.cs
│ │ │ ├── UcUser.cs
│ │ │ └── UcUser.resx
│ │ ├── FormLogin.cs
│ │ ├── FormLogin.designer.cs
│ │ ├── FormLogin.resx
│ │ ├── FormMain.Designer.cs
│ │ ├── FormMain.cs
│ │ ├── FormMain.resx
│ │ ├── HRManager.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ └── hrModel.GongZ.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ └── happy.jpg
│ │ ├── SystemSet
│ │ │ ├── UcDataClean.Designer.cs
│ │ │ ├── UcDataClean.cs
│ │ │ ├── UcDataClean.resx
│ │ │ ├── UcSysSetClean.Designer.cs
│ │ │ ├── UcSysSetClean.cs
│ │ │ └── UcSysSetClean.resx
│ │ ├── button2.ico
│ │ └── imager
│ │ ├── 修改.ICO
│ │ ├── 退出.ICO
│ │ ├── 保存.ico
│ │ ├── 删除.ico
│ │ ├── 帮助.ico
│ │ ├── 打印.ico
│ │ ├── 新增.ico
│ │ ├── 返回.ico
│ │ └── 预览.ico
│ ├── HrManager.sln
│ ├── HrManager.suo
│ ├── hrBll
│ │ ├── BLLDepartment.cs
│ │ ├── BLLEmployee.cs
│ │ ├── BLLGongZ.cs
│ │ ├── BLLLogin.cs
│ │ ├── BLLPicture.cs
│ │ ├── BLLSalary.cs
│ │ ├── BLLTransfer.cs
│ │ ├── BllAttendance.cs
│ │ ├── BllEvaluation.cs
│ │ ├── BllExperience.cs
│ │ ├── BllMain.cs
│ │ ├── BllPrize.cs
│ │ ├── BllRelation.cs
│ │ ├── BllSalaryItem.cs
│ │ ├── BllTaxRatio.cs
│ │ ├── ComBoxDataTable.cs
│ │ ├── DelFiles.cs
│ │ ├── HRBll.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Tools.cs
│ │ └── UptFiles.cs
│ └── hrModel
│ ├── Attendance.cs
│ ├── Department.cs
│ ├── Employee.cs
│ ├── Evaluation.cs
│ ├── Experience.cs
│ ├── GongZ.cs
│ ├── HRModel.csproj
│ ├── Login.cs
│ ├── Picture.cs
│ ├── Prize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Relation.cs
│ ├── Salary.cs
│ ├── SalaryItem.cs
│ ├── TaxRatio.cs
│ └── Transfer.cs
├── HrManager
│ ├── Attendancewages
│ │ ├── FormWork.Designer.cs
│ │ ├── FormWork.cs
│ │ ├── FormWork.resx
│ │ ├── UcAssess.Designer.cs
│ │ ├── UcAssess.cs
│ │ ├── UcAssess.resx
│ │ ├── UcCess.Designer.cs
│ │ ├── UcCess.cs
│ │ ├── UcCess.resx
│ │ ├── UcPay.Designer.cs
│ │ ├── UcPay.cs
│ │ ├── UcPay.resx
│ │ ├── UcPayChange.Designer.cs
│ │ ├── UcPayChange.cs
│ │ ├── UcPayChange.resx
│ │ ├── UcPunishment.Designer.cs
│ │ ├── UcPunishment.cs
│ │ ├── UcPunishment.resx
│ │ ├── UcSubTatal.Designer.cs
│ │ ├── UcSubTatal.cs
│ │ ├── UcSubTatal.resx
│ │ ├── UcWorkAttendance.Designer.cs
│ │ ├── UcWorkAttendance.cs
│ │ ├── UcWorkAttendance.resx
│ │ └── vssver2.scc
│ ├── Emp
│ │ ├── UcCommunity.Designer.cs
│ │ ├── UcCommunity.cs
│ │ ├── UcCommunity.resx
│ │ ├── UcDePart.Designer.cs
│ │ ├── UcDePart.cs
│ │ ├── UcDePart.resx
│ │ ├── UcDePartChange.Designer.cs
│ │ ├── UcDePartChange.cs
│ │ ├── UcDePartChange.resx
│ │ ├── UcEmpImg.Designer.cs
│ │ ├── UcEmpImg.cs
│ │ ├── UcEmpImg.resx
│ │ ├── UcEmployye.Designer.cs
│ │ ├── UcEmployye.cs
│ │ ├── UcEmployye.resx
│ │ ├── UcNumber.Designer.cs
│ │ ├── UcNumber.cs
│ │ ├── UcNumber.resx
│ │ ├── UcNumberManager.Designer.cs
│ │ ├── UcNumberManager.cs
│ │ ├── UcNumberManager.resx
│ │ ├── UcPNumber.Designer.cs
│ │ ├── UcPNumber.cs
│ │ ├── UcPNumber.resx
│ │ ├── UcStudy.Designer.cs
│ │ ├── UcStudy.cs
│ │ ├── UcStudy.resx
│ │ ├── UcUser.Designer.cs
│ │ ├── UcUser.cs
│ │ ├── UcUser.resx
│ │ └── vssver2.scc
│ ├── FormLogin.cs
│ ├── FormLogin.designer.cs
│ ├── FormLogin.resx
│ ├── FormMain.Designer.cs
│ ├── FormMain.cs
│ ├── FormMain.resx
│ ├── HRManager.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ └── hrModel.GongZ.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── happy.jpg
│ │ ├── logo2.jpg
│ │ └── vssver2.scc
│ ├── System
│ │ └── vssver2.scc
│ ├── SystemSet
│ │ ├── UcDataClean.Designer.cs
│ │ ├── UcDataClean.cs
│ │ ├── UcDataClean.resx
│ │ ├── UcSysSetClean.Designer.cs
│ │ ├── UcSysSetClean.cs
│ │ ├── UcSysSetClean.resx
│ │ └── vssver2.scc
│ ├── bin
│ │ └── Debug
│ │ ├── App.config
│ │ ├── BACKUP.exe
│ │ ├── CustomException.Err.dll
│ │ ├── CustomException.Err.pdb
│ │ ├── DBUtilities.dll
│ │ ├── DBUtilities.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── DataAccess.xml
│ │ ├── DevComponents.DotNetBar2.dll
│ │ ├── Excel.dll
│ │ ├── GlassGreen.ssk
│ │ ├── HrManager.exe
│ │ ├── HrManager.pdb
│ │ ├── HrManager.vshost.exe
│ │ ├── HrManager.vshost.exe.manifest
│ │ ├── IFastReport.dll
│ │ ├── Interop.DAO.dll
│ │ ├── IrisSkin2.dll
│ │ ├── MSN.ssk
│ │ ├── MTMenu.xml
│ │ ├── MacOS.ssk
│ │ ├── MenuMT.xml
│ │ ├── MidsummerColor1.ssk
│ │ ├── NewfisControls.dll
│ │ ├── NewfisControls.pdb
│ │ ├── OutLookBar.dll
│ │ ├── OutLookBar.pdb
│ │ ├── Report
│ │ │ ├── hrManager001.fr3
│ │ │ └── vssver2.scc
│ │ ├── SportsBlack.ssk
│ │ ├── Vista.ssk
│ │ ├── VivantList.dll
│ │ ├── Wave.ssk
│ │ ├── XPBlue.ssk
│ │ ├── attBackup.mdb
│ │ ├── glassgreen.gif
│ │ ├── gongz01.xls
│ │ ├── hrBll.dll
│ │ ├── hrBll.pdb
│ │ ├── hrModel.dll
│ │ ├── hrModel.pdb
│ │ ├── image
│ │ │ ├── button.ico
│ │ │ ├── button1.ico
│ │ │ ├── button2.ico
│ │ │ └── button4.ico
│ │ ├── macos.gif
│ │ ├── midsummer_color3.gif
│ │ ├── msn.gif
│ │ ├── sportsblack.gif
│ │ ├── vista2_color6.gif
│ │ └── wave.gif
│ ├── button2.ico
│ ├── imager
│ │ ├── vssver2.scc
│ │ ├── 修改.ICO
│ │ ├── 退出.ICO
│ │ ├── 保存.ico
│ │ ├── 删除.ico
│ │ ├── 帮助.ico
│ │ ├── 打印.ico
│ │ ├── 新增.ico
│ │ ├── 返回.ico
│ │ └── 预览.ico
│ ├── obj
│ │ ├── Debug
│ │ │ ├── HRManager.csproj.FileListAbsolute.txt
│ │ │ ├── HRManager.csproj.GenerateResource.Cache
│ │ │ ├── HrManager.FormLogin.resources
│ │ │ ├── HrManager.FormMain.resources
│ │ │ ├── HrManager.FormWork.resources
│ │ │ ├── HrManager.Properties.Resources.resources
│ │ │ ├── HrManager.UcAssess.resources
│ │ │ ├── HrManager.UcCess.resources
│ │ │ ├── HrManager.UcCommunity.resources
│ │ │ ├── HrManager.UcDataClean.resources
│ │ │ ├── HrManager.UcDePart.resources
│ │ │ ├── HrManager.UcDePartChange.resources
│ │ │ ├── HrManager.UcEmpImg.resources
│ │ │ ├── HrManager.UcEmployye.resources
│ │ │ ├── HrManager.UcNumber.resources
│ │ │ ├── HrManager.UcNumberManager.resources
│ │ │ ├── HrManager.UcPNumber.resources
│ │ │ ├── HrManager.UcPay.resources
│ │ │ ├── HrManager.UcPayChange.resources
│ │ │ ├── HrManager.UcPunishment.resources
│ │ │ ├── HrManager.UcStudy.resources
│ │ │ ├── HrManager.UcSubTatal.resources
│ │ │ ├── HrManager.UcSysSetClean.resources
│ │ │ ├── HrManager.UcUser.resources
│ │ │ ├── HrManager.UcWorkAttendance.resources
│ │ │ ├── HrManager.exe
│ │ │ ├── HrManager.pdb
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── HRManager.csproj.FileList.txt
│ └── vssver2.scc
├── HrManager.sln
├── HrManager.suo
├── OutLookBar
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── CustomButton.cs
│ ├── CustomButton.resx
│ ├── Down.bmp
│ ├── OutLookBar.cs
│ ├── OutLookBar.csproj
│ ├── OutLookBar.resx
│ ├── OutLookRow.cs
│ ├── OutLookRow.resx
│ ├── OutLookWrapper.cs
│ ├── OutLookWrapper.resx
│ ├── Properties
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── 111 拷贝.jpg
│ │ ├── sskc1.bmp
│ │ ├── sskc11.bmp
│ │ └── vssver2.scc
│ ├── Up.bmp
│ ├── ViewMode.cs
│ ├── bin
│ │ └── Debug
│ │ ├── OutLookBar.dll
│ │ ├── OutLookBar.pdb
│ │ └── VivantList.dll
│ ├── obj
│ │ ├── Debug
│ │ │ ├── OutLookBar.CustomButton.resources
│ │ │ ├── OutLookBar.Down.bmp
│ │ │ ├── OutLookBar.OutLookBar.resources
│ │ │ ├── OutLookBar.OutLookRow.resources
│ │ │ ├── OutLookBar.OutLookWrapper.resources
│ │ │ ├── OutLookBar.Properties.Resources.resources
│ │ │ ├── OutLookBar.Up.bmp
│ │ │ ├── OutLookBar.csproj.GenerateResource.Cache
│ │ │ ├── OutLookBar.dll
│ │ │ ├── OutLookBar.pdb
│ │ │ ├── Refactor
│ │ │ │ └── OutLookBar.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── OutLookBar.csproj.FileList.txt
│ └── vssver2.scc
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
├── hrBll
│ ├── BLLDepartment.cs
│ ├── BLLEmployee.cs
│ ├── BLLGongZ.cs
│ ├── BLLLogin.cs
│ ├── BLLPicture.cs
│ ├── BLLSalary.cs
│ ├── BLLTransfer.cs
│ ├── BllAttendance.cs
│ ├── BllEvaluation.cs
│ ├── BllExperience.cs
│ ├── BllMain.cs
│ ├── BllPrize.cs
│ ├── BllRelation.cs
│ ├── BllSalaryItem.cs
│ ├── BllTaxRatio.cs
│ ├── ComBoxDataTable.cs
│ ├── DelFiles.cs
│ ├── HRBll.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── Tools.cs
│ ├── UptFiles.cs
│ ├── bin
│ │ └── Debug
│ │ ├── CustomException.Err.dll
│ │ ├── CustomException.Err.pdb
│ │ ├── DBUtilities.dll
│ │ ├── DBUtilities.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── DataAccess.xml
│ │ ├── Excel.dll
│ │ ├── hrBll.dll
│ │ ├── hrBll.pdb
│ │ ├── hrModel.dll
│ │ └── hrModel.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── HRBll.csproj.FileListAbsolute.txt
│ │ │ ├── Refactor
│ │ │ │ └── hrBll.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── hrBll.dll
│ │ │ └── hrBll.pdb
│ │ └── HRBll.csproj.FileList.txt
│ └── vssver2.scc
├── hrModel
│ ├── Attendance.cs
│ ├── Department.cs
│ ├── Employee.cs
│ ├── Evaluation.cs
│ ├── Experience.cs
│ ├── GongZ.cs
│ ├── HRModel.csproj
│ ├── Login.cs
│ ├── Picture.cs
│ ├── Prize.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── Relation.cs
│ ├── Salary.cs
│ ├── SalaryItem.cs
│ ├── TaxRatio.cs
│ ├── Transfer.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── DataAccess.xml
│ │ ├── hrModel.dll
│ │ └── hrModel.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── HRModel.csproj.FileListAbsolute.txt
│ │ │ ├── Refactor
│ │ │ │ └── hrModel.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── hrModel.dll
│ │ │ └── hrModel.pdb
│ │ └── HRModel.csproj.FileList.txt
│ └── vssver2.scc
├── vssver2.scc
└── 说明文档.txt
57 directories, 419 files
评论