在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → .net人事考勤管理系统新版源码

.net人事考勤管理系统新版源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:56.16M
  • 下载次数:50
  • 浏览次数:221
  • 发布时间:2020-07-20
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
.net人事考勤管理系统新版源码 .net人事考勤管理系统新版源码 .net人事考勤管理系统新版源码
【实例截图】
【核心代码】
yl5dq8.net人事考勤管理系统新版源码
├── BLL
│   ├── BLL.csproj
│   ├── BLLAttLog.cs
│   ├── BLLAttparam.cs
│   ├── BLLCompany.cs
│   ├── BLLDepartments.cs
│   ├── BLLHolidays.cs
│   ├── BLLLeaveClass.cs
│   ├── BLLMachines.cs
│   ├── BLLRole.cs
│   ├── BLLRunNum.cs
│   ├── BLLSchclass.cs
│   ├── BLLUserRun.cs
│   ├── BLLUserinfo.cs
│   ├── CommonUtilities.cs
│   ├── DataAccessBase.cs
│   ├── Login.cs
│   ├── Privilege.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── UserInfoDepartments.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   └── office.dll
│   │   ├── Release
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   └── office.dll
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── Refactor
│   │   │   │   └── BLL.dll
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── Release
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   └── ResolveAssemblyReference.cache
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── CHMS
│   ├── CHMS
│   │   └── bin
│   │   └── Debug
│   │   ├── App.config
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── CHMS.exe
│   │   ├── CHMS.pdb
│   │   ├── CHMS.vshost.exe
│   │   ├── CHMS.vshost.exe.manifest
│   │   ├── DataAccess.dll
│   │   ├── DataAccess.pdb
│   │   ├── Excel.dll
│   │   ├── Framework.dll
│   │   ├── Framework.pdb
│   │   ├── HRMS.vshost.exe.manifest
│   │   ├── IFastReport.dll
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── Menu.xml
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   ├── Report
│   │   │   ├── 80001.fr3
│   │   │   ├── 80002.fr3
│   │   │   ├── 80003.fr3
│   │   │   └── 80004.fr3
│   │   ├── XPExplorerBar.dll
│   │   ├── XPExplorerBar.pdb
│   │   ├── XlsReport.dll
│   │   ├── XlsReport.pdb
│   │   ├── commpro.dll
│   │   ├── comms.dll
│   │   ├── office.dll
│   │   ├── plce.dll
│   │   ├── rscagent.dll
│   │   ├── rscomm.dll
│   │   ├── tcpcomm.dll
│   │   └── usbcomm.dll
│   ├── CHMS.csproj
│   ├── Event.cs
│   ├── Events.cs
│   ├── FastSelect.Designer.cs
│   ├── FastSelect.cs
│   ├── HotKey.cs
│   ├── ListItem.cs
│   ├── Parameter.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── DataSources
│   │   │   └── Model.Machines.datasource
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── 01.png
│   │   ├── 02.PNG
│   │   ├── 03.PNG
│   │   ├── 04.PNG
│   │   ├── 05.PNG
│   │   ├── 06.PNG
│   │   ├── 07.PNG
│   │   ├── 08.PNG
│   │   ├── 09.PNG
│   │   ├── PEOPLE.jpg
│   │   ├── Thumbs.db
│   │   ├── folder.gif
│   │   ├── kumi.ico
│   │   ├── tray2.ico
│   │   ├── ugege.ico
│   │   ├── uusee.ico
│   │   ├── 修改.BMP
│   │   ├── 关闭.BMP
│   │   ├── 删除.BMP
│   │   ├── 权限.BMP
│   │   ├── 添加.BMP
│   │   ├── 登录.BMP
│   │   ├── 备份.bmp
│   │   ├── 主界面-.jpg
│   │   ├── 通讯录.BMP
│   │   ├── 主界面.bmp
│   │   ├── 退出系统.BMP
│   │   ├── 日常记事.bmp
│   │   ├── 人事资料查询.BMP
│   │   ├── 员工合同提示.BMP
│   │   └── 人事档案浏览.bmp
│   ├── TreeViewManager.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── App.config
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── CHMS.exe
│   │   │   ├── CHMS.pdb
│   │   │   ├── CHMS.vshost.exe
│   │   │   ├── CHMS.vshost.exe.manifest
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── HRMS.vshost.exe.manifest
│   │   │   ├── IFastReport.dll
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Menu.xml
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── Report
│   │   │   │   ├── 80001.fr3
│   │   │   │   ├── 80002.fr3
│   │   │   │   ├── 80003.fr3
│   │   │   │   └── 80004.fr3
│   │   │   ├── UserInfo.xls
│   │   │   ├── XPExplorerBar.dll
│   │   │   ├── XPExplorerBar.pdb
│   │   │   ├── XPExplorerBar.xml
│   │   │   ├── XlsReport.dll
│   │   │   ├── XlsReport.pdb
│   │   │   ├── commpro.dll
│   │   │   ├── comms.dll
│   │   │   ├── office.dll
│   │   │   ├── rscagent.dll
│   │   │   ├── rscomm.dll
│   │   │   ├── tcpcomm.dll
│   │   │   ├── usbcomm.dll
│   │   │   ├── zkemkeeper.dll
│   │   │   ├── zkemsdk.dll
│   │   │   ├── 资源必读.pdf
│   │   │   └── 资源使用说明.pdf
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── frmAttExceptionLog.Designer.cs
│   ├── frmAttExceptionLog.cs
│   ├── frmAttExceptionLog.resx
│   ├── frmAttLog.Designer.cs
│   ├── frmAttLog.cs
│   ├── frmAttLog.resx
│   ├── frmAttendanceSpeday.Designer.cs
│   ├── frmAttendanceSpeday.cs
│   ├── frmAttendanceSpeday.resx
│   ├── frmCheckAttLog.Designer.cs
│   ├── frmCheckAttLog.cs
│   ├── frmCheckAttLog.resx
│   ├── frmCompany.Designer.cs
│   ├── frmCompany.cs
│   ├── frmCompany.resx
│   ├── frmCreateAttLog.Designer.cs
│   ├── frmCreateAttLog.cs
│   ├── frmCreateAttLog.resx
│   ├── frmCreateMenus.Designer.cs
│   ├── frmCreateMenus.cs
│   ├── frmCreateMenus.resx
│   ├── frmDeartments.Designer.cs
│   ├── frmDeartments.cs
│   ├── frmDeartments.resx
│   ├── frmDownloadUser.Designer.cs
│   ├── frmDownloadUser.cs
│   ├── frmDownloadUser.resx
│   ├── frmHolidays.Designer.cs
│   ├── frmHolidays.cs
│   ├── frmHolidays.resx
│   ├── frmLeaveClass.Designer.cs
│   ├── frmLeaveClass.cs
│   ├── frmLeaveClass.resx
│   ├── frmLogin.Designer.cs
│   ├── frmLogin.cs
│   ├── frmLogin.resx
│   ├── frmMachines.Designer.cs
│   ├── frmMachines.cs
│   ├── frmMachines.resx
│   ├── frmMain.Designer.cs
│   ├── frmMain.cs
│   ├── frmMain.resx
│   ├── frmPrivilege.Designer.cs
│   ├── frmPrivilege.cs
│   ├── frmPrivilege.resx
│   ├── frmProgress.Designer.cs
│   ├── frmProgress.cs
│   ├── frmProgress.resx
│   ├── frmRole.Designer.cs
│   ├── frmRole.cs
│   ├── frmRole.resx
│   ├── frmRptAddresslist.Designer.cs
│   ├── frmRptAddresslist.cs
│   ├── frmRptAddresslist.resx
│   ├── frmRptDayLog.Designer.cs
│   ├── frmRptDayLog.cs
│   ├── frmRptDayLog.resx
│   ├── frmRptMonthLog.Designer.cs
│   ├── frmRptMonthLog.cs
│   ├── frmRptMonthLog.resx
│   ├── frmRptRecordLog.Designer.cs
│   ├── frmRptRecordLog.cs
│   ├── frmRptRecordLog.resx
│   ├── frmRptSpeday.Designer.cs
│   ├── frmRptSpeday.cs
│   ├── frmRptSpeday.resx
│   ├── frmRptUserInfo.Designer.cs
│   ├── frmRptUserInfo.cs
│   ├── frmRptUserInfo.resx
│   ├── frmRun.Designer.cs
│   ├── frmRun.cs
│   ├── frmRun.resx
│   ├── frmRunUser.Designer.cs
│   ├── frmRunUser.cs
│   ├── frmRunUser.resx
│   ├── frmRunUserDaily.Designer.cs
│   ├── frmRunUserDaily.cs
│   ├── frmRunUserDaily.resx
│   ├── frmRunUserLog.Designer.cs
│   ├── frmRunUserLog.cs
│   ├── frmRunUserLog.resx
│   ├── frmRunUserTemp.resx
│   ├── frmSchclass.Designer.cs
│   ├── frmSchclass.cs
│   ├── frmSchclass.resx
│   ├── frmUpload.Designer.cs
│   ├── frmUpload.cs
│   ├── frmUpload.resx
│   ├── frmUserInfoXls.Designer.cs
│   ├── frmUserInfoXls.cs
│   ├── frmUserInfoXls.resx
│   ├── frmUserinfo.Designer.cs
│   ├── frmUserinfo.cs
│   ├── frmUserinfo.resx
│   ├── frmfrmProgressDown.Designer.cs
│   ├── frmfrmProgressDown.cs
│   ├── knotes-2.ico
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CHMS.Properties.Resources.resources
│   │   │   ├── CHMS.csproj.FileListAbsolute.txt
│   │   │   ├── CHMS.csproj.GenerateResource.Cache
│   │   │   ├── CHMS.csproj.ResolveComReference.cache
│   │   │   ├── CHMS.exe
│   │   │   ├── CHMS.frmAttExceptionLog.resources
│   │   │   ├── CHMS.frmAttLog.resources
│   │   │   ├── CHMS.frmAttendanceSpeday.resources
│   │   │   ├── CHMS.frmCheckAttLog.resources
│   │   │   ├── CHMS.frmCompany.resources
│   │   │   ├── CHMS.frmCreateAttLog.resources
│   │   │   ├── CHMS.frmCreateMenus.resources
│   │   │   ├── CHMS.frmDeartments.resources
│   │   │   ├── CHMS.frmDownloadUser.resources
│   │   │   ├── CHMS.frmHolidays.resources
│   │   │   ├── CHMS.frmLeaveClass.resources
│   │   │   ├── CHMS.frmLogin.resources
│   │   │   ├── CHMS.frmMachines.resources
│   │   │   ├── CHMS.frmMain.resources
│   │   │   ├── CHMS.frmPrivilege.resources
│   │   │   ├── CHMS.frmProgress.resources
│   │   │   ├── CHMS.frmRole.resources
│   │   │   ├── CHMS.frmRptAddresslist.resources
│   │   │   ├── CHMS.frmRptDayLog.resources
│   │   │   ├── CHMS.frmRptMonthLog.resources
│   │   │   ├── CHMS.frmRptRecordLog.resources
│   │   │   ├── CHMS.frmRptSpeday.resources
│   │   │   ├── CHMS.frmRptUserInfo.resources
│   │   │   ├── CHMS.frmRun.resources
│   │   │   ├── CHMS.frmRunUser.resources
│   │   │   ├── CHMS.frmRunUserDaily.resources
│   │   │   ├── CHMS.frmRunUserLog.resources
│   │   │   ├── CHMS.frmSchclass.resources
│   │   │   ├── CHMS.frmUpload.resources
│   │   │   ├── CHMS.frmUserInfoXls.resources
│   │   │   ├── CHMS.frmUserinfo.resources
│   │   │   ├── CHMS.pdb
│   │   │   ├── HRMS.csproj.FileListAbsolute.txt
│   │   │   ├── HRMS.csproj.GenerateResource.Cache
│   │   │   ├── HRMS.frmCompany.resources
│   │   │   ├── HRMS.frmDeartments.resources
│   │   │   ├── HRMS.frmLogin.resources
│   │   │   ├── HRMS.frmMain.resources
│   │   │   ├── HRMS.frmPrivilege.resources
│   │   │   ├── HRMS.frmRole.resources
│   │   │   ├── HRMS.frmUserinfo.resources
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── CHMS.Properties.Resources.resources
│   │   ├── CHMS.csproj.FileListAbsolute.txt
│   │   ├── CHMS.csproj.GenerateResource.Cache
│   │   ├── CHMS.csproj.ResolveComReference.cache
│   │   ├── CHMS.exe
│   │   ├── CHMS.frmAttExceptionLog.resources
│   │   ├── CHMS.frmAttLog.resources
│   │   ├── CHMS.frmAttendanceSpeday.resources
│   │   ├── CHMS.frmCompany.resources
│   │   ├── CHMS.frmCreateAttLog.resources
│   │   ├── CHMS.frmCreateMenus.resources
│   │   ├── CHMS.frmDeartments.resources
│   │   ├── CHMS.frmDownloadUser.resources
│   │   ├── CHMS.frmHolidays.resources
│   │   ├── CHMS.frmLeaveClass.resources
│   │   ├── CHMS.frmLogin.resources
│   │   ├── CHMS.frmMachines.resources
│   │   ├── CHMS.frmMain.resources
│   │   ├── CHMS.frmPrivilege.resources
│   │   ├── CHMS.frmProgress.resources
│   │   ├── CHMS.frmRole.resources
│   │   ├── CHMS.frmRptAddresslist.resources
│   │   ├── CHMS.frmRptDayLog.resources
│   │   ├── CHMS.frmRptMonthLog.resources
│   │   ├── CHMS.frmRptRecordLog.resources
│   │   ├── CHMS.frmRptSpeday.resources
│   │   ├── CHMS.frmRptUserInfo.resources
│   │   ├── CHMS.frmRun.resources
│   │   ├── CHMS.frmRunUser.resources
│   │   ├── CHMS.frmRunUserDaily.resources
│   │   ├── CHMS.frmRunUserLog.resources
│   │   ├── CHMS.frmSchclass.resources
│   │   ├── CHMS.frmUpload.resources
│   │   ├── CHMS.frmUserInfoXls.resources
│   │   ├── CHMS.frmUserinfo.resources
│   │   ├── CHMS.pdb
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── CHMS.sln
├── CHMS.suo
├── CHMSDBConfig
│   ├── CHMSDBConfig.csproj
│   ├── FrmDbConfig.cs
│   ├── FrmDbConfig.designer.cs
│   ├── FrmDbConfig.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   ├── Debug
│   │   │   ├── CHMSDBConfig.exe
│   │   │   ├── CHMSDBConfig.pdb
│   │   │   ├── CHMSDBConfig.vshost.exe
│   │   │   ├── CHMSDBConfig.vshost.exe.manifest
│   │   │   ├── Com.General.Data.dll
│   │   │   ├── Com.General.Data.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── HRMSDBConfig.exe
│   │   │   ├── HRMSDBConfig.pdb
│   │   │   ├── HRMSDBConfig.vshost.exe
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── app.config
│   │   │   └── office.dll
│   │   ├── Release
│   │   │   ├── CHMSDBConfig.exe
│   │   │   ├── CHMSDBConfig.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   └── office.dll
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CHMSDBConfig.FrmDbConfig.resources
│   │   │   ├── CHMSDBConfig.Properties.Resources.resources
│   │   │   ├── CHMSDBConfig.csproj.FileListAbsolute.txt
│   │   │   ├── CHMSDBConfig.csproj.GenerateResource.Cache
│   │   │   ├── CHMSDBConfig.exe
│   │   │   ├── CHMSDBConfig.pdb
│   │   │   ├── HRMSDBConfig.Properties.Resources.resources
│   │   │   ├── HRMSDBConfig.csproj.FileListAbsolute.txt
│   │   │   ├── HRMSDBConfig.csproj.GenerateResource.Cache
│   │   │   ├── HRMSDBConfig.exe
│   │   │   ├── HRMSDBConfig.pdb
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── CHMSDBConfig.FrmDbConfig.resources
│   │   ├── CHMSDBConfig.Properties.Resources.resources
│   │   ├── CHMSDBConfig.csproj.FileListAbsolute.txt
│   │   ├── CHMSDBConfig.csproj.GenerateResource.Cache
│   │   ├── CHMSDBConfig.exe
│   │   ├── CHMSDBConfig.pdb
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── DB
│   ├── CHMS.mdf
│   ├── CHMS_log.ldf
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── DataAccess
│   ├── DataAccess.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SqlProvider.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── office.dll
│   │   │   ├── 资源必读.pdf
│   │   │   └── 资源使用说明.pdf
│   │   ├── Release
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   └── office.dll
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   └── Refactor
│   │   │   └── DataAccess.dll
│   │   └── Release
│   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   ├── DataAccess.dll
│   │   └── DataAccess.pdb
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── Framework
│   ├── AppSettings.cs
│   ├── DelphiClientDataSet.cs
│   ├── DesSecurity.cs
│   ├── FastReport.cs
│   ├── Framework.csproj
│   ├── IListSort.cs
│   ├── ILoadable.cs
│   ├── IXMLDataTableTransform.cs
│   ├── ImageManage.cs
│   ├── ImportExportToExcel.cs
│   ├── InputLanguageSet.cs
│   ├── LogManager.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ReturnValue.cs
│   ├── Utilities.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── office.dll
│   │   │   ├── 资源必读.pdf
│   │   │   └── 资源使用说明.pdf
│   │   ├── Release
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   └── office.dll
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Framework.csproj.FileListAbsolute.txt
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   └── Refactor
│   │   │   └── Framework.dll
│   │   └── Release
│   │   ├── Framework.csproj.FileListAbsolute.txt
│   │   ├── Framework.dll
│   │   ├── Framework.pdb
│   │   └── ResolveAssemblyReference.cache
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── Model
│   ├── AttLog.cs
│   ├── Attparam.cs
│   ├── Company.cs
│   ├── Departments.cs
│   ├── Holidays.cs
│   ├── LeaveClass.cs
│   ├── Machines.cs
│   ├── Model.csproj
│   ├── Module.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Role.cs
│   ├── RunNum.cs
│   ├── RunNumSchclass.cs
│   ├── SchClass.cs
│   ├── User.cs
│   ├── Userinfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Excel.dll
│   │   │   ├── Framework.dll
│   │   │   ├── Framework.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   └── office.dll
│   │   └── Release
│   │   ├── Excel.dll
│   │   ├── Framework.dll
│   │   ├── Framework.pdb
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   └── office.dll
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── Refactor
│   │   │   │   └── Model.dll
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── HRMSDataClasses.designer.cs.dll
│   │   └── Release
│   │   ├── Model.csproj.FileListAbsolute.txt
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   └── ResolveAssemblyReference.cache
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── XPExplorerBar
│   ├── Expando.cs
│   ├── Expando.resx
│   ├── ExpandoArrows.resX
│   ├── ExplorerBarInfo.cs
│   ├── NativeMethods.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── TaskItem.cs
│   ├── TaskItem.resx
│   ├── TaskPane.cs
│   ├── TaskPane.resx
│   ├── ThemeManager.cs
│   ├── XPControls.cs
│   ├── XPExplorerBar.csproj
│   ├── XPExplorerBar.csproj.user
│   ├── XPExplorerBar.snk
│   ├── bin
│   │   ├── Debug
│   │   │   ├── XPExplorerBar.XML
│   │   │   ├── XPExplorerBar.dll
│   │   │   ├── XPExplorerBar.pdb
│   │   │   ├── 资源必读.pdf
│   │   │   └── 资源使用说明.pdf
│   │   ├── Release
│   │   │   ├── XPExplorerBar.XML
│   │   │   ├── XPExplorerBar.dll
│   │   │   └── XPExplorerBar.pdb
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   │   └── XPExplorerBar.dll
│   │   │   ├── XPExplorerBar.Expando.resources
│   │   │   ├── XPExplorerBar.ExpandoArrows.resources
│   │   │   ├── XPExplorerBar.TaskItem.resources
│   │   │   ├── XPExplorerBar.TaskPane.resources
│   │   │   ├── XPExplorerBar.csproj.FileListAbsolute.txt
│   │   │   ├── XPExplorerBar.csproj.GenerateResource.Cache
│   │   │   ├── XPExplorerBar.dll
│   │   │   └── XPExplorerBar.pdb
│   │   └── Release
│   │   ├── XPExplorerBar.Expando.resources
│   │   ├── XPExplorerBar.ExpandoArrows.resources
│   │   ├── XPExplorerBar.TaskItem.resources
│   │   ├── XPExplorerBar.TaskPane.resources
│   │   ├── XPExplorerBar.csproj.FileListAbsolute.txt
│   │   ├── XPExplorerBar.csproj.GenerateResource.Cache
│   │   ├── XPExplorerBar.dll
│   │   └── XPExplorerBar.pdb
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── XlsReport
│   ├── ExportDGVToExcel.cs
│   ├── PrintDGV.cs
│   ├── PrintOptions.cs
│   ├── PrintOptions.designer.cs
│   ├── PrintOptions.resx
│   ├── PrintPreview.Designer.cs
│   ├── PrintPreview.cs
│   ├── PrintPreview.resx
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── vssver2.scc
│   ├── XlsReport.csproj
│   ├── XlsReport.csproj.vspscc
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Excel.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── XlsReport.dll
│   │   │   ├── XlsReport.pdb
│   │   │   └── office.dll
│   │   ├── Release
│   │   │   ├── Excel.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── XlsReport.dll
│   │   │   ├── XlsReport.pdb
│   │   │   └── office.dll
│   │   ├── 资源必读.pdf
│   │   └── 资源使用说明.pdf
│   ├── mssccprj.scc
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   │   └── XlsReport.dll
│   │   │   ├── XlsReport.PrintOptions.resources
│   │   │   ├── XlsReport.PrintPreview.resources
│   │   │   ├── XlsReport.csproj.FileListAbsolute.txt
│   │   │   ├── XlsReport.csproj.GenerateResource.Cache
│   │   │   ├── XlsReport.dll
│   │   │   └── XlsReport.pdb
│   │   ├── Release
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── XlsReport.PrintOptions.resources
│   │   │   ├── XlsReport.PrintPreview.resources
│   │   │   ├── XlsReport.csproj.FileListAbsolute.txt
│   │   │   ├── XlsReport.csproj.GenerateResource.Cache
│   │   │   ├── XlsReport.dll
│   │   │   └── XlsReport.pdb
│   │   ├── XlsReport.csproj.FileList.txt
│   │   └── XlsReport.csproj.FileListAbsolute.txt
│   ├── vssver2.scc
│   ├── 资源必读.pdf
│   └── 资源使用说明.pdf
├── 资源+视频.pdf
└── 资源下载说明.pdf

82 directories, 627 files

标签:

实例下载地址

.net人事考勤管理系统新版源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警