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

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

?? systemmanagerform.cs

?? 工交車查詢系統
?? CS
?? 第 1 頁 / 共 5 頁
字號:
			this.lvBusList.Name = "lvBusList";
			this.lvBusList.Size = new System.Drawing.Size(456, 192);
			this.lvBusList.TabIndex = 31;
			this.lvBusList.View = System.Windows.Forms.View.Details;
			this.lvBusList.SelectedIndexChanged += new System.EventHandler(this.lvBusList_SelectedIndexChanged);
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "路線名稱";
			this.columnHeader3.Width = 80;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "汽車類型";
			this.columnHeader4.Width = 80;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "起點站";
			this.columnHeader5.Width = 80;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "終點站";
			this.columnHeader6.Width = 80;
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "途經站點";
			this.columnHeader7.Width = 120;
			// 
			// txbEndStop
			// 
			this.txbEndStop.Location = new System.Drawing.Point(284, 32);
			this.txbEndStop.Name = "txbEndStop";
			this.txbEndStop.Size = new System.Drawing.Size(176, 21);
			this.txbEndStop.TabIndex = 30;
			this.txbEndStop.Text = "";
			this.txbEndStop.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbEndStop_KeyUp);
			// 
			// label16
			// 
			this.label16.AutoSize = true;
			this.label16.Location = new System.Drawing.Point(231, 36);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(54, 14);
			this.label16.TabIndex = 29;
			this.label16.Text = "終 點 站";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txbStartStop
			// 
			this.txbStartStop.Location = new System.Drawing.Point(56, 32);
			this.txbStartStop.Name = "txbStartStop";
			this.txbStartStop.Size = new System.Drawing.Size(169, 21);
			this.txbStartStop.TabIndex = 28;
			this.txbStartStop.Text = "";
			this.txbStartStop.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbStartStop_KeyUp);
			// 
			// label20
			// 
			this.label20.AutoSize = true;
			this.label20.Location = new System.Drawing.Point(2, 36);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(54, 14);
			this.label20.TabIndex = 27;
			this.label20.Text = "起 點 站";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txbBusType
			// 
			this.txbBusType.Location = new System.Drawing.Point(284, 8);
			this.txbBusType.Name = "txbBusType";
			this.txbBusType.Size = new System.Drawing.Size(176, 21);
			this.txbBusType.TabIndex = 26;
			this.txbBusType.Text = "";
			this.txbBusType.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusType_KeyUp);
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(231, 12);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(54, 14);
			this.label15.TabIndex = 25;
			this.label15.Text = "汽車類型";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lbBusInfo
			// 
			this.lbBusInfo.AutoSize = true;
			this.lbBusInfo.Location = new System.Drawing.Point(0, 126);
			this.lbBusInfo.Name = "lbBusInfo";
			this.lbBusInfo.Size = new System.Drawing.Size(165, 14);
			this.lbBusInfo.TabIndex = 24;
			this.lbBusInfo.Text = "總共20條記錄,當前記錄第1條";
			// 
			// label11
			// 
			this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.label11.Location = new System.Drawing.Point(1, 146);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(463, 2);
			this.label11.TabIndex = 21;
			// 
			// label12
			// 
			this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.label12.Location = new System.Drawing.Point(1, 117);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(463, 2);
			this.label12.TabIndex = 20;
			// 
			// btnDeleteBus
			// 
			this.btnDeleteBus.Location = new System.Drawing.Point(354, 122);
			this.btnDeleteBus.Name = "btnDeleteBus";
			this.btnDeleteBus.Size = new System.Drawing.Size(40, 20);
			this.btnDeleteBus.TabIndex = 19;
			this.btnDeleteBus.Text = "刪除";
			this.btnDeleteBus.Click += new System.EventHandler(this.btnDeleteBus_Click);
			// 
			// btnModifyBus
			// 
			this.btnModifyBus.Location = new System.Drawing.Point(314, 122);
			this.btnModifyBus.Name = "btnModifyBus";
			this.btnModifyBus.Size = new System.Drawing.Size(40, 20);
			this.btnModifyBus.TabIndex = 18;
			this.btnModifyBus.Text = "修改";
			this.btnModifyBus.Click += new System.EventHandler(this.btnModifyBus_Click);
			// 
			// btnAddNewBus
			// 
			this.btnAddNewBus.Location = new System.Drawing.Point(274, 122);
			this.btnAddNewBus.Name = "btnAddNewBus";
			this.btnAddNewBus.Size = new System.Drawing.Size(40, 20);
			this.btnAddNewBus.TabIndex = 17;
			this.btnAddNewBus.Text = "新增";
			this.btnAddNewBus.Click += new System.EventHandler(this.btnAddNewBus_Click);
			// 
			// btnOkBus
			// 
			this.btnOkBus.Location = new System.Drawing.Point(233, 122);
			this.btnOkBus.Name = "btnOkBus";
			this.btnOkBus.Size = new System.Drawing.Size(40, 20);
			this.btnOkBus.TabIndex = 16;
			this.btnOkBus.Text = "確定";
			this.btnOkBus.Click += new System.EventHandler(this.btnOkBus_Click);
			// 
			// btnLastBus
			// 
			this.btnLastBus.Location = new System.Drawing.Point(425, 122);
			this.btnLastBus.Name = "btnLastBus";
			this.btnLastBus.Size = new System.Drawing.Size(31, 20);
			this.btnLastBus.TabIndex = 15;
			this.btnLastBus.Text = ">>|";
			this.btnLastBus.Click += new System.EventHandler(this.btnLastBus_Click);
			// 
			// btnNextBus
			// 
			this.btnNextBus.Location = new System.Drawing.Point(394, 122);
			this.btnNextBus.Name = "btnNextBus";
			this.btnNextBus.Size = new System.Drawing.Size(31, 20);
			this.btnNextBus.TabIndex = 14;
			this.btnNextBus.Text = ">>";
			this.btnNextBus.Click += new System.EventHandler(this.btnNextBus_Click);
			// 
			// btnPrvBus
			// 
			this.btnPrvBus.Location = new System.Drawing.Point(202, 122);
			this.btnPrvBus.Name = "btnPrvBus";
			this.btnPrvBus.Size = new System.Drawing.Size(31, 20);
			this.btnPrvBus.TabIndex = 13;
			this.btnPrvBus.Text = "<<";
			this.btnPrvBus.Click += new System.EventHandler(this.btnPrvBus_Click);
			// 
			// btnFirstBus
			// 
			this.btnFirstBus.Location = new System.Drawing.Point(170, 122);
			this.btnFirstBus.Name = "btnFirstBus";
			this.btnFirstBus.Size = new System.Drawing.Size(31, 20);
			this.btnFirstBus.TabIndex = 12;
			this.btnFirstBus.Text = "|<<";
			this.btnFirstBus.Click += new System.EventHandler(this.btnFirstBus_Click);
			// 
			// txbBusDescription
			// 
			this.txbBusDescription.Location = new System.Drawing.Point(56, 56);
			this.txbBusDescription.Multiline = true;
			this.txbBusDescription.Name = "txbBusDescription";
			this.txbBusDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txbBusDescription.Size = new System.Drawing.Size(404, 56);
			this.txbBusDescription.TabIndex = 9;
			this.txbBusDescription.Text = "";
			this.txbBusDescription.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusDescription_KeyUp);
			// 
			// label13
			// 
			this.label13.AutoSize = true;
			this.label13.Location = new System.Drawing.Point(2, 56);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(54, 14);
			this.label13.TabIndex = 8;
			this.label13.Text = "途經站點";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txbBusName
			// 
			this.txbBusName.Location = new System.Drawing.Point(56, 8);
			this.txbBusName.Name = "txbBusName";
			this.txbBusName.Size = new System.Drawing.Size(169, 21);
			this.txbBusName.TabIndex = 1;
			this.txbBusName.Text = "";
			this.txbBusName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusName_KeyUp);
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(2, 12);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(54, 14);
			this.label14.TabIndex = 0;
			this.label14.Text = "路線名稱";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// tvCity1
			// 
			this.tvCity1.Dock = System.Windows.Forms.DockStyle.Left;
			this.tvCity1.ImageList = this.imageList2;
			this.tvCity1.Name = "tvCity1";
			this.tvCity1.SelectedImageIndex = 1;
			this.tvCity1.Size = new System.Drawing.Size(120, 347);
			this.tvCity1.TabIndex = 0;
			this.tvCity1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvCity1_AfterSelect);
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.AddRange(new System.Windows.Forms.Control[] {
																				   this.panel7,
																				   this.tvCity2});
			this.tabPage3.Location = new System.Drawing.Point(4, 21);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(584, 347);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "站點管理";
			// 
			// panel7
			// 
			this.panel7.Controls.AddRange(new System.Windows.Forms.Control[] {
																				 this.lvStopList,
																				 this.lbStopInfo,
																				 this.label17,
																				 this.label18,
																				 this.btnDeleteStop,
																				 this.btnModifyStop,
																				 this.btnAddNewStop,
																				 this.btnOkStop,
																				 this.btnLastStop,
																				 this.btnNextStop,
																				 this.btnPrvStop,
																				 this.btnFirstStop,
																				 this.txbStopDescription,
																				 this.label19,
																				 this.txbStopName,
																				 this.label23});
			this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel7.Location = new System.Drawing.Point(120, 0);
			this.panel7.Name = "panel7";
			this.panel7.Size = new System.Drawing.Size(464, 347);
			this.panel7.TabIndex = 4;
			// 
			// lvStopList
			// 
			this.lvStopList.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.lvStopList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						 this.clStopName,
																						 this.clStopDescription});
			this.lvStopList.FullRowSelect = true;
			this.lvStopList.GridLines = true;
			this.lvStopList.Location = new System.Drawing.Point(4, 151);
			this.lvStopList.MultiSelect = false;
			this.lvStopList.Name = "lvStopList";
			this.lvStopList.Size = new System.Drawing.Size(456, 196);
			this.lvStopList.TabIndex = 32;
			this.lvStopList.View = System.Windows.Forms.View.Details;
			this.lvStopList.SelectedIndexChanged += new System.EventHandler(this.lvStopList_SelectedIndexChanged);
			// 
			// clStopName
			// 
			this.clStopName.Text = "站點名稱";
			this.clStopName.Width = 140;
			// 
			// clStopDescription
			// 
			this.clStopDescription.Text = "詳細描述";
			this.clStopDescription.Width = 310;
			// 
			// lbStopInfo
			// 
			this.lbStopInfo.AutoSize = true;
			this.lbStopInfo.Location = new System.Drawing.Point(0, 126);
			this.lbStopInfo.Name = "lbStopInfo";
			this.lbStopInfo.Size = new System.Drawing.Size(165, 14);
			this.lbStopInfo.TabIndex = 24;
			this.lbStopInfo.Text = "總共20條記錄,當前記錄第1條";
			// 
			// label17
			// 
			this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.label17.Location = new

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一级特黄大欧美久久久| 亚洲精品一区二区精华| 成人av第一页| 亚洲黄色在线视频| 国产精品一区二区男女羞羞无遮挡| 亚洲国产一区二区a毛片| 亚洲成av人影院| 日韩一级在线观看| 久草热8精品视频在线观看| 99久久精品情趣| 夫妻av一区二区| 欧美系列亚洲系列| 日韩av网站免费在线| 99精品国产热久久91蜜凸| 久久久久免费观看| 国产91在线|亚洲| 国产精品成人一区二区三区夜夜夜| 中文字幕一区二区日韩精品绯色| 国产成人av电影| 亚洲综合免费观看高清在线观看| 成人免费av在线| 亚洲激情图片小说视频| 欧美性猛交xxxx乱大交退制版| 亚洲午夜激情av| 午夜日韩在线电影| 久久综合久久综合九色| 久久精品国产免费| 久久久久免费观看| 一本色道久久综合亚洲91| 国产精品视频一二| 色婷婷综合久久久中文一区二区| 亚洲色图都市小说| 久久精品久久久精品美女| 日韩欧美一区二区不卡| 色哟哟日韩精品| 色哦色哦哦色天天综合| 国产精品自产自拍| 蜜桃一区二区三区在线| 欧美成人免费网站| 欧美亚洲综合一区| 国产成人精品网址| 午夜精品影院在线观看| 国产日韩在线不卡| 欧美优质美女网站| 成人开心网精品视频| 日本视频在线一区| 亚洲欧美在线另类| 国产日韩精品视频一区| 91麻豆精品国产91久久久久久| 99国产精品久久| 国产一区二区美女诱惑| 日本女优在线视频一区二区| 国产精品每日更新| 精品欧美久久久| 91精品国产乱码久久蜜臀| 成人综合在线观看| 狂野欧美性猛交blacked| 亚洲国产精品久久久久婷婷884 | 亚洲高清视频在线| 国产精品久99| 国产日产亚洲精品系列| 久久久亚洲综合| 国产精品免费观看视频| 国产精品看片你懂得| www一区二区| 国产欧美一区二区精品秋霞影院| 久久精品亚洲精品国产欧美 | 欧美三级在线播放| 日韩一区二区视频| 久久精品亚洲精品国产欧美kt∨| 国产亚洲午夜高清国产拍精品| 久久综合九色综合欧美亚洲| 久久精品一区二区三区不卡| 久久精品视频网| 亚洲欧美日韩在线| 麻豆精品国产传媒mv男同| 国产毛片精品一区| 国产美女娇喘av呻吟久久| 99久久综合99久久综合网站| 成人国产精品免费观看动漫| 国产精品一线二线三线| 欧美色精品在线视频| 精品免费一区二区三区| 亚洲视频一区在线| 国产精品自拍网站| 欧美日韩夫妻久久| 中文字幕一区二区三区四区| 日本欧美久久久久免费播放网| 国产在线麻豆精品观看| 欧美影院一区二区| 日本一区二区成人| 精品一区二区在线观看| 欧美日韩一级片在线观看| 国产精品国产成人国产三级| 日韩精品成人一区二区三区 | 日韩欧美中文一区二区| 国产精品第五页| 99久久综合狠狠综合久久| 精品国产凹凸成av人导航| 日本不卡一二三区黄网| 欧美熟乱第一页| 一区二区三区精品视频在线| 成人av在线看| 亚洲少妇中出一区| 91丨国产丨九色丨pron| 自拍偷拍欧美精品| 国产成人亚洲综合色影视| 日韩女优毛片在线| 日韩va亚洲va欧美va久久| 91福利国产精品| 亚洲综合激情小说| 在线精品国精品国产尤物884a| 亚洲蜜桃精久久久久久久| 成人福利在线看| 亚洲精品水蜜桃| 在线视频欧美区| 香蕉久久夜色精品国产使用方法| 一本一本久久a久久精品综合麻豆| 国产精品国产精品国产专区不蜜| av亚洲产国偷v产偷v自拍| 亚洲色图欧美偷拍| 91精品国产综合久久精品麻豆| 日韩成人免费电影| 国产一区二区在线观看免费| 欧美艳星brazzers| 中文字幕中文字幕在线一区| 欧美亚洲丝袜传媒另类| 国产成人免费在线观看不卡| 久久久夜色精品亚洲| 成人黄色电影在线| 伊人性伊人情综合网| 日韩欧美第一区| 91视频在线观看| 韩国女主播一区二区三区| 亚洲精品国久久99热| 欧美精品一区二区三区四区 | 国产一区二区三区免费| 亚洲精品成人少妇| 欧美放荡的少妇| 91日韩一区二区三区| 国产曰批免费观看久久久| 亚洲一区二区高清| 国产精品伦理一区二区| 88在线观看91蜜桃国自产| 99re热这里只有精品视频| 精彩视频一区二区三区| 一区二区国产盗摄色噜噜| 久久久久久久性| 精品乱人伦小说| 欧美一级夜夜爽| 欧洲国内综合视频| 欧美性生交片4| 一本到一区二区三区| 色综合天天性综合| 成人免费视频一区二区| 国产精华液一区二区三区| 伦理电影国产精品| 国内精品国产成人国产三级粉色 | 久久在线观看免费| 日韩一区二区三区高清免费看看| 欧美又粗又大又爽| 99久久伊人网影院| 一本大道av一区二区在线播放 | 精品一区二区三区欧美| 午夜av区久久| 精品一区二区三区在线视频| 麻豆久久一区二区| 成人综合婷婷国产精品久久| 成人国产精品免费网站| 色综合视频在线观看| 7777精品伊人久久久大香线蕉最新版| 欧美日本一区二区三区| 精品久久久久久综合日本欧美| 亚洲精品在线电影| 一区二区三区产品免费精品久久75| 亚洲一区二区三区影院| 国产在线视频一区二区| 99免费精品在线观看| 欧美巨大另类极品videosbest | 男女激情视频一区| 91国产精品成人| 日韩一级二级三级| 亚洲自拍欧美精品| 成人伦理片在线| 精品久久免费看| 亚洲一区欧美一区| 国产成人在线视频网址| av在线不卡电影| 欧美成人一区二区三区| 亚洲天堂av老司机| 韩国v欧美v日本v亚洲v| 色诱亚洲精品久久久久久| 日韩一级大片在线观看| 亚洲美女视频一区| 成人午夜电影网站| 欧美一区二区三区四区高清| 亚洲日本乱码在线观看| 狠狠v欧美v日韩v亚洲ⅴ| 欧美日韩mp4| 亚洲h在线观看|