在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 人事工资考勤管理系统(C#源码+数据库)

人事工资考勤管理系统(C#源码+数据库)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:5.58M
  • 下载次数:26
  • 浏览次数:108
  • 发布时间:2023-09-14
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】人事工资考勤管理系统(C#源码 数据库)
一套完整的人事工资考勤管理系统源码 数据库

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── 好例子网_人事工资考勤管理系统(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


实例下载地址

人事工资考勤管理系统(C#源码+数据库)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警