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

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

?? form1.cs

?? 某企業ERP,人員基本信息模塊
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace 人員基本信息管理主界面
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	
	public class Form1 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.ComboBox comboBox2;
		private System.Windows.Forms.ComboBox comboBox3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton toolBarButton1;
		private System.Windows.Forms.ToolBarButton toolBarButton2;
		private System.Windows.Forms.ToolBarButton toolBarButton3;
		private System.Windows.Forms.ToolBarButton toolBarButton4;
		private System.Windows.Forms.ToolBarButton toolBarButton5;
		private System.Windows.Forms.MainMenu mainMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		private System.Windows.Forms.MenuItem menuItem3;
		private System.Windows.Forms.MenuItem menuItem4;
		private System.Windows.Forms.MenuItem menuItem5;
		private System.Windows.Forms.MenuItem menuItem6;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.ComboBox comboBox4;
		private System.Windows.Forms.ComboBox comboBox5;
		private System.Windows.Forms.ComboBox comboBox6;
		public  System.Data.DataSet myDataSet;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form1()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();
			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

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

		#region Windows Form Designer generated code
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = 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.toolBar1 = new System.Windows.Forms.ToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.menuItem6 = new System.Windows.Forms.MenuItem();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.comboBox6 = new System.Windows.Forms.ComboBox();
			this.comboBox5 = new System.Windows.Forms.ComboBox();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.comboBox3,
																					this.comboBox2,
																					this.comboBox1,
																					this.label3,
																					this.label2,
																					this.label1});
			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(192, 184);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "查詢項";
			
			// 
			// comboBox3
			// 
			this.comboBox3.Items.AddRange(new object[] {
														   "姓名",
														   "工號",
														   "性別",
														   "身份證號碼",
														   "家庭住址",
														   "聯系方式",
														   "民族",
														   "學歷",
														   "出生日期",
														   "專業",
														   "籍貫",
														   "畢業學校",
														   "政治面貌",
														   "畢業時間",
														   "參加工作時間",
														   "進入公司時間",
														   "職務",
														   "職稱",
														   "職稱評定時間",
														   "檔案工資",
														   "調整時間",
														   "崗薪工資",
														   "參保種類",
														   "參保時間",
														   "參保額",
														   "檔案存放地",
														   "檔案號",
														   "崗位變動時間",
														   "變動崗位",
														   "離職時間",
														   "試用信息"});
			this.comboBox3.Location = new System.Drawing.Point(96, 136);
			this.comboBox3.Name = "comboBox3";
			this.comboBox3.Size = new System.Drawing.Size(80, 20);
			this.comboBox3.TabIndex = 5;
			// 
			// comboBox2
			// 
			this.comboBox2.Items.AddRange(new object[] {
														   "姓名",
														   "工號",
														   "性別",
														   "身份證號碼",
														   "家庭住址",
														   "聯系方式",
														   "民族",
														   "學歷",
														   "出生日期",
														   "專業",
														   "籍貫",
														   "畢業學校",
														   "政治面貌",
														   "畢業時間",
														   "參加工作時間",
														   "進入公司時間",
														   "職務",
														   "職稱",
														   "職稱評定時間",
														   "檔案工資",
														   "調整時間",
														   "崗薪工資",
														   "參保種類",
														   "參保時間",
														   "參保額",
														   "檔案存放地",
														   "檔案號",
														   "崗位變動時間",
														   "變動崗位",
														   "離職時間",
														   "試用信息"});
			this.comboBox2.Location = new System.Drawing.Point(96, 88);
			this.comboBox2.Name = "comboBox2";
			this.comboBox2.Size = new System.Drawing.Size(80, 20);
			this.comboBox2.TabIndex = 4;
			// 
			// comboBox1
			// 
			this.comboBox1.Items.AddRange(new object[] {
														   "姓名",
														   "工號",
														   "性別",
														   "身份證號碼",
														   "家庭住址",
														   "聯系方式",
														   "民族",
														   "學歷",
														   "出生日期",
														   "專業",
														   "籍貫",
														   "畢業學校",
														   "政治面貌",
														   "畢業時間",
														   "參加工作時間",
														   "進入公司時間",
														   "職務",
														   "職稱",
														   "職稱評定時間",
														   "檔案工資",
														   "調整時間",
														   "崗薪工資",
														   "參保種類",
														   "參保時間",
														   "參保額",
														   "檔案存放地",
														   "檔案號",
														   "崗位變動時間",
														   "變動崗位",
														   "離職時間",
														   "試用信息"});
			this.comboBox1.Location = new System.Drawing.Point(96, 40);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(80, 20);
			this.comboBox1.TabIndex = 3;
			
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 136);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 24);
			this.label3.TabIndex = 2;
			this.label3.Text = "查詢項3";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 88);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 24);
			this.label2.TabIndex = 1;
			this.label2.Text = "查詢項2";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 24);
			this.label1.TabIndex = 0;
			this.label1.Text = "查詢項1";
			
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.textBox3,
																					this.textBox2,
																					this.textBox1,
																					this.label7,
																					this.label8,
																					this.label9});
			this.groupBox2.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox2.Location = new System.Drawing.Point(432, 64);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(176, 184);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "查詢值";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(88, 136);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(72, 21);
			this.textBox3.TabIndex = 6;
			this.textBox3.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(88, 88);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(72, 21);
			this.textBox2.TabIndex = 5;
			this.textBox2.Text = "";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(88, 40);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(72, 21);
			this.textBox1.TabIndex = 4;
			this.textBox1.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 136);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(64, 24);
			this.label7.TabIndex = 2;
			this.label7.Text = "查詢值3";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 88);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(64, 24);
			this.label8.TabIndex = 1;
			this.label8.Text = "查詢值2";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 40);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(64, 24);
			this.label9.TabIndex = 0;
			this.label9.Text = "查詢值1";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(8, 40);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(64, 24);
			this.label6.TabIndex = 3;
			this.label6.Text = "查詢條件1";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 88);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(64, 24);
			this.label5.TabIndex = 2;
			this.label5.Text = "查詢條件2";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 136);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(64, 24);
			this.label4.TabIndex = 1;
			this.label4.Text = "查詢條件3";
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.toolBarButton2,
																						this.toolBarButton3,

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91久久奴性调教| 日韩美女在线视频| 麻豆视频观看网址久久| 国产精品久久久久aaaa樱花 | 蜜桃91丨九色丨蝌蚪91桃色| 国产精品毛片大码女人| 日韩午夜中文字幕| 欧美制服丝袜第一页| 国产成人综合在线观看| 日本亚洲电影天堂| 夜夜嗨av一区二区三区| 国产偷国产偷精品高清尤物| 欧美三级日韩三级| 自拍偷拍欧美精品| 精品成人在线观看| 欧美精品久久99| 欧美在线免费观看亚洲| 暴力调教一区二区三区| 国产成人丝袜美腿| 国产麻豆成人精品| 国模少妇一区二区三区| 男男gaygay亚洲| 日韩国产成人精品| 亚洲成a天堂v人片| 亚洲无人区一区| 一区二区视频免费在线观看| 国产欧美一区二区精品秋霞影院| 日韩小视频在线观看专区| 在线成人小视频| 7777精品伊人久久久大香线蕉完整版 | 日产欧产美韩系列久久99| 夜夜爽夜夜爽精品视频| 亚洲欧洲综合另类| 亚洲欧洲一区二区三区| 国产欧美一区二区精品婷婷| 久久亚洲综合色一区二区三区| 日韩精品一区二区三区视频在线观看 | 亚洲免费观看在线视频| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ原创 | a级精品国产片在线观看| 国内成人自拍视频| 国产在线不卡一区| 国产成人在线观看| 成人免费视频视频在线观看免费 | 日韩精品一区二区三区在线观看 | 色老汉一区二区三区| 色综合久久久久综合99| 91啦中文在线观看| 色琪琪一区二区三区亚洲区| 91在线无精精品入口| 91视视频在线观看入口直接观看www | 毛片不卡一区二区| 经典三级在线一区| 粉嫩久久99精品久久久久久夜| www.色精品| 在线免费观看日本一区| 在线播放91灌醉迷j高跟美女| 欧美日韩成人综合天天影院 | 夜夜揉揉日日人人青青一国产精品| 亚洲乱码中文字幕| 亚洲aaa精品| 免费观看久久久4p| 国产精品1区2区| 99久久国产综合色|国产精品| 欧美亚洲尤物久久| 日韩欧美国产成人一区二区| 久久久国产一区二区三区四区小说 | 国产精品资源网站| 99久精品国产| 91 com成人网| 久久久久88色偷偷免费| 亚洲日本韩国一区| 免费人成在线不卡| 懂色av一区二区三区免费看| 91国在线观看| 久久―日本道色综合久久| 中文字幕视频一区| 日本一区中文字幕| 成人午夜av影视| 欧美乱妇23p| 国产视频亚洲色图| 五月婷婷激情综合网| 国产一区二区网址| 欧美天堂亚洲电影院在线播放| 精品国产伦理网| 亚洲精品国产无套在线观| 亚洲gay无套男同| 成人精品免费看| 在线成人午夜影院| 亚洲人成人一区二区在线观看| 日韩av中文字幕一区二区三区 | 欧美日韩www| 欧美激情自拍偷拍| 日韩福利电影在线| av亚洲产国偷v产偷v自拍| 欧美精品1区2区| 国产精品久久三| 久久成人精品无人区| 色婷婷一区二区三区四区| 久久在线观看免费| 午夜激情久久久| 91在线观看视频| 久久影院电视剧免费观看| 午夜av区久久| 色综合久久久久| 中文字幕av不卡| 精品亚洲国内自在自线福利| 欧美日韩国产小视频在线观看| 亚洲国产成人自拍| 国产一区激情在线| 欧美一区二区二区| 亚洲永久精品国产| 91麻豆国产精品久久| 久久精品水蜜桃av综合天堂| 亚洲成人一区二区在线观看| 91香蕉视频黄| 中文字幕av一区 二区| 国内国产精品久久| 精品捆绑美女sm三区| 日韩精品国产欧美| 欧美三级一区二区| 亚洲一区二区三区四区在线观看 | 日本一区二区电影| 国产毛片精品国产一区二区三区| 日韩欧美高清dvd碟片| 日韩高清国产一区在线| 欧洲av在线精品| 亚洲一级二级三级在线免费观看| 91视视频在线观看入口直接观看www| 国产三级精品在线| 懂色av一区二区三区免费看| 久久影院视频免费| 国产成人免费在线| 国产午夜亚洲精品理论片色戒| 加勒比av一区二区| 久久久久久久久久久久久久久99| 美女一区二区视频| 精品国产露脸精彩对白| 国产在线精品一区二区不卡了| 欧美videos大乳护士334| 国内精品视频666| 国产视频在线观看一区二区三区| 国产成人福利片| 国产精品家庭影院| 欧美做爰猛烈大尺度电影无法无天| 亚洲精品亚洲人成人网在线播放| 欧美在线free| 日本欧美韩国一区三区| 精品日韩一区二区| 国产成人精品综合在线观看| 中文天堂在线一区| 91蜜桃传媒精品久久久一区二区| 国产精品蜜臀在线观看| 欧洲精品在线观看| 人人狠狠综合久久亚洲| 久久久国产精品麻豆| 成人国产免费视频| 夜夜爽夜夜爽精品视频| 91麻豆精品国产91久久久使用方法| 久久99精品国产.久久久久久| 国产区在线观看成人精品| 北岛玲一区二区三区四区| 亚洲一区二区美女| 日韩欧美激情四射| 懂色av中文字幕一区二区三区| 亚洲免费观看高清完整版在线观看| 欧美日韩电影一区| 国产91在线观看丝袜| 亚洲色欲色欲www| 4438亚洲最大| 福利一区福利二区| 亚洲国产欧美日韩另类综合| 欧美一区二区成人| 99久久综合色| 日韩中文字幕不卡| 欧美国产精品中文字幕| 欧美日韩一区二区三区免费看 | 国内不卡的二区三区中文字幕| 国产精品乱子久久久久| 欧美日韩免费电影| 粉嫩av一区二区三区粉嫩 | 欧美a一区二区| 国产精品色哟哟网站| 精品污污网站免费看| 国产麻豆一精品一av一免费| 夜夜亚洲天天久久| 国产色产综合产在线视频| 欧美性感一区二区三区| 国产一区啦啦啦在线观看| 亚洲一区二区三区影院| 久久久精品国产99久久精品芒果| 欧美综合一区二区三区| 国产馆精品极品| 婷婷中文字幕一区三区| 国产精品久久久久aaaa樱花| 日韩欧美一级二级| 欧美三级日本三级少妇99| 成人午夜短视频| 精品亚洲aⅴ乱码一区二区三区| 一区二区三区四区蜜桃|