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

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

?? form2.cs

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

namespace 人員基本信息管理主界面
{
	/// <summary>
	/// Form2 的摘要說明。
	/// </summary>
	public class Form2 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.MainMenu mainMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		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.MenuItem menuItem7;
		private System.Windows.Forms.MenuItem menuItem8;
		private System.Windows.Forms.MenuItem menuItem9;
		private System.Windows.Forms.MenuItem menuItem10;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label11;
		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.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.ToolBarButton toolBarButton4;
		private System.Windows.Forms.ToolBarButton toolBarButton7;
		private System.Windows.Forms.ToolBarButton toolBarButton5;
		private System.Windows.Forms.ToolBarButton toolBarButton2;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton toolBarButton1;
		private System.Windows.Forms.ToolBarButton toolBarButton3;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label29;
		private System.Windows.Forms.Label label27;
		private System.Windows.Forms.Label label26;
		private System.Windows.Forms.Label label25;
		private System.Windows.Forms.Label label24;
		private System.Windows.Forms.Label label23;
		private System.Windows.Forms.Label label22;
		private System.Windows.Forms.Label label21;
		private System.Windows.Forms.Label label20;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.Label label18;
		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 label28;
		private System.Windows.Forms.Label label30;
		private System.Windows.Forms.Label label31;
		private System.Windows.Forms.Label label32;
		private System.Windows.Forms.Label label33;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.ComboBox comboBoxsex;
		private System.Windows.Forms.TextBox textBoxgraduate;
		private System.Windows.Forms.TextBox textBoxcode;
		private System.Windows.Forms.TextBox textBoxnative;
		private System.Windows.Forms.TextBox textBoxeducation;
		private System.Windows.Forms.TextBox textBoxschool;
		private System.Windows.Forms.TextBox textBoxID;
		private System.Windows.Forms.TextBox textBoxaddress;
		private System.Windows.Forms.TextBox textBoxcontact;
		private System.Windows.Forms.TextBox textBoxname;
		private System.Windows.Forms.TextBox textBoxnation;
		private System.Windows.Forms.TextBox textBoxmajor;
		private System.Windows.Forms.TextBox textBoxworkingday;
		private System.Windows.Forms.TextBox textBoxenrollday;
		private System.Windows.Forms.TextBox textBoxtrying;
		private System.Windows.Forms.TextBox textBoxgrade;
		private System.Windows.Forms.TextBox textBoxoriginalsalary;
		private System.Windows.Forms.TextBox textBoxsalarychangeday;
		private System.Windows.Forms.TextBox textBoxpositionsalary;
		private System.Windows.Forms.TextBox textBoxassureday;
		private System.Windows.Forms.TextBox textBoxassurancekind;
		private System.Windows.Forms.TextBox textBoxduty;
		private System.Windows.Forms.TextBox textBoxpromotionday;
		private System.Windows.Forms.TextBox textBoxchangeday;
		private System.Windows.Forms.TextBox textBoxassuresum;
		private System.Windows.Forms.TextBox textBoxleavingday;
		private System.Windows.Forms.TextBox textBoxremark;
		private System.Windows.Forms.TextBox textBoxfileposition;
		private System.Windows.Forms.TextBox textBoxfilecode;
		private System.Windows.Forms.TextBox textBoxbirthday;
		private System.Windows.Forms.TextBox textBoxtitle;
		private System.Windows.Forms.TextBox textBoxoperator;
		private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
		private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
		private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
		private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
		private System.Data.SqlClient.SqlConnection sqlConnection2;
		private 人員基本信息管理主界面.DataSet1 dataSet11;
		private System.Windows.Forms.TextBox textBoxpositionchange;
		private System.Windows.Forms.DateTimePicker dateTimePicker1;
        public  BindingManagerBase bManager1;
		private System.Windows.Forms.ToolBarButton toolBarButton9;   //定義綁定管理器
		public int remark;///新建或修改變量,為0為修改,為1為新建
		public int position;///修改是顯示的數據庫里的行索引
		public string receive; 
		private System.Windows.Forms.MenuItem menuItem11;
		private System.Windows.Forms.ToolBarButton toolBarButton6;
        
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form2()
		{
			//
			// 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.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem11 = 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.menuItem7 = new System.Windows.Forms.MenuItem();
			this.menuItem8 = new System.Windows.Forms.MenuItem();
			this.menuItem9 = new System.Windows.Forms.MenuItem();
			this.menuItem10 = new System.Windows.Forms.MenuItem();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textBoxbirthday = new System.Windows.Forms.TextBox();
			this.dataSet11 = new 人員基本信息管理主界面.DataSet1();
			this.label32 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.comboBoxsex = new System.Windows.Forms.ComboBox();
			this.textBoxgraduate = new System.Windows.Forms.TextBox();
			this.textBoxcode = new System.Windows.Forms.TextBox();
			this.textBoxnative = new System.Windows.Forms.TextBox();
			this.textBoxeducation = new System.Windows.Forms.TextBox();
			this.textBoxschool = new System.Windows.Forms.TextBox();
			this.textBoxID = new System.Windows.Forms.TextBox();
			this.textBoxaddress = new System.Windows.Forms.TextBox();
			this.textBoxcontact = new System.Windows.Forms.TextBox();
			this.textBoxname = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			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.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textBoxnation = new System.Windows.Forms.TextBox();
			this.textBoxmajor = new System.Windows.Forms.TextBox();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textBoxtitle = new System.Windows.Forms.TextBox();
			this.label33 = new System.Windows.Forms.Label();
			this.textBoxworkingday = new System.Windows.Forms.TextBox();
			this.textBoxenrollday = new System.Windows.Forms.TextBox();
			this.label30 = new System.Windows.Forms.Label();
			this.label31 = new System.Windows.Forms.Label();
			this.textBoxtrying = new System.Windows.Forms.TextBox();
			this.label29 = new System.Windows.Forms.Label();
			this.textBoxgrade = new System.Windows.Forms.TextBox();
			this.textBoxoriginalsalary = new System.Windows.Forms.TextBox();
			this.textBoxsalarychangeday = new System.Windows.Forms.TextBox();
			this.textBoxpositionsalary = new System.Windows.Forms.TextBox();
			this.textBoxassureday = new System.Windows.Forms.TextBox();
			this.textBoxassurancekind = new System.Windows.Forms.TextBox();
			this.textBoxduty = new System.Windows.Forms.TextBox();
			this.textBoxpromotionday = new System.Windows.Forms.TextBox();
			this.textBoxchangeday = new System.Windows.Forms.TextBox();
			this.textBoxassuresum = new System.Windows.Forms.TextBox();
			this.textBoxpositionchange = new System.Windows.Forms.TextBox();
			this.textBoxleavingday = new System.Windows.Forms.TextBox();
			this.textBoxremark = new System.Windows.Forms.TextBox();
			this.textBoxfileposition = new System.Windows.Forms.TextBox();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.label24 = new System.Windows.Forms.Label();
			this.label23 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲视频一二区| 久久这里只有精品视频网| 99久久综合99久久综合网站| 久久精品国产亚洲高清剧情介绍| 日韩高清一级片| 免费成人结看片| 美女网站视频久久| 成人深夜视频在线观看| 91丝袜美腿高跟国产极品老师 | 9191久久久久久久久久久| 欧美精品第1页| 日韩欧美精品在线| 亚洲天堂久久久久久久| 青青青爽久久午夜综合久久午夜 | 国产成人8x视频一区二区 | aaa欧美色吧激情视频| 91丨九色丨蝌蚪富婆spa| 欧美精品欧美精品系列| 日韩精品中文字幕在线不卡尤物| 中文一区在线播放| 一区二区三区日韩欧美| 国产呦精品一区二区三区网站| 成人免费毛片app| 日韩亚洲欧美成人一区| 亚洲综合视频在线观看| 国产乱子伦视频一区二区三区| 成人高清在线视频| 99精品久久免费看蜜臀剧情介绍| 欧美日韩激情一区| 国产精品久久久久久久久免费桃花 | 色琪琪一区二区三区亚洲区| 欧美不卡123| 亚洲欧美一区二区不卡| 国产成人av资源| 欧美日韩五月天| 亚洲在线中文字幕| 色av一区二区| 1区2区3区精品视频| 国产乱一区二区| 国产亚洲精品7777| 国内精品不卡在线| 久久久久久日产精品| 久久99精品国产麻豆婷婷| 欧美一区二区三区日韩视频| 亚洲人123区| 在线一区二区三区| 亚洲综合小说图片| 欧美日韩黄视频| 麻豆精品国产传媒mv男同| 91丝袜美腿高跟国产极品老师| 亚洲电影视频在线| 91在线国内视频| 亚洲一区二区视频在线| 成人性生交大片免费看中文网站| 国产女人18毛片水真多成人如厕| 懂色av一区二区夜夜嗨| 中文字幕中文字幕一区| 欧美片网站yy| 精品综合久久久久久8888| 国产欧美日韩另类视频免费观看 | 一本色道久久综合亚洲精品按摩| 亚洲综合激情小说| 久久综合色8888| 在线日韩av片| 加勒比av一区二区| 亚洲中国最大av网站| 欧美艳星brazzers| 成+人+亚洲+综合天堂| 男人的天堂久久精品| 自拍偷拍国产精品| 欧美色图片你懂的| 99re热视频精品| 九九视频精品免费| 日本欧美在线观看| 国产精品国产三级国产三级人妇 | 国产欧美日韩在线| 91传媒视频在线播放| 99久久婷婷国产综合精品电影| 视频一区中文字幕国产| 亚洲综合免费观看高清在线观看| 久久久久国产精品麻豆ai换脸| 91久久精品日日躁夜夜躁欧美| 国产成人av影院| jlzzjlzz亚洲女人18| 丁香亚洲综合激情啪啪综合| 国产一区二区三区电影在线观看| 日韩国产欧美三级| 午夜精品久久久久久久| 国产日产精品一区| 欧美成人a视频| www一区二区| 欧美激情一二三区| 亚洲精品日韩一| 日韩高清不卡一区| 麻豆一区二区三区| 国产高清在线观看免费不卡| 国产成人av影院| 色中色一区二区| 欧美夫妻性生活| 久久综合成人精品亚洲另类欧美| 久久久高清一区二区三区| 久久久久久久综合色一本| 欧美国产日韩亚洲一区| 亚洲精品一卡二卡| 日本视频中文字幕一区二区三区| 极品少妇xxxx精品少妇| 色偷偷久久一区二区三区| 欧美三区在线观看| 欧美成人aa大片| 中文字幕亚洲区| 激情文学综合网| 日本高清成人免费播放| 精品国内二区三区| 亚洲一区二区三区视频在线播放 | 欧美日韩一区二区在线视频| 久久日韩精品一区二区五区| 亚洲国产一区二区三区| 成人午夜电影网站| 日韩一区二区免费在线电影| 日本乱人伦aⅴ精品| 欧美在线一二三| 欧美激情自拍偷拍| 国产在线精品免费| 在线亚洲+欧美+日本专区| 久久久精品免费网站| 日本特黄久久久高潮| 欧美亚洲综合色| 亚洲午夜久久久| 在线视频中文字幕一区二区| 久久午夜老司机| 国产老女人精品毛片久久| 日韩亚洲欧美成人一区| 另类小说视频一区二区| 日韩女优毛片在线| 久久超级碰视频| www.在线欧美| 中文字幕av一区二区三区| 国产成人高清在线| 亚洲激情av在线| 欧美日韩精品一区二区三区 | 成人国产视频在线观看| 亚洲特黄一级片| 日韩一区二区三区av| 国产一区二区三区精品视频| 中文字幕av资源一区| 在线亚洲高清视频| 久久99蜜桃精品| 国产精品久久久久久亚洲伦| 色一情一乱一乱一91av| 亚洲福利一区二区| 精品电影一区二区三区| 99久久99久久免费精品蜜臀| 亚洲va欧美va国产va天堂影院| 884aa四虎影成人精品一区| 一区二区三区四区蜜桃| 欧美一区二区在线播放| 国模冰冰炮一区二区| 亚洲码国产岛国毛片在线| 精品裸体舞一区二区三区| 国产乱码一区二区三区| 亚洲永久免费视频| 国产精品国产三级国产aⅴ中文 | 夜夜亚洲天天久久| 精品日韩在线观看| 欧美日本视频在线| 成人黄色小视频在线观看| 国产一区二三区| 午夜视频在线观看一区| 亚洲欧洲av在线| 国产精品国产三级国产a| 91丝袜国产在线播放| 国产精品99久| 成人性色生活片| 国产精品18久久久久久久久久久久| 日韩影视精彩在线| 人人超碰91尤物精品国产| 青青草国产成人av片免费| 天天操天天干天天综合网| 久久久九九九九| 日韩午夜电影av| 国产日韩亚洲欧美综合| 国产精品国产三级国产a| 亚洲精品一二三| 日本亚洲三级在线| 国产在线播精品第三| 高清不卡在线观看| 一本大道久久a久久精二百| 欧美视频一区二区三区四区 | 久久一区二区视频| 欧美激情中文不卡| 亚洲一区二区视频| 麻豆91在线播放| 91小视频免费看| 欧美tk—视频vk| 亚洲婷婷国产精品电影人久久| 亚洲国产精品久久艾草纯爱| 久久精品国产一区二区三区免费看| 粉嫩av一区二区三区在线播放| 99国产麻豆精品| 国产香蕉久久精品综合网|