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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? employeemanage.cs

?? 主要介紹了系統(tǒng)的需求分析
?? CS
?? 第 1 頁 / 共 5 頁
字號:
			this.dataGrid1.ForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.GridLineColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid1.HeaderBackColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
			this.dataGrid1.HeaderForeColor = System.Drawing.Color.Lavender;
			this.dataGrid1.LinkColor = System.Drawing.Color.Teal;
			this.dataGrid1.Location = new System.Drawing.Point(24, 72);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Lavender;
			this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.SelectionBackColor = System.Drawing.Color.Teal;
			this.dataGrid1.SelectionForeColor = System.Drawing.Color.PaleGreen;
			this.dataGrid1.Size = new System.Drawing.Size(400, 352);
			this.dataGrid1.TabIndex = 98;
			this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
																								  this.dataGridTableStyle3});
			this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
			// 
			// dataGridTableStyle3
			// 
			this.dataGridTableStyle3.DataGrid = this.dataGrid1;
			this.dataGridTableStyle3.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
																												  this.dataGridTextBoxColumn14,
																												  this.dataGridTextBoxColumn15,
																												  this.dataGridTextBoxColumn17,
																												  this.dataGridTextBoxColumn18,
																												  this.dataGridTextBoxColumn16});
			this.dataGridTableStyle3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridTableStyle3.MappingName = "Employee";
			// 
			// dataGridTextBoxColumn14
			// 
			this.dataGridTextBoxColumn14.Format = "";
			this.dataGridTextBoxColumn14.FormatInfo = null;
			this.dataGridTextBoxColumn14.HeaderText = "職工號";
			this.dataGridTextBoxColumn14.MappingName = "EmployeeID";
			this.dataGridTextBoxColumn14.Width = 75;
			// 
			// dataGridTextBoxColumn15
			// 
			this.dataGridTextBoxColumn15.Format = "";
			this.dataGridTextBoxColumn15.FormatInfo = null;
			this.dataGridTextBoxColumn15.HeaderText = "姓名";
			this.dataGridTextBoxColumn15.MappingName = "EmployeeName";
			this.dataGridTextBoxColumn15.Width = 75;
			// 
			// dataGridTextBoxColumn17
			// 
			this.dataGridTextBoxColumn17.Format = "";
			this.dataGridTextBoxColumn17.FormatInfo = null;
			this.dataGridTextBoxColumn17.HeaderText = "性別";
			this.dataGridTextBoxColumn17.MappingName = "Sex";
			this.dataGridTextBoxColumn17.Width = 75;
			// 
			// dataGridTextBoxColumn18
			// 
			this.dataGridTextBoxColumn18.Format = "";
			this.dataGridTextBoxColumn18.FormatInfo = null;
			this.dataGridTextBoxColumn18.HeaderText = "年齡";
			this.dataGridTextBoxColumn18.MappingName = "Age";
			this.dataGridTextBoxColumn18.Width = 75;
			// 
			// dataGridTextBoxColumn16
			// 
			this.dataGridTextBoxColumn16.Format = "";
			this.dataGridTextBoxColumn16.FormatInfo = null;
			this.dataGridTextBoxColumn16.HeaderText = "部門";
			this.dataGridTextBoxColumn16.MappingName = "Department";
			this.dataGridTextBoxColumn16.Width = 75;
			// 
			// btnExcel
			// 
			this.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnExcel.ForeColor = System.Drawing.SystemColors.Desktop;
			this.btnExcel.Image = ((System.Drawing.Image)(resources.GetObject("btnExcel.Image")));
			this.btnExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnExcel.Location = new System.Drawing.Point(352, 64);
			this.btnExcel.Name = "btnExcel";
			this.btnExcel.Size = new System.Drawing.Size(56, 24);
			this.btnExcel.TabIndex = 106;
			this.btnExcel.Text = "導(dǎo)出";
			this.btnExcel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label18);
			this.groupBox1.Controls.Add(this.textGraduateSchool);
			this.groupBox1.Controls.Add(this.label17);
			this.groupBox1.Controls.Add(this.label16);
			this.groupBox1.Controls.Add(this.label15);
			this.groupBox1.Controls.Add(this.label14);
			this.groupBox1.Controls.Add(this.label13);
			this.groupBox1.Controls.Add(this.textIDCard);
			this.groupBox1.Controls.Add(this.textName);
			this.groupBox1.Controls.Add(this.textNativePlace);
			this.groupBox1.Controls.Add(this.textEmployeeID);
			this.groupBox1.Controls.Add(this.numericUpDown1);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.btnPicture);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Controls.Add(this.pictureBox1);
			this.groupBox1.Controls.Add(this.comboSex);
			this.groupBox1.Controls.Add(this.comboDegree);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.comboWorkType);
			this.groupBox1.Controls.Add(this.comboStatus);
			this.groupBox1.Controls.Add(this.comboDepartment);
			this.groupBox1.Controls.Add(this.comboTitle);
			this.groupBox1.Controls.Add(this.comboDuty);
			this.groupBox1.Controls.Add(this.comboNation);
			this.groupBox1.Controls.Add(this.dateTimePicker1);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox1.Location = new System.Drawing.Point(472, 96);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(352, 440);
			this.groupBox1.TabIndex = 104;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "此員工詳細(xì)信息";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(232, 16);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(48, 23);
			this.label18.TabIndex = 116;
			this.label18.Text = "照片";
			// 
			// textGraduateSchool
			// 
			this.textGraduateSchool.Location = new System.Drawing.Point(80, 328);
			this.textGraduateSchool.Name = "textGraduateSchool";
			this.textGraduateSchool.Size = new System.Drawing.Size(72, 21);
			this.textGraduateSchool.TabIndex = 115;
			this.textGraduateSchool.Text = "";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(24, 328);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(40, 32);
			this.label17.TabIndex = 114;
			this.label17.Text = "畢業(yè)學(xué)校";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(16, 128);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(48, 23);
			this.label16.TabIndex = 113;
			this.label16.Text = "籍貫";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(16, 96);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(48, 23);
			this.label15.TabIndex = 112;
			this.label15.Text = "身份證";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(24, 64);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(40, 23);
			this.label14.TabIndex = 111;
			this.label14.Text = "姓名";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(24, 24);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(48, 23);
			this.label13.TabIndex = 110;
			this.label13.Text = "職工號";
			// 
			// textIDCard
			// 
			this.textIDCard.Location = new System.Drawing.Point(72, 96);
			this.textIDCard.Name = "textIDCard";
			this.textIDCard.Size = new System.Drawing.Size(104, 21);
			this.textIDCard.TabIndex = 109;
			this.textIDCard.Text = "";
			// 
			// textName
			// 
			this.textName.Location = new System.Drawing.Point(72, 64);
			this.textName.Name = "textName";
			this.textName.Size = new System.Drawing.Size(80, 21);
			this.textName.TabIndex = 108;
			this.textName.Text = "";
			// 
			// textNativePlace
			// 
			this.textNativePlace.Location = new System.Drawing.Point(72, 128);
			this.textNativePlace.Name = "textNativePlace";
			this.textNativePlace.Size = new System.Drawing.Size(104, 21);
			this.textNativePlace.TabIndex = 107;
			this.textNativePlace.Text = "";
			// 
			// textEmployeeID
			// 
			this.textEmployeeID.Location = new System.Drawing.Point(72, 24);
			this.textEmployeeID.Name = "textEmployeeID";
			this.textEmployeeID.Size = new System.Drawing.Size(80, 21);
			this.textEmployeeID.TabIndex = 106;
			this.textEmployeeID.Text = "";
			// 
			// numericUpDown1
			// 
			this.numericUpDown1.Location = new System.Drawing.Point(240, 168);
			this.numericUpDown1.Maximum = new System.Decimal(new int[] {
																		   200,
																		   0,
																		   0,
																		   0});
			this.numericUpDown1.Name = "numericUpDown1";
			this.numericUpDown1.Size = new System.Drawing.Size(72, 21);
			this.numericUpDown1.TabIndex = 105;
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(184, 176);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(40, 23);
			this.label12.TabIndex = 104;
			this.label12.Text = "年齡";
			// 
			// btnPicture
			// 
			this.btnPicture.Location = new System.Drawing.Point(304, 56);
			this.btnPicture.Name = "btnPicture";
			this.btnPicture.Size = new System.Drawing.Size(32, 72);
			this.btnPicture.TabIndex = 103;
			this.btnPicture.Text = "選擇照片";
			this.btnPicture.Click += new System.EventHandler(this.btnPicture_Click);
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(80, -72);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(40, 22);
			this.label11.TabIndex = 102;
			this.label11.Text = "照片";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.pictureBox1.Location = new System.Drawing.Point(224, 40);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(72, 104);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.pictureBox1.TabIndex = 101;
			this.pictureBox1.TabStop = false;
			// 
			// comboSex
			// 
			this.comboSex.Items.AddRange(new object[] {
														  "男",
														  "女"});
			this.comboSex.Location = new System.Drawing.Point(240, 208);
			this.comboSex.Name = "comboSex";
			this.comboSex.Size = new System.Drawing.Size(72, 20);
			this.comboSex.TabIndex = 100;
			// 
			// comboDegree
			// 
			this.comboDegree.Location = new System.Drawing.Point(80, 288);
			this.comboDegree.Name = "comboDegree";
			this.comboDegree.Size = new System.Drawing.Size(72, 20);
			this.comboDegree.TabIndex = 99;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(24, 288);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(40, 23);
			this.label10.TabIndex = 98;
			this.label10.Text = "學(xué)歷";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲日本va午夜在线电影| 色成人在线视频| 欧美成人三级在线| 麻豆精品一区二区av白丝在线| 精品视频一区二区不卡| 性久久久久久久久久久久| 欧美日韩亚洲综合一区二区三区| 亚洲国产精品久久久久秋霞影院| 色吊一区二区三区 | 精品久久人人做人人爽| 久久精品国产久精国产爱| 精品伦理精品一区| 成人综合婷婷国产精品久久蜜臀 | 99久久综合精品| 亚洲黄色在线视频| 精品视频全国免费看| 毛片av一区二区| 国产欧美1区2区3区| 色天天综合色天天久久| 日韩在线a电影| 久久久亚洲国产美女国产盗摄| 懂色av噜噜一区二区三区av| 亚洲免费大片在线观看| 欧美一区二区精品久久911| 国产一区999| 亚洲欧美日韩在线| 日韩欧美激情四射| 成人激情动漫在线观看| 一区二区三区中文字幕| 2021久久国产精品不只是精品| av一区二区三区黑人| 日韩成人午夜精品| 国产精品久久久久久久久免费桃花| 欧美三级乱人伦电影| 国产999精品久久久久久| 亚洲成人资源网| 国产欧美日韩麻豆91| 欧美精品自拍偷拍动漫精品| 豆国产96在线|亚洲| 男女性色大片免费观看一区二区 | 性做久久久久久久免费看| 久久久国产午夜精品| 欧美亚一区二区| 成人综合在线网站| 欧美a一区二区| 亚洲综合丝袜美腿| 欧美国产一区视频在线观看| 91精品国产一区二区三区香蕉| 91小视频免费看| 韩国欧美国产1区| 午夜精品视频一区| 国产女主播一区| 欧美精品一区二区三区高清aⅴ | 亚洲国产成人tv| 国产精品乱子久久久久| 日韩精品专区在线影院重磅| 欧洲一区在线电影| 99久久99久久精品国产片果冻| 国产一区二区三区精品视频| 日韩精品亚洲一区| 亚洲午夜久久久久久久久电影网| 中文字幕第一区综合| 日韩免费成人网| 91精品国产综合久久久久久漫画 | 欧美人动与zoxxxx乱| 一本高清dvd不卡在线观看| 国产精品一区专区| 精品一区二区久久| 美女视频黄a大片欧美| 日韩成人免费电影| 视频一区二区三区在线| 亚洲成人免费av| 婷婷综合另类小说色区| 亚洲国产视频网站| 亚洲一区电影777| 亚洲一区在线观看免费观看电影高清 | 精品国产91亚洲一区二区三区婷婷| 欧美日韩另类一区| 欧美日韩高清一区二区| 欧美日韩极品在线观看一区| 欧美日韩高清不卡| 欧美一级xxx| 日韩精品一区二区三区四区| 日韩精品一区二区三区三区免费| 日韩一级黄色片| 久久先锋影音av| 国产精品私房写真福利视频| 日本一区二区三区四区| 国产精品毛片无遮挡高清| 亚洲视频免费观看| 亚洲男人天堂一区| 亚洲国产成人精品视频| 日本欧美一区二区三区乱码| 麻豆精品一区二区av白丝在线| 久久av老司机精品网站导航| 国产精品正在播放| 色综合夜色一区| 欧美熟乱第一页| 日韩美女在线视频| 国产色产综合产在线视频| 国产精品久久久久久福利一牛影视 | 亚洲123区在线观看| 美女网站在线免费欧美精品| 国产精品一二一区| 一本到不卡免费一区二区| 欧美日韩日日骚| 日韩视频一区二区在线观看| 国产亚洲成av人在线观看导航| 国产精品美女久久久久av爽李琼| 亚洲综合av网| 精品综合免费视频观看| 成人久久久精品乱码一区二区三区| 91视频观看视频| 欧美一区二区视频在线观看2022| 2021中文字幕一区亚洲| 亚洲精选视频免费看| 久久99精品久久久久久| av网站免费线看精品| 91精品国产丝袜白色高跟鞋| 久久精品一区蜜桃臀影院| 一区二区久久久| 国产久卡久卡久卡久卡视频精品| 色婷婷亚洲精品| 精品福利一二区| 亚洲午夜免费视频| 成人国产在线观看| 91精品国产免费| 亚洲精品自拍动漫在线| 国产综合久久久久久鬼色| 在线观看日韩电影| 亚洲国产精品成人久久综合一区| 日本亚洲最大的色成网站www| 成人免费视频播放| 日韩免费福利电影在线观看| 亚洲免费资源在线播放| 国产另类ts人妖一区二区| 欧美日韩精品系列| 亚洲欧美日韩系列| 国产成人在线视频网址| 欧美一区二区三区男人的天堂| 国产精品蜜臀在线观看| 久久国产欧美日韩精品| 欧美日韩中文字幕一区二区| 国产精品你懂的| 国产精品一区二区在线看| 欧美一级视频精品观看| 一区二区三区日韩欧美精品| 国产成人在线视频网址| 亚洲精品一区二区在线观看| 怡红院av一区二区三区| 成人av在线网站| 久久这里只精品最新地址| 午夜a成v人精品| 欧美日韩aaaaa| 亚洲va韩国va欧美va精品| 色综合久久综合网欧美综合网| 国产精品美女一区二区三区| 国产精品亚洲午夜一区二区三区 | 日韩一区二区免费高清| 亚洲成人动漫在线观看| 91毛片在线观看| ...中文天堂在线一区| 国产69精品久久久久777| 精品国产青草久久久久福利| 青青草伊人久久| 欧美一级片免费看| 日韩精品电影在线| 欧美一区二区日韩| 久久99精品国产麻豆婷婷| 日韩精品一区二区三区中文不卡| 久久精工是国产品牌吗| 日韩手机在线导航| 另类小说欧美激情| 精品久久久久久最新网址| 韩国v欧美v日本v亚洲v| 欧美va亚洲va| 国产精品亚洲第一区在线暖暖韩国 | 日本亚洲最大的色成网站www| 欧美一区二区三区公司| 免费成人你懂的| 久久精品视频免费观看| 成人av影院在线| 亚洲制服丝袜av| 欧美一三区三区四区免费在线看| 另类综合日韩欧美亚洲| 久久一区二区视频| 波多野洁衣一区| 一区二区三区产品免费精品久久75| 欧美日韩在线精品一区二区三区激情 | 日本91福利区| 国产日韩欧美高清在线| 色综合久久中文综合久久牛| 亚洲成人激情自拍| 精品国产乱子伦一区| 国产不卡在线一区| 亚洲一区二区偷拍精品| 精品久久久网站| 91碰在线视频| 秋霞国产午夜精品免费视频| 国产日产欧美精品一区二区三区|