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

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

?? systemmanagerform.cs

?? 工交車查詢系統
?? CS
?? 第 1 頁 / 共 5 頁
字號:
		#region 窗體加載事件處理=======================================
		private void SystemManagerForm_Load(object sender, System.EventArgs e)
		{	
			//創建Province實例
			this.dsProvince = new DataAccess.City().GetProvince();
			//取動計時器
			this.tmClock.Enabled = true;
			//狀態欄處理
			this.StatusBar();
			//設置最小化關閉按鈕
			this.DrawButton(1);
			this.DrawButton(2);				
			//省市的總記錄數
			this.provinceTotalRecordCount = this.dsProvince.Tables[0].Rows.Count;			
			//瀏覽省市記錄
			this.BrowserProvinceData();
			//省市控件狀態初始化處理
			this.ProvinceControlProcess();			
			//填充ProvinceDataGrid
			this.FilllvProvince();
			// 設置Province的數據
			this.GetProvinceInfo();			
			//城市控件狀態初始化處理
			this.CityControlProcess();
			//顯示TreeView
			this.ViewCityTree();
		}
		#endregion

		#region 清理資源===============================================
		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}
		#endregion
		
		#region 構造函數===============================================
		public SystemManagerForm()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}
		#endregion
	
		#region Windows Form Designer generated code===================
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SystemManagerForm));
			this.plLeft = new System.Windows.Forms.Panel();
			this.pictureBox8 = new System.Windows.Forms.PictureBox();
			this.imageList2 = new System.Windows.Forms.ImageList(this.components);
			this.plTop = new System.Windows.Forms.Panel();
			this.btnClose = new System.Windows.Forms.PictureBox();
			this.btnMax = new System.Windows.Forms.PictureBox();
			this.btnMin = new System.Windows.Forms.PictureBox();
			this.pictureBox7 = new System.Windows.Forms.PictureBox();
			this.pictureBox6 = new System.Windows.Forms.PictureBox();
			this.pictureBox5 = new System.Windows.Forms.PictureBox();
			this.pictureBox4 = new System.Windows.Forms.PictureBox();
			this.pictureBox3 = new System.Windows.Forms.PictureBox();
			this.pictureBox2 = new System.Windows.Forms.PictureBox();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.plBotton = new System.Windows.Forms.Panel();
			this.pictureBox12 = new System.Windows.Forms.PictureBox();
			this.pictureBox11 = new System.Windows.Forms.PictureBox();
			this.pictureBox10 = new System.Windows.Forms.PictureBox();
			this.plRight = new System.Windows.Forms.Panel();
			this.pictureBox9 = new System.Windows.Forms.PictureBox();
			this.panel3 = new System.Windows.Forms.Panel();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.txbProvince = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.lvCity = new System.Windows.Forms.ListView();
			this.CityNameHeader = new System.Windows.Forms.ColumnHeader();
			this.CityDescriptionHeader = new System.Windows.Forms.ColumnHeader();
			this.label6 = new System.Windows.Forms.Label();
			this.btnDeleteCity = new System.Windows.Forms.Button();
			this.btnModifyCity = new System.Windows.Forms.Button();
			this.btnAddNewCity = new System.Windows.Forms.Button();
			this.btnOkCity = new System.Windows.Forms.Button();
			this.btnLastCity = new System.Windows.Forms.Button();
			this.btnNextCity = new System.Windows.Forms.Button();
			this.btnPrvCity = new System.Windows.Forms.Button();
			this.btnFirstCity = new System.Windows.Forms.Button();
			this.txbCityDescription = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.txbCityName = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.lvProvince = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.btnDeleteProvince = new System.Windows.Forms.Button();
			this.btnModifyProvince = new System.Windows.Forms.Button();
			this.btnAddProvince = new System.Windows.Forms.Button();
			this.btnOkProvince = new System.Windows.Forms.Button();
			this.btnLastProvince = new System.Windows.Forms.Button();
			this.btnNextProvince = new System.Windows.Forms.Button();
			this.btnPrvProvince = new System.Windows.Forms.Button();
			this.btnFirstProvince = new System.Windows.Forms.Button();
			this.txbProvinceDescription = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.txbProvinceName = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.panel6 = new System.Windows.Forms.Panel();
			this.lvBusList = new System.Windows.Forms.ListView();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
			this.txbEndStop = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.txbStartStop = new System.Windows.Forms.TextBox();
			this.label20 = new System.Windows.Forms.Label();
			this.txbBusType = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.lbBusInfo = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.btnDeleteBus = new System.Windows.Forms.Button();
			this.btnModifyBus = new System.Windows.Forms.Button();
			this.btnAddNewBus = new System.Windows.Forms.Button();
			this.btnOkBus = new System.Windows.Forms.Button();
			this.btnLastBus = new System.Windows.Forms.Button();
			this.btnNextBus = new System.Windows.Forms.Button();
			this.btnPrvBus = new System.Windows.Forms.Button();
			this.btnFirstBus = new System.Windows.Forms.Button();
			this.txbBusDescription = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.txbBusName = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.tvCity1 = new System.Windows.Forms.TreeView();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.panel7 = new System.Windows.Forms.Panel();
			this.lvStopList = new System.Windows.Forms.ListView();
			this.clStopName = new System.Windows.Forms.ColumnHeader();
			this.clStopDescription = new System.Windows.Forms.ColumnHeader();
			this.lbStopInfo = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.btnDeleteStop = new System.Windows.Forms.Button();
			this.btnModifyStop = new System.Windows.Forms.Button();
			this.btnAddNewStop = new System.Windows.Forms.Button();
			this.btnOkStop = new System.Windows.Forms.Button();
			this.btnLastStop = new System.Windows.Forms.Button();
			this.btnNextStop = new System.Windows.Forms.Button();
			this.btnPrvStop = new System.Windows.Forms.Button();
			this.btnFirstStop = new System.Windows.Forms.Button();
			this.txbStopDescription = new System.Windows.Forms.TextBox();
			this.label19 = new System.Windows.Forms.Label();
			this.txbStopName = new System.Windows.Forms.TextBox();
			this.label23 = new System.Windows.Forms.Label();
			this.tvCity2 = new System.Windows.Forms.TreeView();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.panel2 = new System.Windows.Forms.Panel();
			this.txbBusMemo = new System.Windows.Forms.TextBox();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.btnSearch = new System.Windows.Forms.Button();
			this.txbSearch = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.btnSave = new System.Windows.Forms.Button();
			this.lstBusList2 = new System.Windows.Forms.ListBox();
			this.btnDeleteAll = new System.Windows.Forms.Button();
			this.btnDelete = new System.Windows.Forms.Button();
			this.btnAdd = new System.Windows.Forms.Button();
			this.btnAddAll = new System.Windows.Forms.Button();
			this.lstBusList1 = new System.Windows.Forms.ListBox();
			this.panel8 = new System.Windows.Forms.Panel();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.lvStop = new System.Windows.Forms.ListView();
			this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.lvBus = new System.Windows.Forms.ListView();
			this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
			this.tvCity3 = new System.Windows.Forms.TreeView();
			this.panel4 = new System.Windows.Forms.Panel();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
			this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
			this.statusBarPanel3 = new System.Windows.Forms.StatusBarPanel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.tbtnHelp = new System.Windows.Forms.ToolBarButton();
			this.tbtnAbout = new System.Windows.Forms.ToolBarButton();
			this.tbtnClose = new System.Windows.Forms.ToolBarButton();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.tmClock = new System.Windows.Forms.Timer(this.components);
			this.imageList3 = new System.Windows.Forms.ImageList(this.components);
			this.timerHide = new System.Windows.Forms.Timer(this.components);
			this.plLeft.SuspendLayout();
			this.plTop.SuspendLayout();
			this.plBotton.SuspendLayout();
			this.plRight.SuspendLayout();
			this.panel3.SuspendLayout();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.panel6.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.panel7.SuspendLayout();
			this.tabPage4.SuspendLayout();
			this.panel2.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.panel8.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.panel4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).BeginInit();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// plLeft
			// 
			this.plLeft.Controls.AddRange(new System.Windows.Forms.Control[] {
																				 this.pictureBox8});
			this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this.plLeft.Location = new System.Drawing.Point(0, 26);
			this.plLeft.Name = "plLeft";
			this.plLeft.Size = new System.Drawing.Size(4, 420);
			this.plLeft.TabIndex = 32;
			// 
			// pictureBox8
			// 
			this.pictureBox8.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox8.BackgroundImage")));
			this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox8.Name = "pictureBox8";
			this.pictureBox8.Size = new System.Drawing.Size(4, 420);
			this.pictureBox8.TabIndex = 0;
			this.pictureBox8.TabStop = false;
			// 
			// imageList2
			// 
			this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList2.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
			this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// plTop
			// 
			this.plTop.Controls.AddRange(new System.Windows.Forms.Control[] {
																				this.btnClose,
																				this.btnMax,
																				this.btnMin,
																				this.pictureBox7,
																				this.pictureBox6,
																				this.pictureBox5,
																				this.pictureBox4,
																				this.pictureBox3,
																				this.pictureBox2,
																				this.pictureBox1});
			this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.plTop.Name = "plTop";
			this.plTop.Size = new System.Drawing.Size(600, 26);
			this.plTop.TabIndex = 34;
			// 
			// btnClose
			// 
			this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
			this.btnClose.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.Image")));
			this.btnClose.Location = new System.Drawing.Point(572, 3);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(20, 20);
			this.btnClose.TabIndex = 14;
			this.btnClose.TabStop = false;
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			this.btnClose.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseMove);
			this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
			this.btnClose.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseDown);
			// 
			// btnMax
			// 
			this.btnMax.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMax.Image")));
			this.btnMax.Location = new System.Drawing.Point(548, 3);
			this.btnMax.Name = "btnMax";
			this.btnMax.Size = new System.Drawing.Size(20, 20);
			this.btnMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.btnMax.TabIndex = 12;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产亚洲成av人在线观看导航| 国模套图日韩精品一区二区| 97久久精品人人爽人人爽蜜臀 | 午夜精品久久久久久久99水蜜桃| 一本到不卡免费一区二区| 亚洲三级在线看| 欧美视频你懂的| 蜜桃在线一区二区三区| 久久综合九色综合欧美亚洲| 粉嫩一区二区三区在线看| 亚洲欧美欧美一区二区三区| 欧美日韩一卡二卡三卡| 免费在线观看一区| 国产精品三级久久久久三级| 色综合久久综合网97色综合| 日韩av一级片| 国产精品日日摸夜夜摸av| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 午夜精品久久久久久久久| 精品日韩欧美一区二区| www.亚洲人| 视频一区中文字幕| 国产欧美一区二区精品秋霞影院| 99视频精品全部免费在线| 五月激情综合网| 欧美高清在线视频| 在线观看91精品国产麻豆| 国产黑丝在线一区二区三区| 亚洲一区二区三区精品在线| 久久久午夜精品| 欧美日韩一区小说| 成人一区在线看| 天涯成人国产亚洲精品一区av| 久久免费偷拍视频| 欧美日韩一区三区四区| 丰满少妇久久久久久久| 日韩和欧美一区二区| 国产精品网友自拍| 日韩一级大片在线| 色网综合在线观看| 国产黄色精品网站| 人人精品人人爱| 亚洲视频免费在线观看| 久久一区二区三区四区| 欧美中文一区二区三区| 成人晚上爱看视频| 麻豆91精品视频| 亚洲精品乱码久久久久久日本蜜臀| 精品成人一区二区三区四区| 欧美日韩久久久久久| av一区二区三区在线| 精品无人码麻豆乱码1区2区| 五月综合激情网| 亚洲男人都懂的| 亚洲欧洲韩国日本视频| 久久久久9999亚洲精品| 精品国产免费视频| 欧美一二三区精品| 欧美日韩精品欧美日韩精品| 一本大道久久精品懂色aⅴ| 高清不卡在线观看| 国产美女一区二区| 国产一区二区日韩精品| 蜜臀久久99精品久久久久久9| 亚洲图片欧美综合| 亚洲激情男女视频| 亚洲乱码中文字幕| 成人欧美一区二区三区1314| 国产日韩欧美电影| 久久婷婷综合激情| 久久久久免费观看| 久久综合九色综合97婷婷| 欧美一区二区视频网站| 7777精品伊人久久久大香线蕉| 欧美主播一区二区三区| 91九色最新地址| 欧美在线小视频| 欧美性大战久久久久久久蜜臀| 在线中文字幕一区二区| 色久综合一二码| 一本久久a久久免费精品不卡| 91麻豆高清视频| 色婷婷一区二区| 欧日韩精品视频| 欧美在线视频日韩| 777精品伊人久久久久大香线蕉| 欧美视频你懂的| 日韩美女天天操| 久久先锋影音av鲁色资源网| 国产喷白浆一区二区三区| 国产精品久久99| 亚洲综合久久久| 免费黄网站欧美| 久久99久久久欧美国产| 国产又黄又大久久| 成人激情视频网站| 色狠狠综合天天综合综合| 欧美放荡的少妇| 精品久久久久香蕉网| 国产精品国产三级国产aⅴ原创 | 亚洲男人天堂一区| 亚洲午夜激情av| 国产一区久久久| 不卡av电影在线播放| 欧美优质美女网站| 精品剧情在线观看| 日韩美女精品在线| 亚洲国产日韩a在线播放性色| 蜜臀av性久久久久蜜臀aⅴ四虎| 国产成人高清视频| 91在线视频播放| 一区免费观看视频| 中文字幕欧美激情| 91麻豆精品国产91久久久久久| 日韩无一区二区| 国产女人18水真多18精品一级做| 一区二区三区在线免费观看| 久久精品国产澳门| 91麻豆福利精品推荐| 2欧美一区二区三区在线观看视频| 国产精品你懂的| 日本伊人色综合网| 99在线精品一区二区三区| 欧美一级一级性生活免费录像| 国产精品无码永久免费888| 天堂va蜜桃一区二区三区漫画版| 床上的激情91.| 日韩午夜在线观看视频| 亚洲视频一区在线| 精品综合免费视频观看| 91亚洲精品一区二区乱码| 久久综合九色综合97_久久久| 亚洲国产精品一区二区久久恐怖片| 国产精品一二三| 91.com视频| 亚洲麻豆国产自偷在线| 国产精品中文字幕一区二区三区| 欧美日韩一区在线| 亚洲另类在线视频| 成人在线视频首页| 久久综合狠狠综合| 日韩中文字幕1| 91国产免费看| 亚洲同性同志一二三专区| 国产福利一区二区三区在线视频| 91精品国产高清一区二区三区 | 欧美日韩高清不卡| 亚洲丝袜自拍清纯另类| 国产传媒一区在线| 日韩欧美成人一区| 日韩成人精品在线观看| 欧美亚洲综合一区| 亚洲欧洲国产日本综合| 成人午夜av在线| 久久久久久久久久久电影| 亚洲444eee在线观看| 在线观看欧美精品| 亚洲少妇屁股交4| av在线播放成人| 中文字幕一区日韩精品欧美| 国产成人综合在线播放| 久久久久久97三级| 国产99久久久精品| 欧美国产日韩在线观看| 粉嫩嫩av羞羞动漫久久久| 久久久精品欧美丰满| 成人污污视频在线观看| 国产精品人成在线观看免费| 成人国产电影网| 国产精品国产三级国产a| 99久久婷婷国产精品综合| 国产精品福利av| 91影院在线观看| 亚洲综合免费观看高清完整版 | 在线精品国精品国产尤物884a| 亚洲人xxxx| 欧美亚洲一区三区| 午夜不卡av在线| 精品少妇一区二区三区免费观看| 激情伊人五月天久久综合| 久久久三级国产网站| 成人av集中营| 亚洲精品国产精华液| 欧美日韩不卡视频| 美女www一区二区| 久久久亚洲国产美女国产盗摄| aaa国产一区| 亚洲第一会所有码转帖| 日韩一级大片在线观看| 国产成人综合视频| 一区二区三区四区亚洲| 在线播放中文字幕一区| 国产一区二区三区最好精华液| 国产精品网站在线播放| 精品1区2区3区| 韩国毛片一区二区三区| 日韩一区在线免费观看| 欧美日韩免费观看一区二区三区| 精品无人码麻豆乱码1区2区 | 日本久久精品电影|