【例子介绍】C#源码工资管理系统
SQL2005编写的工资管理系统,方便使用,可以直接使用,方便初学者
【相关图片】
【源码结构】
.
├── 5t6t网_工资管理系统.zip
└── 工资管理系统
├── Database
│ ├── MyPersonnel.mdf
│ ├── MyPersonnel_log.LDF
│ ├── MyPersonnel数据库.sql
│ ├── SQL2005更新工资触发器.txt
│ ├── 在职员工视图.sql
│ ├── 公司信息数据表.sql
│ ├── 公司部门数据表.sql
│ ├── 培训记录数据表.sql
│ ├── 基本档案数据表.sql
│ ├── 奖惩记录数据表.sql
│ ├── 操作用户数据表.sql
│ ├── 离职管理数据表.sql
│ ├── 考勤记录数据表.sql
│ ├── 工资发放表数据表.sql
│ └── 工资核算表数据表.sql
├── MyPersonnel
│ ├── AbsentForm.Designer.cs
│ ├── AbsentForm.cs
│ ├── AbsentForm.resx
│ ├── ChangeUserPasswordForm.Designer.cs
│ ├── ChangeUserPasswordForm.cs
│ ├── ChangeUserPasswordForm.resx
│ ├── CheckForm.Designer.cs
│ ├── CheckForm.cs
│ ├── CheckForm.resx
│ ├── CompanyForm.Designer.cs
│ ├── CompanyForm.cs
│ ├── CompanyForm.resx
│ ├── ComputeForm.Designer.cs
│ ├── ComputeForm.cs
│ ├── ComputeForm.resx
│ ├── DepartmentForm.Designer.cs
│ ├── DepartmentForm.cs
│ ├── DepartmentForm.resx
│ ├── LeaveForm.Designer.cs
│ ├── LeaveForm.cs
│ ├── LeaveForm.resx
│ ├── LoginForm.Designer.cs
│ ├── LoginForm.cs
│ ├── LoginForm.resx
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── MyPersonnel.csproj
│ ├── MyPersonnel.csproj.user
│ ├── MyPersonnelDataSet.Designer.cs
│ ├── MyPersonnelDataSet.cs
│ ├── MyPersonnelDataSet.xsc
│ ├── MyPersonnelDataSet.xsd
│ ├── MyPersonnelDataSet.xss
│ ├── OperatorForm.Designer.cs
│ ├── OperatorForm.cs
│ ├── OperatorForm.resx
│ ├── PayForm.Designer.cs
│ ├── PayForm.cs
│ ├── PayForm.resx
│ ├── PersonnelForm.Designer.cs
│ ├── PersonnelForm.cs
│ ├── PersonnelForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── QueryAllCheckForm.Designer.cs
│ ├── QueryAllCheckForm.cs
│ ├── QueryAllCheckForm.resx
│ ├── QueryCheckForm.Designer.cs
│ ├── QueryCheckForm.cs
│ ├── QueryCheckForm.resx
│ ├── QueryDepartmentForm.Designer.cs
│ ├── QueryDepartmentForm.cs
│ ├── QueryDepartmentForm.resx
│ ├── QueryPayForm.Designer.cs
│ ├── QueryPayForm.cs
│ ├── QueryPayForm.resx
│ ├── Resources
│ │ └── MyBgPhoto3.JPG
│ ├── RewardsForm.Designer.cs
│ ├── RewardsForm.cs
│ ├── RewardsForm.resx
│ ├── TrainingForm.Designer.cs
│ ├── TrainingForm.cs
│ ├── TrainingForm.resx
│ ├── VersionForm.Designer.cs
│ ├── VersionForm.cs
│ ├── VersionForm.resx
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── Data
│ │ │ ├── 520.jpg
│ │ │ ├── MyBgPhoto1.JPG
│ │ │ ├── MyBgPhoto2.JPG
│ │ │ ├── MyBgPhoto3.JPG
│ │ │ ├── MyBgPhoto4.JPG
│ │ │ ├── ShowMyBgPhoto1.jpg
│ │ │ ├── ShowMyBgPhoto2.jpg
│ │ │ ├── shitu.jpg
│ │ │ ├── 保存.ico
│ │ │ ├── 打印.ico
│ │ │ ├── 新增.ico
│ │ │ ├── 查询.ico
│ │ │ ├── 查询1.ico
│ │ │ ├── 查询2.ico
│ │ │ ├── 发工资.ico
│ │ │ ├── 个人档案.ico
│ │ │ ├── 个人考勤.ico
│ │ │ ├── 修改密码.ico
│ │ │ ├── 公司信息.ico
│ │ │ ├── 培训记录.ico
│ │ │ ├── 基本档案.ico
│ │ │ ├── 奖惩记录.ico
│ │ │ ├── 家庭成员.ico
│ │ │ ├── 工作业绩.ico
│ │ │ ├── 工作简历.ico
│ │ │ ├── 工资信息.ico
│ │ │ ├── 工资发放.ico
│ │ │ ├── 工资核算.ico
│ │ │ ├── 帮助信息.ico
│ │ │ ├── 操作权限.ico
│ │ │ ├── 用户密码.ico
│ │ │ ├── 登录系统.ico
│ │ │ ├── 离职管理.ico
│ │ │ ├── 考勤记录.ico
│ │ │ ├── 返回系统.ico
│ │ │ ├── 退出系统.ico
│ │ │ ├── 部门档案.ico
│ │ │ ├── 部门考勤.ico
│ │ │ └── 部门设置.ico
│ │ ├── MyPersonnel.exe
│ │ ├── MyPersonnel.exe.config
│ │ ├── MyPersonnel.pdb
│ │ ├── MyPersonnel.vshost.exe
│ │ ├── MyPersonnel.vshost.exe.config
│ │ └── MyPersonnel.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ ├── MyPersonnel.csproj.FileList.txt
│ └── Release
│ ├── Interop.Microsoft.Office.Core.dll
│ ├── MyPersonnel.AbsentForm.resources
│ ├── MyPersonnel.ChangeUserPasswordForm.resources
│ ├── MyPersonnel.CheckForm.resources
│ ├── MyPersonnel.CompanyForm.resources
│ ├── MyPersonnel.ComputeForm.resources
│ ├── MyPersonnel.DepartmentForm.resources
│ ├── MyPersonnel.LeaveForm.resources
│ ├── MyPersonnel.LoginForm.resources
│ ├── MyPersonnel.MainForm.resources
│ ├── MyPersonnel.OperatorForm.resources
│ ├── MyPersonnel.PayForm.resources
│ ├── MyPersonnel.PersonnelForm.resources
│ ├── MyPersonnel.Properties.Resources.resources
│ ├── MyPersonnel.QueryAllCheckForm.resources
│ ├── MyPersonnel.QueryCheckForm.resources
│ ├── MyPersonnel.QueryDepartmentForm.resources
│ ├── MyPersonnel.QueryPayForm.resources
│ ├── MyPersonnel.QueryPersonnelForm.resources
│ ├── MyPersonnel.RewardsForm.resources
│ ├── MyPersonnel.TrainingForm.resources
│ ├── MyPersonnel.VersionForm.resources
│ ├── MyPersonnel.csproj.FileListAbsolute.txt
│ ├── MyPersonnel.csproj.GenerateResource.Cache
│ ├── MyPersonnel.csproj.ResolveComReference.cache
│ ├── MyPersonnel.exe
│ ├── MyPersonnel.pdb
│ ├── Refactor
│ └── TempPE
│ ├── MyPersonnelDataSet.Designer.cs.dll
│ └── Properties.Resources.Designer.cs.dll
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
├── image
│ ├── dangan.jpg
│ └── main.jpg
├── 说明书.doc
├── 程序源码.doc
├── 新建文件夹
│ ├── 人事工资管理系统.sln
│ └── 人事工资管理系统.suo
├── 工资管理系统.ppt
├── 人事工资管理系统.sln
└── 人事工资管理系统.suo
18 directories, 176 files
评论