91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

WinForm人事管理系統源碼 功能介紹: 系統包括人事部、財務部、研發部、銷售部等。公司的人員類型有以下幾種:普通員工、部門經理、人事部成員和總經理。該管理系統的主要功能是管理員工資料、員工培訓、員工獎罰、員工職稱、人員調度、人員考評、員工信息統計、勞保福利發放和業績評定等。 員工檔案管理 添加/修改/刪除員工 添加/修改員工信息 按條件搜索員工(支持模糊查詢(獎罰等)) 上傳/修改員工的照片。 員工培訓管理 添加/修改/刪除培訓信息 根據時間查詢培訓的基本信息。 注意: 開發環境為Visual Studio 2008,數據庫為SQL Server 2005

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?HRManagerSystem
{
????public?partial?class?AddDepartForm?:?Form
????{
????????public?AddDepartForm()
????????{
????????????InitializeComponent();
????????}

????????private?void?textBox1_TextChanged(object?sender?EventArgs?e)
????????{

????????}

????????private?void?toolStripButton1_Click(object?sender?EventArgs?e)
????????{
????????????txt_name.Clear();//清空文本內容
????????}
????????DataDataContext?ddt?=?new?DataDataContext();
????????private?void?toolStripButton2_Click(object?sender?EventArgs?e)
????????{
????????????T_Department?depart?=?new?T_Department();
????????????depart.Depart_Name?=?txt_name.Text;
????????????ddt.T_Department.Insertonsubmit(depart);
????????????ddt.SubmitChanges();
????????????var?result?=?ddt.T_Department.Select(dd?=>?dd);
????????????dataGridView1.DataSource?=?result;
????????}
????????///?
????????///?退出
????????///?

????????///?
????????///?
????????private?void?toolStripButton3_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-05-17?17:24??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\
?????文件????????1346??2010-09-09?00:34??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddDepartForm.cs
?????文件????????9901??2010-09-09?00:34??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddDepartForm.Designer.cs
?????文件???????57170??2010-09-09?00:34??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddDepartForm.resx
?????文件????????2340??2010-09-08?17:15??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddFuLiForm.cs
?????文件???????14415??2010-09-08?15:39??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddFuLiForm.Designer.cs
?????文件???????59172??2010-09-08?15:39??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddFuLiForm.resx
?????文件????????2323??2010-09-08?18:40??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddTrainsForm.cs
?????文件???????19606??2010-09-08?17:13??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddTrainsForm.Designer.cs
?????文件???????60813??2010-09-08?17:13??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\AddTrainsForm.resx
?????文件?????????406??2013-12-20?08:58??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\app.config
?????目錄???????????0??2010-09-11?16:15??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\
?????目錄???????????0??2013-12-20?08:54??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\
?????文件???????20139??2008-07-26?10:17??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\Calmness.ssk
?????文件???????20271??2008-07-26?10:17??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\CalmnessColor1.ssk
?????文件???????20208??2008-07-26?10:17??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\CalmnessColor2.ssk
?????文件????????5032??2008-07-26?10:22??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\DeepCyan.ssk
?????文件????????5037??2008-07-26?10:22??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\DeepGreen.ssk
?????文件????????4908??2008-07-26?10:22??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\DeepOrange.ssk
?????文件???????16021??2008-07-26?09:25??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\DiamondBlue.ssk
?????文件???????16669??2008-07-26?09:25??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\DiamondGreen.ssk
?????目錄???????????0??2013-12-20?08:54??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\
?????文件?????????297??2010-09-11?14:10??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\departde.txt
?????文件?????????224??2010-09-11?14:10??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\departinfo.txt
?????文件?????????220??2010-09-11?14:11??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\departm.txt
?????文件?????????218??2010-09-10?09:36??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\fuli.txt
?????文件?????????208??2010-09-10?09:37??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\jiangcheng.txt
?????文件?????????214??2010-09-10?09:37??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\kaoping.txt
?????文件????????7310??2010-09-10?00:13??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\renyuantj.txt
?????文件?????????190??2010-09-10?09:37??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\ryremove.txt
?????文件?????????303??2010-09-10?09:37??SJPersonManage_88950b84-1e22-47bf-a044-898b0b5e91cd\bin\Debug\document\staff.txt
............此處省略364個文件信息

評論

共有 條評論