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

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

?? form2.cs

?? 某企業(yè)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;///修改是顯示的數(shù)據(jù)庫里的行索引
		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 調用后添加任何構造函數(shù)代碼
			//
		}

		/// <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一区二区三区免费野_久草精品视频
91视频你懂的| 欧美三区在线观看| 在线一区二区三区四区| 91原创在线视频| 欧美一级搡bbbb搡bbbb| 国产精品人成在线观看免费 | 欧美一区二视频| 337p亚洲精品色噜噜噜| 欧美国产激情二区三区 | 成人av资源在线观看| 欧洲另类一二三四区| 久久久久亚洲综合| 亚洲综合久久久| 国产不卡在线视频| 91精品国产一区二区三区蜜臀| 国产日韩欧美麻豆| 五月激情综合网| www.亚洲在线| 精品国产乱码久久久久久图片 | jiyouzz国产精品久久| 在线一区二区三区四区五区| 久久综合视频网| 日韩国产一二三区| 色婷婷综合久久久中文字幕| 久久久午夜精品理论片中文字幕| 亚洲国产成人av好男人在线观看| 国产成人高清在线| 91免费版在线看| 欧美tk—视频vk| 亚洲国产精品久久久男人的天堂| 99精品视频一区二区三区| 26uuu国产在线精品一区二区| 亚洲午夜久久久久久久久电影院| 国产成人av一区| 久久综合网色—综合色88| 午夜视频在线观看一区二区| 99riav久久精品riav| 国产三级精品三级在线专区| 精品在线你懂的| 91丝袜国产在线播放| 久久亚洲综合av| 精品无人码麻豆乱码1区2区| 日韩一区二区在线观看| 天堂va蜜桃一区二区三区| 欧美最猛性xxxxx直播| 亚洲欧美日韩在线不卡| 91亚洲精华国产精华精华液| 国产精品毛片久久久久久久| 成人高清视频在线| 亚洲欧洲日韩女同| 99在线精品免费| 亚洲人精品一区| 国产盗摄一区二区| 久久久国产一区二区三区四区小说| 午夜视频在线观看一区二区三区| 欧美剧情片在线观看| 亚洲18影院在线观看| 欧美一区日本一区韩国一区| 蜜桃av一区二区在线观看| 精品国一区二区三区| 国产成人免费视频网站高清观看视频| 26uuu欧美日本| 成人av电影在线播放| 一区二区三区波多野结衣在线观看| 在线中文字幕一区二区| 国产精品久久精品日日| 一本久久a久久精品亚洲| 一区二区三区在线免费播放| 欧美乱妇一区二区三区不卡视频| 奇米一区二区三区av| 精品精品欲导航| 国产成人免费视频网站| 亚洲丝袜另类动漫二区| 欧美日韩中文字幕精品| 麻豆精品一二三| 久久女同性恋中文字幕| 成人夜色视频网站在线观看| 欧美激情一区在线| 欧美三级韩国三级日本一级| 久久福利资源站| 中文字幕在线不卡一区二区三区 | 国产一区二区三区观看| 自拍偷拍欧美激情| 欧美二区乱c少妇| 成人免费视频视频| 日本成人在线看| 国产精品剧情在线亚洲| 91在线国产福利| 亚洲国产精品人人做人人爽| 91精品国产91久久久久久最新毛片 | 亚洲图片激情小说| 91精品国产麻豆国产自产在线 | 亚洲一区二区三区精品在线| 欧美一区二区在线播放| 国产v综合v亚洲欧| 视频一区二区国产| 欧美精品一区二区精品网| 欧美亚洲综合网| 高清在线不卡av| 日韩成人免费在线| 一区二区三区精品| 国产精品美女久久久久久久网站| 欧美精品丝袜中出| 91丝袜国产在线播放| 狠狠色丁香婷综合久久| 亚洲国产成人va在线观看天堂| 欧美sm极限捆绑bd| 91小宝寻花一区二区三区| 捆绑调教一区二区三区| 日韩和的一区二区| 亚洲一区二区三区三| 亚洲欧洲精品天堂一级 | 国产乱子伦一区二区三区国色天香| 亚洲老妇xxxxxx| 国产女同性恋一区二区| 精品久久久久久无| 日韩一级在线观看| 欧美日韩夫妻久久| 欧美艳星brazzers| 一本一道久久a久久精品综合蜜臀| 国产.精品.日韩.另类.中文.在线.播放| 欧美96一区二区免费视频| 亚洲一区二区在线视频| 久久免费国产精品 | 日本不卡在线视频| 亚洲h动漫在线| 天天综合日日夜夜精品| 中文字幕第一区二区| 欧美国产精品一区二区三区| 国产欧美精品一区二区色综合朱莉| 精品国产一区a| 日韩欧美一区在线观看| 日韩欧美电影一二三| 欧美一区二区三区在线观看| 欧美日韩一级二级| 欧美日本国产一区| 91精品国产福利在线观看| 日韩一区二区视频| 日韩一区二区三| 欧美大片在线观看一区二区| 精品剧情v国产在线观看在线| 91精品啪在线观看国产60岁| 欧美一区二区久久久| 欧美剧在线免费观看网站| 欧美综合亚洲图片综合区| 精品视频一区 二区 三区| 欧美疯狂性受xxxxx喷水图片| 91精品一区二区三区久久久久久| 日韩一区二区视频| 久久久影视传媒| 亚洲私人黄色宅男| 天天综合色天天| 亚洲va国产天堂va久久en| 色综合天天狠狠| 老司机精品视频导航| 成人av资源在线| 欧美一区中文字幕| 日韩毛片一二三区| 美女脱光内衣内裤视频久久网站| 成人动漫av在线| 日韩三级.com| 亚洲尤物视频在线| 成人一级片在线观看| 日韩精品一区二区三区蜜臀| 一区二区三区波多野结衣在线观看| 韩国女主播成人在线观看| 欧美在线影院一区二区| 久久久国产精品麻豆| 日韩精品久久久久久| 99久久精品国产麻豆演员表| 亚洲精品一区二区三区福利| 亚洲电影在线免费观看| av电影天堂一区二区在线| 亚洲精品一区在线观看| 日产国产高清一区二区三区| 91麻豆国产自产在线观看| 久久亚洲精品小早川怜子| 日韩精品亚洲一区| 欧美视频日韩视频在线观看| 中文字幕视频一区| 国产91精品欧美| 久久精品在线观看| 久久99精品网久久| 欧美一区二区三区不卡| 视频一区欧美精品| 欧美日韩精品欧美日韩精品一| 亚洲人成影院在线观看| 97成人超碰视| 亚洲人成网站精品片在线观看| 国产不卡一区视频| 国产欧美一区二区在线| 国产精品一卡二卡| 久久久亚洲高清| 国产乱妇无码大片在线观看| 精品久久国产老人久久综合| 国内外成人在线| 久久久蜜桃精品| 成人精品gif动图一区| 欧美激情在线一区二区三区| 粉嫩av一区二区三区|