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

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

?? form2.cs

?? 某企業ERP,人員基本信息模塊
?? CS
?? 第 1 頁 / 共 5 頁
字號:
			this.label21 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			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.textBoxfilecode = new System.Windows.Forms.TextBox();
			this.label28 = new System.Windows.Forms.Label();
			this.textBoxoperator = new System.Windows.Forms.TextBox();
			this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlConnection2 = new System.Data.SqlClient.SqlConnection();
			this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem1,
																					  this.menuItem7,
																					  this.menuItem10});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem11,
																					  this.menuItem3,
																					  this.menuItem4,
																					  this.menuItem5,
																					  this.menuItem6});
			this.menuItem1.Text = "操作";
			// 
			// menuItem11
			// 
			this.menuItem11.Index = 0;
			this.menuItem11.Text = "新建";
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "保存";
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "上一條";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 3;
			this.menuItem5.Text = "下一條";
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 4;
			this.menuItem6.Text = "取消";
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 1;
			this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem8,
																					  this.menuItem9});
			this.menuItem7.Text = "退出";
			// 
			// menuItem8
			// 
			this.menuItem8.Index = 0;
			this.menuItem8.Text = "返回";
			// 
			// menuItem9
			// 
			this.menuItem9.Index = 1;
			this.menuItem9.Text = "退出";
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 2;
			this.menuItem10.Text = "幫助";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textBoxbirthday);
			this.groupBox1.Controls.Add(this.label32);
			this.groupBox1.Controls.Add(this.pictureBox1);
			this.groupBox1.Controls.Add(this.comboBox1);
			this.groupBox1.Controls.Add(this.comboBoxsex);
			this.groupBox1.Controls.Add(this.textBoxgraduate);
			this.groupBox1.Controls.Add(this.textBoxcode);
			this.groupBox1.Controls.Add(this.textBoxnative);
			this.groupBox1.Controls.Add(this.textBoxeducation);
			this.groupBox1.Controls.Add(this.textBoxschool);
			this.groupBox1.Controls.Add(this.textBoxID);
			this.groupBox1.Controls.Add(this.textBoxaddress);
			this.groupBox1.Controls.Add(this.textBoxcontact);
			this.groupBox1.Controls.Add(this.textBoxname);
			this.groupBox1.Controls.Add(this.label13);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.label11);
			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.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.textBoxnation);
			this.groupBox1.Controls.Add(this.textBoxmajor);
			this.groupBox1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox1.Location = new System.Drawing.Point(16, 64);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(320, 432);
			this.groupBox1.TabIndex = 4;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "通用";
			// 
			// textBoxbirthday
			// 
			this.textBoxbirthday.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.出生日期"));
			this.textBoxbirthday.Location = new System.Drawing.Point(72, 120);
			this.textBoxbirthday.Name = "textBoxbirthday";
			this.textBoxbirthday.Size = new System.Drawing.Size(64, 21);
			this.textBoxbirthday.TabIndex = 4;
			this.textBoxbirthday.Text = "";
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// label32
			// 
			this.label32.Location = new System.Drawing.Point(8, 128);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(56, 16);
			this.label32.TabIndex = 27;
			this.label32.Text = "出生日期";
			// 
			// pictureBox1
			// 
			this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDark;
			this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pictureBox1.Location = new System.Drawing.Point(152, 24);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(152, 168);
			this.pictureBox1.TabIndex = 26;
			this.pictureBox1.TabStop = false;
			// 
			// comboBox1
			// 
			this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.政治面貌"));
			this.comboBox1.Items.AddRange(new object[] {
														   "黨員",
														   "群眾"});
			this.comboBox1.Location = new System.Drawing.Point(232, 288);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(72, 20);
			this.comboBox1.TabIndex = 11;
			// 
			// comboBoxsex
			// 
			this.comboBoxsex.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.性別"));
			this.comboBoxsex.Items.AddRange(new object[] {
															 "男",
															 "女"});
			this.comboBoxsex.Location = new System.Drawing.Point(232, 208);
			this.comboBoxsex.Name = "comboBoxsex";
			this.comboBoxsex.Size = new System.Drawing.Size(72, 20);
			this.comboBoxsex.TabIndex = 7;
			// 
			// textBoxgraduate
			// 
			this.textBoxgraduate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.畢業時間"));
			this.textBoxgraduate.Location = new System.Drawing.Point(72, 280);
			this.textBoxgraduate.Name = "textBoxgraduate";
			this.textBoxgraduate.Size = new System.Drawing.Size(64, 21);
			this.textBoxgraduate.TabIndex = 10;
			this.textBoxgraduate.Text = "";
			// 
			// textBoxcode
			// 
			this.textBoxcode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.工號"));
			this.textBoxcode.Location = new System.Drawing.Point(72, 56);
			this.textBoxcode.Name = "textBoxcode";
			this.textBoxcode.Size = new System.Drawing.Size(64, 21);
			this.textBoxcode.TabIndex = 2;
			this.textBoxcode.Text = "";
			// 
			// textBoxnative
			// 
			this.textBoxnative.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.籍貫"));
			this.textBoxnative.Location = new System.Drawing.Point(72, 88);
			this.textBoxnative.Name = "textBoxnative";
			this.textBoxnative.Size = new System.Drawing.Size(64, 21);
			this.textBoxnative.TabIndex = 3;
			this.textBoxnative.Text = "";
			// 
			// textBoxeducation
			// 
			this.textBoxeducation.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.學歷"));
			this.textBoxeducation.Location = new System.Drawing.Point(72, 160);
			this.textBoxeducation.Name = "textBoxeducation";
			this.textBoxeducation.Size = new System.Drawing.Size(64, 21);
			this.textBoxeducation.TabIndex = 5;
			this.textBoxeducation.Text = "";
			// 
			// textBoxschool
			// 
			this.textBoxschool.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.畢業學校"));
			this.textBoxschool.Location = new System.Drawing.Point(72, 200);
			this.textBoxschool.Name = "textBoxschool";
			this.textBoxschool.Size = new System.Drawing.Size(64, 21);
			this.textBoxschool.TabIndex = 6;
			this.textBoxschool.Text = "";
			// 
			// textBoxID
			// 
			this.textBoxID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.身份證號碼"));
			this.textBoxID.Location = new System.Drawing.Point(72, 320);
			this.textBoxID.Name = "textBoxID";
			this.textBoxID.Size = new System.Drawing.Size(232, 21);
			this.textBoxID.TabIndex = 12;
			this.textBoxID.Text = "";
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品婷婷午夜在线观看| 视频一区欧美日韩| 色婷婷综合久色| 国产亚洲人成网站| 精品亚洲aⅴ乱码一区二区三区| 色婷婷av一区二区三区gif| 亚洲色图欧美在线| 色综合色综合色综合| 亚洲欧美一区二区三区极速播放| 国产91精品一区二区麻豆亚洲| 精品国偷自产国产一区| 九色综合国产一区二区三区| 精品国产乱码久久久久久影片| 国内精品国产三级国产a久久| 国产午夜精品在线观看| 成人国产精品免费网站| 亚洲美女视频一区| 8v天堂国产在线一区二区| 奇米888四色在线精品| 久久婷婷国产综合国色天香| 成人综合在线视频| 亚洲日本在线看| 欧美日韩在线三区| 日韩欧美二区三区| 夜色激情一区二区| 精品蜜桃在线看| 91在线观看成人| 久久精品噜噜噜成人av农村| 国产日韩三级在线| 欧美性三三影院| 福利视频网站一区二区三区| 亚洲国产精品久久久男人的天堂 | 一区二区三区在线视频免费观看| 欧美日韩精品一区二区三区四区| 国产在线视视频有精品| 亚洲国产综合91精品麻豆| 欧美激情中文字幕| 日韩一二三区视频| 欧美视频一区二区三区| 成人ar影院免费观看视频| 亚洲免费观看在线视频| 久久久午夜精品| 精品国产乱子伦一区| 欧美天堂一区二区三区| av亚洲产国偷v产偷v自拍| 国内国产精品久久| 精品一区二区精品| 麻豆精品视频在线| 捆绑变态av一区二区三区| 香蕉av福利精品导航| 香蕉成人伊视频在线观看| 亚洲一二三四区| 天天亚洲美女在线视频| 日本在线不卡视频| 久久99国产乱子伦精品免费| 免费欧美在线视频| 久久精品国产999大香线蕉| 免费人成在线不卡| 激情久久五月天| 国产一区二区美女| 99在线精品视频| 欧洲亚洲精品在线| 3d动漫精品啪啪1区2区免费| 日韩美女天天操| 国产精品视频九色porn| 亚洲综合色区另类av| 激情欧美一区二区三区在线观看| 国产成人午夜精品5599| 欧美性视频一区二区三区| 制服丝袜在线91| 中文字幕av一区 二区| 亚洲伊人伊色伊影伊综合网| 韩国精品久久久| 波多野洁衣一区| 6080yy午夜一二三区久久| 综合欧美一区二区三区| 欧美mv和日韩mv的网站| 8x8x8国产精品| 欧美韩国一区二区| 日韩国产高清在线| 岛国av在线一区| 制服.丝袜.亚洲.中文.综合| 欧美国产综合一区二区| 亚洲主播在线播放| 国产91露脸合集magnet| 欧美二区乱c少妇| 国产精品嫩草影院com| 欧美aaa在线| 欧美在线免费播放| 国产精品国产三级国产aⅴ原创 | 日韩精品中午字幕| 一区二区三区精品视频| 色综合久久综合网97色综合| 国产精品热久久久久夜色精品三区| 亚洲综合免费观看高清完整版| 国产精品一区二区在线看| 69堂亚洲精品首页| 午夜精品久久久久久| 91国偷自产一区二区开放时间| 欧美国产精品中文字幕| 国产毛片一区二区| 久久精品视频免费观看| 蜜臀国产一区二区三区在线播放| 欧美日韩国产另类不卡| 亚洲一区二区中文在线| 欧美性xxxxxxxx| 一区二区三区日本| 欧美日韩aaaaa| 日韩精品五月天| 欧美日韩成人综合天天影院 | 激情综合五月婷婷| 精品国产91亚洲一区二区三区婷婷| 亚洲成a人片在线不卡一二三区| 91亚洲大成网污www| 亚洲另类中文字| 欧美军同video69gay| 一区二区三区国产精华| 在线观看视频欧美| 亚洲国产成人va在线观看天堂| 日本韩国欧美一区| 亚洲精品日日夜夜| 欧美日韩夫妻久久| 韩国精品主播一区二区在线观看| 精品国产乱码久久久久久久久| 亚洲精品第一国产综合野| 欧美一区二区视频在线观看| 日本欧美韩国一区三区| 日韩欧美的一区| 国产成人8x视频一区二区| 中文字幕av一区二区三区免费看| 色婷婷精品大视频在线蜜桃视频| 亚洲一区免费观看| 国产亚洲午夜高清国产拍精品 | 亚洲成av人片在www色猫咪| 欧洲国产伦久久久久久久| 国产一区二区三区日韩| 欧美视频一二三区| 狠狠色狠狠色综合系列| 欧美电视剧免费观看| 久久99精品国产.久久久久久| 一区二区三区在线视频观看58| 中文字幕国产精品一区二区| 国产亚洲一二三区| 国产精品久久久久久久久免费相片 | 亚洲美女少妇撒尿| 久久精品欧美一区二区三区不卡| 欧美精三区欧美精三区| 极品少妇一区二区三区精品视频| 亚洲视频你懂的| 欧美亚男人的天堂| 欧美日韩一区二区三区免费看| 亚洲国产日韩综合久久精品| 欧美军同video69gay| 国产一区三区三区| 国产片一区二区三区| 国产欧美精品在线观看| 国产亚洲人成网站| 精品久久人人做人人爽| 久久久久国产精品麻豆| 51精品国自产在线| 国产精品亲子伦对白| 亚洲欧洲一区二区在线播放| 综合网在线视频| 亚洲综合av网| 在线观看视频一区二区欧美日韩| 自拍偷自拍亚洲精品播放| 在线观看欧美精品| 一区二区三区精品在线观看| 欧美一区二区黄| 国产成人在线影院| 亚洲卡通动漫在线| 日韩一级二级三级精品视频| 国产一区二区三区不卡在线观看| 亚洲色图制服诱惑| 欧美日韩一卡二卡三卡| 国产成人亚洲综合a∨猫咪| 日韩欧美国产wwwww| 国产成人日日夜夜| 亚洲一区在线视频观看| 日韩女优电影在线观看| 在线观看三级视频欧美| 欧美日韩国产高清一区二区三区 | 国产精品亚洲人在线观看| 国产精品乱码人人做人人爱| 日韩精品在线看片z| 欧美亚洲动漫制服丝袜| 日韩午夜激情av| 一级做a爱片久久| 亚洲一区二区偷拍精品| 国产精品女主播av| 《视频一区视频二区| 国产精品日日摸夜夜摸av| 久久久综合视频| 日韩亚洲国产中文字幕欧美| 亚洲自拍偷拍综合| 欧美日韩国产高清一区二区| 日韩高清一区二区| 欧美经典三级视频一区二区三区| 风间由美一区二区三区在线观看| 一区二区三区在线视频观看58 |