亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? employeemanage.cs

?? 主要介紹了系統的需求分析
?? CS
?? 第 1 頁 / 共 5 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Reflection;



namespace ManPowerManage.UILevel
{
	/// <summary>
	/// EmployeeManage 的摘要說明。
	/// </summary>
	public class EmployeeManage : System.Windows.Forms.Form
	{		
				
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.Label lblRecord;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.TextBox textGraduateSchool;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.TextBox textIDCard;
		private System.Windows.Forms.TextBox textName;
		private System.Windows.Forms.TextBox textNativePlace;
		private System.Windows.Forms.TextBox textEmployeeID;
		private System.Windows.Forms.NumericUpDown numericUpDown1;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Button btnPicture;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.ComboBox comboSex;
		private System.Windows.Forms.ComboBox comboDegree;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.ComboBox comboWorkType;
		private System.Windows.Forms.ComboBox comboStatus;
		private System.Windows.Forms.ComboBox comboDepartment;
		private System.Windows.Forms.ComboBox comboTitle;
		private System.Windows.Forms.ComboBox comboDuty;
		private System.Windows.Forms.ComboBox comboNation;
		private System.Windows.Forms.DateTimePicker dateTimePicker1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button btnFirst;
		private System.Windows.Forms.Button btnPrevious;
		private System.Windows.Forms.Button btnNext;
		private System.Windows.Forms.Button btnLast;
		private System.Windows.Forms.Button btnModify;
		private System.Windows.Forms.DataGrid dataGrid1;
		private System.Windows.Forms.Button btnExit;
		private System.Windows.Forms.Button btnDelete;
		private System.Windows.Forms.Button btnAdd;
		private System.Windows.Forms.Button btnApply;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.TextBox textEmployeeID2;
		private System.Windows.Forms.Label label20;
		private System.Windows.Forms.ComboBox comboDepartment2;
		private System.Windows.Forms.ComboBox comboDimissionType;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.Button btnMove;
		private System.Windows.Forms.Button btnUpDown;
		private System.Windows.Forms.GroupBox groupBox5;
		private System.Windows.Forms.Label label21;
		private System.Windows.Forms.TabPage tabPage3;
		private System.Windows.Forms.Label label22;
		private System.Windows.Forms.ComboBox comboTitle2;
		private System.Windows.Forms.GroupBox groupBox6;
		private System.Windows.Forms.Label label24;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Label label23;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.Button btnSearchCancel;
		private System.Windows.Forms.Button btnEmployeeSearch;
		private System.Windows.Forms.Button btnEmployeeExport;
		private System.Windows.Forms.DataGrid dataGrid2;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn2;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn3;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn4;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn5;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn6;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn7;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn8;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn9;
		private System.Windows.Forms.DataGrid dataGrid3;
		private System.Windows.Forms.DataGridTableStyle dataGridTableStyle2;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn10;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn11;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn12;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn13;
		private System.Windows.Forms.DataGridTableStyle dataGridTableStyle3;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn14;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn15;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn16;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn17;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn18;
		private System.Windows.Forms.Button btnEmployeeSearchAll;
		private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn19;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn20;
		private System.Windows.Forms.GroupBox groupBox7;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn21;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn22;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn23;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn24;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn25;
		private System.Windows.Forms.Button btnExcel;
		private System.Windows.Forms.DateTimePicker dateTimePicker2;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label25;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.Label label26;
		private System.Windows.Forms.ComboBox comboBox2;
		private System.Windows.Forms.ComboBox comboBox3;
		private System.Windows.Forms.Button btnDimmisionExport;
		private System.Windows.Forms.GroupBox groupBox8;
			
		
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		private string selectStr;
		private OleDbConnection Connection1=null;
		private OleDbCommand  Command1=null;
		private OleDbDataReader DataReader1=null;
		private OleDbDataAdapter dataAdapter1=null;
		private OleDbDataAdapter dataAdapter2=null;
		DataView DataViewEmployee=new DataView();
		DataView DataViewDimmision=new DataView();			
		private DataSet DataSetEmployy=new DataSet();
		private DataSet DataSetDimmision=new DataSet();
		private string commandStr;
		private string connectionStr;
		private string originValue;
		private string PresentValue;
		private bool move=false;
		private bool updown=false;
		private string [] ListHeader={"職工號","身份證","姓名","部門","性別","年齡","民族","籍貫","職稱","工種","職位","政治身份","學歷","畢業學校","就職時間"};

		public EmployeeManage()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();	
			this.connectionStr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +Application.StartupPath + "\\ManPowerManage.mdb"; 
			this.selectStr="select * from Employee";
			this.Connection1=new OleDbConnection(this.connectionStr);
			this.Command1=new OleDbCommand();
			this.dataAdapter1=new OleDbDataAdapter(this.selectStr,this.Connection1);
			this.selectStr="select * from Dimmision";
			this.dataAdapter2=new OleDbDataAdapter(this.selectStr,this.Connection1);
			this.Command1.Connection=this.Connection1;
			this.Command1.CommandText=this.commandStr;

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}


		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EmployeeManage));
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
			this.label21 = new System.Windows.Forms.Label();
			this.comboDimissionType = new System.Windows.Forms.ComboBox();
			this.btnDelete = new System.Windows.Forms.Button();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.btnUpDown = new System.Windows.Forms.Button();
			this.btnModify = new System.Windows.Forms.Button();
			this.btnMove = new System.Windows.Forms.Button();
			this.btnAdd = new System.Windows.Forms.Button();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.btnFirst = new System.Windows.Forms.Button();
			this.btnPrevious = new System.Windows.Forms.Button();
			this.btnNext = new System.Windows.Forms.Button();
			this.btnLast = new System.Windows.Forms.Button();
			this.lblRecord = new System.Windows.Forms.Label();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.dataGridTableStyle3 = new System.Windows.Forms.DataGridTableStyle();
			this.dataGridTextBoxColumn14 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn15 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn17 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn18 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn16 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.btnExcel = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label18 = new System.Windows.Forms.Label();
			this.textGraduateSchool = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.textIDCard = new System.Windows.Forms.TextBox();
			this.textName = new System.Windows.Forms.TextBox();
			this.textNativePlace = new System.Windows.Forms.TextBox();
			this.textEmployeeID = new System.Windows.Forms.TextBox();
			this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
			this.label12 = new System.Windows.Forms.Label();
			this.btnPicture = new System.Windows.Forms.Button();
			this.label11 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.comboSex = new System.Windows.Forms.ComboBox();
			this.comboDegree = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.comboWorkType = new System.Windows.Forms.ComboBox();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.comboDepartment = new System.Windows.Forms.ComboBox();
			this.comboTitle = new System.Windows.Forms.ComboBox();
			this.comboDuty = new System.Windows.Forms.ComboBox();
			this.comboNation = new System.Windows.Forms.ComboBox();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.label1 = new System.Windows.Forms.Label();
			this.btnApply = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.groupBox8 = new System.Windows.Forms.GroupBox();
			this.btnEmployeeExport = new System.Windows.Forms.Button();
			this.btnSearchCancel = new System.Windows.Forms.Button();
			this.btnEmployeeSearch = new System.Windows.Forms.Button();
			this.btnEmployeeSearchAll = new System.Windows.Forms.Button();
			this.dataGrid2 = new System.Windows.Forms.DataGrid();
			this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
			this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn8 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn7 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn19 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn20 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn9 = new System.Windows.Forms.DataGridTextBoxColumn();

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合色综合色综合色综合色综合 | 91成人免费电影| 三级在线观看一区二区| 亚洲国产精品成人综合色在线婷婷| 色婷婷综合视频在线观看| 久久99精品久久只有精品| 亚洲欧美国产77777| 日韩免费视频一区| 欧美亚洲国产一区在线观看网站| 国产专区综合网| 亚洲一区二区综合| 中文字幕av一区二区三区高| 欧美视频中文字幕| 波多野洁衣一区| 国产综合色视频| 青青草国产精品亚洲专区无| 亚洲精品国久久99热| 久久综合999| 日韩欧美123| 欧美日韩午夜在线| 91免费观看视频在线| 国产成人免费视频网站高清观看视频| 五月天欧美精品| 亚洲精品水蜜桃| 国产精品乱子久久久久| 精品对白一区国产伦| 欧美日韩国产综合一区二区三区| 97se狠狠狠综合亚洲狠狠| 精品一区二区三区欧美| 天天综合网 天天综合色| 国产精品成人一区二区艾草 | 中文字幕在线不卡一区 | 中文字幕一区在线观看视频| 日韩精品一区二区在线| 欧美精品三级在线观看| 在线精品视频免费播放| av中文字幕一区| 成人av小说网| 成人免费高清视频在线观看| 国产九色sp调教91| 精品一区二区在线视频| 蜜臂av日日欢夜夜爽一区| 日韩精彩视频在线观看| 天堂成人免费av电影一区| 亚洲国产精品久久人人爱蜜臀| 一区二区三区精品在线| 一区二区免费看| 亚洲人吸女人奶水| 夜夜精品视频一区二区| 一区二区三区在线影院| 亚洲一区二区三区四区五区黄 | 国产麻豆欧美日韩一区| 国产一区二区三区在线观看免费| 国产真实乱偷精品视频免| 国产综合色产在线精品| 国产ts人妖一区二区| 成人a区在线观看| 91在线丨porny丨国产| 91老司机福利 在线| 日本久久一区二区| 欧美日韩国产精选| 日韩一级完整毛片| 久久久亚洲综合| 国产精品视频在线看| 国产精品久久久久精k8| 亚洲精品免费播放| 日韩av午夜在线观看| 国产一区久久久| www.亚洲在线| 欧美日韩免费观看一区二区三区| 欧美高清一级片在线| 欧美变态凌虐bdsm| 国产精品灌醉下药二区| 亚洲午夜精品网| 精品一区二区三区在线播放视频| 成人教育av在线| 欧美视频三区在线播放| 精品处破学生在线二十三| 国产三级一区二区| 尤物在线观看一区| 蜜乳av一区二区| 99久久国产综合精品女不卡| 欧美日韩在线直播| 久久综合久久99| 亚洲自拍偷拍av| 精品一区二区久久久| 99精品久久久久久| 日韩一区二区三区电影 | 久久久av毛片精品| 亚洲精品国产视频| 久久99精品久久只有精品| 97国产一区二区| 日韩欧美一级特黄在线播放| 国产精品看片你懂得| 天天综合网天天综合色| 不卡电影一区二区三区| 欧美丰满美乳xxx高潮www| 久久久久国产精品免费免费搜索| 亚洲精品视频一区二区| 韩国在线一区二区| 精品视频在线免费观看| 国产精品免费免费| 日本欧美久久久久免费播放网| 99久久久精品| 久久久久99精品国产片| 日韩国产成人精品| 色综合久久久久综合体桃花网| 日韩欧美亚洲国产另类| 一区二区免费在线播放| 波多野结衣中文字幕一区 | 国产精品美女一区二区三区| 麻豆久久久久久久| 在线一区二区三区| 日韩一区在线免费观看| 国模一区二区三区白浆| 欧美色图12p| 亚洲伦在线观看| 国产91精品入口| 久久亚洲综合色一区二区三区 | www.亚洲精品| 久久久午夜精品| 美女尤物国产一区| 7799精品视频| 五月天网站亚洲| 在线观看www91| 亚洲精品欧美综合四区| 91在线观看地址| 中文字幕一区二区三区四区| 国产精品91一区二区| 欧美变态tickle挠乳网站| 日韩在线一区二区| 欧美日韩久久不卡| 亚洲成人av一区| 欧美日韩成人在线| 亚洲一区二区精品久久av| 91久久精品国产91性色tv | 国产日韩欧美综合在线| 美女视频一区二区三区| 欧美一区二区三区四区高清| 亚洲影视在线观看| 欧美图区在线视频| 成人国产电影网| 26uuu亚洲综合色欧美| 激情综合网av| 精品国产三级电影在线观看| 九九精品视频在线看| 日韩欧美一二三四区| 美女在线一区二区| 久久综合色综合88| 国产精品一区二区无线| 国产三级欧美三级| 成人性生交大片免费看视频在线| 久久精品人人爽人人爽| 国产精品911| 国产精品久久久久7777按摩| jiyouzz国产精品久久| 国产精品国产三级国产a| 91美女福利视频| 亚洲自拍偷拍麻豆| 91精品麻豆日日躁夜夜躁| 久久精品国产99| 久久这里只有精品视频网| 国产成人在线免费| 自拍偷在线精品自拍偷无码专区| 色欧美日韩亚洲| 亚洲第一会所有码转帖| 欧美一区二区私人影院日本| 久久成人18免费观看| 日本一区二区视频在线观看| 99精品国产一区二区三区不卡| 亚洲一级不卡视频| 日韩一区二区三区在线| 国产成人午夜电影网| 亚洲天堂久久久久久久| 欧美日韩一级片网站| 久久国产福利国产秒拍| 国产精品久久久爽爽爽麻豆色哟哟 | 欧美刺激脚交jootjob| 国产成人亚洲精品狼色在线| 亚洲精品日产精品乱码不卡| 欧美一区二区视频在线观看2022| 精品久久99ma| eeuss鲁片一区二区三区| 亚洲国产aⅴ成人精品无吗| 日韩欧美三级在线| 91网站在线播放| 蜜臀va亚洲va欧美va天堂| 国产欧美一区二区精品久导航 | 成年人午夜久久久| 午夜精品视频一区| 国产欧美精品在线观看| 欧美日韩情趣电影| 国产精品一区二区在线播放| 一区二区三区在线视频观看58| 精品国产一区二区三区四区四| 97se亚洲国产综合自在线不卡| 蜜乳av一区二区| 亚洲欧美国产高清| 久久综合九色综合97婷婷女人| 欧美色涩在线第一页|