基本信息
源码名称:C#简单的人事管理系统XML数据库
源码大小:1.96M
文件格式:.zip
开发语言:C#
更新时间:2023-07-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#简单的人事管理系统XML数据库
自己做的一个简单的人事管理系统,适合新手学习,功能比较全面,有员工信息,头像,部门设置,部门添加等功能


文件清单
└── HRApplication
    ├── HRApplication
    │   ├── app.config
    │   ├── bg.cs
    │   ├── bg.Designer.cs
    │   ├── bg.resx
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── HRApplication.exe
    │   │   │   ├── HRApplication.exe.config
    │   │   │   ├── HRApplication.pdb
    │   │   │   ├── HRApplication.vshost.exe
    │   │   │   ├── HRApplication.vshost.exe.config
    │   │   │   ├── HRApplication.vshost.exe.manifest
    │   │   │   ├── 人事图标
    │   │   │   │   ├── Applications.ico
    │   │   │   │   ├── Thumbs.db
    │   │   │   │   └── 按钮图标
    │   │   │   │       ├── add.png
    │   │   │   │       ├── Alert.png
    │   │   │   │       ├── Bookmark.png
    │   │   │   │       ├── Char.png
    │   │   │   │       ├── delete.png
    │   │   │   │       ├── edit.png
    │   │   │   │       ├── Ok.png
    │   │   │   │       ├── save.png
    │   │   │   │       ├── seach.png
    │   │   │   │       ├── Settings.png
    │   │   │   │       ├── Stats.png
    │   │   │   │       ├── System.png
    │   │   │   │       └── User.png
    │   │   │   ├── 图片
    │   │   │   │   └── 按钮
    │   │   │   ├── 安装成功.txt
    │   │   │   ├── 帮助文档
    │   │   │   │   ├── EasyCHM_Alias.h
    │   │   │   │   ├── EasyCHM_Map.h
    │   │   │   │   ├── 创建用户.htm
    │   │   │   │   ├── 帮助文档.CHM
    │   │   │   │   ├── 更改密码.htm
    │   │   │   │   ├── 查询相关.htm
    │   │   │   │   ├── 欢迎.htm
    │   │   │   │   ├── 设置出勤.htm
    │   │   │   │   ├── 设置员工信息.htm
    │   │   │   │   ├── 设置调薪.htm
    │   │   │   │   └── 设置部门.htm
    │   │   │   ├── 帮助文档.CHM
    │   │   │   ├── 数据文件
    │   │   │   │   ├── login.txt
    │   │   │   │   ├── 合同表.xml
    │   │   │   │   ├── 员工信息表.xml
    │   │   │   │   ├── 头像.xml
    │   │   │   │   ├── 子级部门表.xml
    │   │   │   │   ├── 考勤表.xml
    │   │   │   │   ├── 调薪表.xml
    │   │   │   │   ├── 部门信息表.xml
    │   │   │   │   └── 部门表.xml
    │   │   │   └── 软件安装许可协议.rtf
    │   │   ├── 员工信息表.xml
    │   │   ├── 子级部门表.xml
    │   │   └── 数据文件
    │   │       ├── login.txt
    │   │       ├── 合同表.xml
    │   │       ├── 员工信息表.xml
    │   │       ├── 头像.xml
    │   │       ├── 子级部门表.xml
    │   │       ├── 考勤表.xml
    │   │       ├── 调薪表.xml
    │   │       ├── 部门信息表.xml
    │   │       └── 部门表.xml
    │   ├── createuser.cs
    │   ├── createuser.Designer.cs
    │   ├── createuser.resx
    │   ├── Fmain.cs
    │   ├── Fmain.Designer.cs
    │   ├── Fmain.resx
    │   ├── HRApplication.csproj
    │   ├── HRApplication.csproj.user
    │   ├── login.cs
    │   ├── login.Designer.cs
    │   ├── login.resx
    │   ├── obj
    │   │   └── Debug
    │   │       ├── HRApplication.bg.resources
    │   │       ├── HRApplication.createuser.resources
    │   │       ├── HRApplication.csproj.FileListAbsolute.txt
    │   │       ├── HRApplication.csproj.GenerateResource.Cache
    │   │       ├── HRApplication.exe
    │   │       ├── HRApplication.Fmain.resources
    │   │       ├── HRApplication.login.resources
    │   │       ├── HRApplication.pdb
    │   │       ├── HRApplication.Properties.Resources.resources
    │   │       ├── HRApplication.setpassword.resources
    │   │       ├── HRApplication.人事管理.resources
    │   │       ├── HRApplication.公司资料.resources
    │   │       ├── HRApplication.显示全部人员.resources
    │   │       ├── HRApplication.查询.resources
    │   │       ├── HRApplication.部门信息编辑.resources
    │   │       ├── HRApplication.部门设置.resources
    │   │       ├── HRApplication.锁定界面.resources
    │   │       ├── Refactor
    │   │       └── TempPE
    │   │           └── Properties.Resources.Designer.cs.dll
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── bgg.jpg
    │   │   ├── bg.jpg
    │   │   ├── Cancel.png
    │   │   ├── comdd.jpg
    │   │   └── sdf.jpg
    │   ├── setpassword.cs
    │   ├── setpassword.Designer.cs
    │   ├── setpassword.resx
    │   ├── users.cs
    │   ├── 人事管理.cs
    │   ├── 人事管理.Designer.cs
    │   ├── 人事管理.resx
    │   ├── 公司资料.cs
    │   ├── 公司资料.Designer.cs
    │   ├── 公司资料.resx
    │   ├── 显示全部人员.cs
    │   ├── 显示全部人员.Designer.cs
    │   ├── 显示全部人员.resx
    │   ├── 查询.cs
    │   ├── 查询.Designer.cs
    │   ├── 查询.resx
    │   ├── 部门信息编辑.cs
    │   ├── 部门信息编辑.Designer.cs
    │   ├── 部门信息编辑.resx
    │   ├── 部门设置.cs
    │   ├── 部门设置.Designer.cs
    │   ├── 部门设置.resx
    │   ├── 锁定界面.cs
    │   ├── 锁定界面.Designer.cs
    │   └── 锁定界面.resx
    ├── HRApplication.sln
    └── HRApplication.suo

17 directories, 126 files