資源簡介
c#語言開發的企業人力資源管理系統
C#編的公司企業人事管理系統,SQLSever版,直接附加數據庫文件就可以了,測試登錄的帳號:用戶名[ 區分大小寫 ]:Administrator,密碼:888,請在登錄之前點擊“公司設置”設置數據庫連接。本人事管理系統大部分功能已完成,但擴展的功能像工資和考勤模塊暫時沒有完成,一些太過簡單的像報表和打印,圖示等沒有加入,有興趣你可自己加入,這點不是太難。

代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Data;
using?System.Data.SqlClient;
namespace?人力資源管理系統
{
///?
///?AmendStafferInfo?的摘要說明。
///?
public?class?AmendStafferInfo?:?System.Windows.Forms.Form
{
private?DataTable?tempTable?=?new?DataTable();
private?CurrencyManager?cmAmend;
private?string?strSQL?=?““;
private?SqlConnection?tempConnection?=?new?SqlConnection(“workstation?id=localhost;database=hrmbook;Connect?Timeout=30;Trusted_Connection=yes“)?;
private?SqlDataAdapter?da;
private?DataTable?tblDataSource?=?new?DataTable();
private?System.Windows.Forms.DataGrid?dataGrid1;
private?System.Windows.Forms.GroupBox?groupBox1;
private?System.Windows.Forms.Label?label1;
private?System.Windows.Forms.Label?label2;
private?System.Windows.Forms.Label?label3;
private?System.Windows.Forms.Label?label4;
private?System.Windows.Forms.Label?label5;
private?System.Windows.Forms.Label?label6;
private?System.Windows.Forms.Label?label7;
private?System.Windows.Forms.Label?label8;
private?System.Windows.Forms.Label?label9;
private?System.Windows.Forms.Label?label10;
private?System.Windows.Forms.Label?label11;
private?System.Windows.Forms.Label?label12;
private?System.Windows.Forms.Label?label13;
private?System.Windows.Forms.Label?label14;
private?System.Windows.Forms.Label?label15;
private?System.Windows.Forms.Label?label16;
private?System.Windows.Forms.Label?label17;
private?System.Windows.Forms.Label?label18;
private?System.Windows.Forms.Label?label19;
private?System.Windows.Forms.Label?label21;
private?System.Windows.Forms.TextBox?txt1;
private?System.Windows.Forms.TextBox?txt2;
private?System.Windows.Forms.TextBox?txt3;
private?System.Windows.Forms.ComboBox?cmb1;
private?System.Windows.Forms.ComboBox?cmb3;
private?System.Windows.Forms.ComboBox?cmb2;
private?System.Windows.Forms.ComboBox?cmb4;
private?System.Windows.Forms.TextBox?txt6;
private?System.Windows.Forms.TextBox?txt5;
private?System.Windows.Forms.TextBox?txt8;
private?System.Windows.Forms.TextBox?txt4;
private?System.Windows.Forms.TextBox?txt7;
private?System.Windows.Forms.TextBox?txt10;
private?System.Windows.Forms.TextBox?txt9;
private?System.Windows.Forms.TextBox?txt12;
private?System.Windows.Forms.TextBox?txt11;
private?System.Windows.Forms.TextBox?txt15;
private?System.Windows.Forms.TextBox?txt13;
private?System.Windows.Forms.TextBox?txt16;
private?System.Windows.Forms.TextBox?txt14;
private?System.Windows.Forms.ToolBar?toolBar1;
private?System.Windows.Forms.ToolBarButton?tbarBtnDelete;
private?System.Data.SqlClient.SqlDataAdapter?sqlDataAdapter1;
private?System.Windows.Forms.ToolBarButton?tbarBtnNew;
private?System.Windows.Forms.ImageList?imageList1;
private?System.Windows.Forms.ToolBarButton?toolBarPre;
privat
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
??????????????7588350????????????????????89
評論
共有 條評論