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

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

?? systemmanagerform.cs

?? 工交車查詢系統
?? CS
?? 第 1 頁 / 共 5 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Sun188.iSBus.Common;
using Sun188.iSBus.DataAccess;

namespace Sun188.iSBus.WinUI
{
	/// <summary>
	/// SystemManagerForm 的摘要說明。
	/// </summary>
	public class SystemManagerForm : System.Windows.Forms.Form
	{
		#region 控件定義===============================================
		private System.Windows.Forms.ColumnHeader clStopName;
		private System.Windows.Forms.ColumnHeader clStopDescription;
		private System.Windows.Forms.Panel panel7;
		private System.Windows.Forms.Panel plLeft;
		private System.Windows.Forms.PictureBox pictureBox8;
		private System.Windows.Forms.ImageList imageList2;
		private System.Windows.Forms.Panel plTop;
		private System.Windows.Forms.PictureBox btnClose;
		private System.Windows.Forms.PictureBox btnMax;
		private System.Windows.Forms.PictureBox btnMin;
		private System.Windows.Forms.PictureBox pictureBox7;
		private System.Windows.Forms.PictureBox pictureBox6;
		private System.Windows.Forms.PictureBox pictureBox5;
		private System.Windows.Forms.PictureBox pictureBox4;
		private System.Windows.Forms.PictureBox pictureBox3;
		private System.Windows.Forms.PictureBox pictureBox2;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Panel plBotton;
		private System.Windows.Forms.PictureBox pictureBox12;
		private System.Windows.Forms.PictureBox pictureBox11;
		private System.Windows.Forms.PictureBox pictureBox10;
		private System.Windows.Forms.Panel plRight;
		private System.Windows.Forms.PictureBox pictureBox9;
		private System.Windows.Forms.Panel panel3;
		private System.Windows.Forms.Panel panel4;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.Timer tmClock;
		private System.Windows.Forms.ImageList imageList3;
		private System.Windows.Forms.StatusBar statusBar1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel2;
		private System.Windows.Forms.StatusBarPanel statusBarPanel3;
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.TabPage tabPage3;
		private System.Windows.Forms.TabPage tabPage4;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton tbtnHelp;
		private System.Windows.Forms.ToolBarButton tbtnAbout;
		private System.Windows.Forms.ToolBarButton tbtnClose;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.Label label23;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.Panel panel8;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.GroupBox groupBox5;
		private System.Windows.Forms.TextBox txbProvinceDescription;
		private System.Windows.Forms.TextBox txbProvinceName;
		private System.Windows.Forms.Button btnDeleteProvince;
		private System.Windows.Forms.Button btnModifyProvince;
		private System.Windows.Forms.Button btnAddProvince;
		private System.Windows.Forms.Button btnOkProvince;
		private System.Windows.Forms.Button btnPrvProvince;
		private System.Windows.Forms.Button btnFirstProvince;
		private System.Windows.Forms.Button btnLastProvince;
		private System.Windows.Forms.Button btnNextProvince;
		private System.Windows.Forms.TextBox txbCityDescription;
		private System.Windows.Forms.TextBox txbCityName;
		private System.Windows.Forms.Button btnDeleteCity;
		private System.Windows.Forms.Button btnModifyCity;
		private System.Windows.Forms.Button btnAddNewCity;
		private System.Windows.Forms.Button btnOkCity;
		private System.Windows.Forms.Button btnLastCity;
		private System.Windows.Forms.Button btnNextCity;
		private System.Windows.Forms.Button btnPrvCity;
		private System.Windows.Forms.Button btnFirstCity;
		private System.Windows.Forms.TextBox txbStopDescription;
		private System.Windows.Forms.TextBox txbStopName;
		private System.Windows.Forms.Button btnDeleteStop;
		private System.Windows.Forms.Button btnModifyStop;
		private System.Windows.Forms.Button btnAddNewStop;
		private System.Windows.Forms.Button btnOkStop;
		private System.Windows.Forms.Button btnLastStop;
		private System.Windows.Forms.Button btnNextStop;
		private System.Windows.Forms.Button btnPrvStop;
		private System.Windows.Forms.Button btnFirstStop;
		private System.Windows.Forms.TreeView tvCity1;
		private System.Windows.Forms.TreeView tvCity2;
		private System.Windows.Forms.TreeView tvCity3;
		private System.Windows.Forms.Button btnSave;
		private System.Windows.Forms.ListBox lstBusList2;
		private System.Windows.Forms.Button btnDeleteAll;
		private System.Windows.Forms.Button btnDelete;
		private System.Windows.Forms.Button btnAdd;
		private System.Windows.Forms.Button btnAddAll;
		private System.Windows.Forms.ListBox lstBusList1;
		private System.ComponentModel.IContainer components;
		private System.Windows.Forms.ListView lvProvince;
		private System.Windows.Forms.TextBox txbProvince;
		private System.Windows.Forms.ColumnHeader columnHeader1;
		private System.Windows.Forms.ColumnHeader columnHeader2;
		private System.Windows.Forms.ColumnHeader CityNameHeader;
		private System.Windows.Forms.ColumnHeader CityDescriptionHeader;
		private System.Windows.Forms.ListView lvCity;
		private System.Windows.Forms.Panel panel6;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label20;
		private System.Windows.Forms.TextBox txbBusDescription;
		private System.Windows.Forms.TextBox txbBusName;
		private System.Windows.Forms.TextBox txbBusType;
		private System.Windows.Forms.Button btnDeleteBus;
		private System.Windows.Forms.Button btnModifyBus;
		private System.Windows.Forms.Button btnAddNewBus;
		private System.Windows.Forms.Button btnOkBus;
		private System.Windows.Forms.Button btnLastBus;
		private System.Windows.Forms.Button btnNextBus;
		private System.Windows.Forms.Button btnPrvBus;
		private System.Windows.Forms.Button btnFirstBus;
		private System.Windows.Forms.ColumnHeader columnHeader3;
		private System.Windows.Forms.ColumnHeader columnHeader4;
		private System.Windows.Forms.ColumnHeader columnHeader5;
		private System.Windows.Forms.ColumnHeader columnHeader6;
		private System.Windows.Forms.ColumnHeader columnHeader7;
		private System.Windows.Forms.Label lbStopInfo;
		private System.Windows.Forms.ListView lvStopList;
		private System.Windows.Forms.ListView lvBusList;
		private System.Windows.Forms.Label lbBusInfo;
		private System.Windows.Forms.TextBox txbEndStop;
		private System.Windows.Forms.TextBox txbStartStop;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.Timer timerHide;
		#endregion
				
		#region 字段定義===============================================
		/// <summary>
		/// 省市總的記錄數
		/// </summary>
		private int provinceTotalRecordCount = 0;			
		/// <summary>
		/// 當前省市記錄指針
		/// </summary>
		private int provinceRecordIndex = 0;
		/// <summary>
		/// 省市ID
		/// </summary>
		private int provinceID;
		/// <summary>
		/// 省市操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType provinceProcessType;
		/// <summary>
		/// 省市DATASET
		/// </summary>
		private DataSet dsProvince;
		/// <summary>
		/// 相關省市下的城市總記錄數
		/// </summary>
		private int cityTotalRecordCount = 0;
		/// <summary>
		/// 當前相關省市下的城市記錄指針
		/// </summary>
		private int cityRecordIndex = 0;
		/// <summary>
		/// 當前CityID
		/// </summary>
		private int cityID;		
		/// <summary>
		/// 城市操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType cityProcessType;	
		/// <summary>
		/// 城市DATASET
		/// </summary>
		private DataSet dsCity;

		/// <summary>
		/// 當前汽車記錄指針
		/// </summary>
		private int busRecordIndex = 0;
		/// <summary>
		/// 當前汽車總記錄數
		/// </summary>
		private int busTotalRecord = 0;
		/// <summary>
		/// 當前汽車ID
		/// </summary>
		private int busID = 0;
		/// <summary>
		/// 汽車操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType busProcessType;
		/// <summary>
		/// 汽車DATASET
		/// </summary>
		private DataSet dsBus;

		/// <summary>
		/// 當前站點記錄指針
		/// </summary>
		private int stopRecordIndex = 0;
		/// <summary>
		/// 當前站點總記錄數
		/// </summary>
		private int stopTotalRecord = 0;
		/// <summary>
		/// 當前站點ID
		/// </summary>
		private int stopID = 0;
		/// <summary>
		/// 站點操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType stopProcessType;
		/// <summary>
		/// 站點DATASET
		/// </summary>
		private DataSet dsStop;

		/// <summary>
		/// 鼠標的位置
		/// </summary>
		private int xPos,yPos;
		/// <summary>
		/// 鼠標偏移坐標
		/// </summary>
		private Point m_pOffset;
		/// <summary>
		/// 窗體的位置
		/// </summary>		
		private Point locationMain = new Point(300,250);
		/// <summary>
		/// 最小按鈕圖片
		/// </summary>
		private Bitmap btnMinBmp;
		/// <summary>
		/// 關閉按鈕圖片
		/// </summary>
		private Bitmap btnCloseBmp;
		/// <summary>
		/// 最小按鈕是否是MouseOver事件
		/// </summary>
		private bool btnMinMouseOver = false;
		/// <summary>
		/// 最小按鈕是否是MouseDown事件
		/// </summary>
		private bool btnMinMouseDown = false;

		/// <summary>
		/// 關閉按鈕是否是MouseOver事件
		/// </summary>
		private bool btnCloseMouseOver = false;
		
		/// <summary>
		/// 關閉按鈕是否是MouseDown事件
		/// </summary>
		private bool btnCloseMouseDown = false;	

		private DataSet dsStopInBus = new DataSet();
	
		private DataRow[] drArray1;
		private DataRow[] drArray2;
		private ArrayList builderSql = new ArrayList();

		//創建內存表dt1作為lstBusList1的數據源
		private DataTable dt1 = new DataTable();		
		//創建內存表dt2作為lstBusList2的數據源
		private DataTable dt2 = new DataTable();		
		//創建臨時變量
		private string name = "";		
		private int id = 0;
		private double showForm = 0;
		private double hideForm = 1;
		private System.Windows.Forms.ListView lvBus;
		private System.Windows.Forms.ColumnHeader columnHeader10;
		private System.Windows.Forms.ColumnHeader columnHeader11;
		private System.Windows.Forms.ColumnHeader columnHeader12;
		private System.Windows.Forms.ColumnHeader columnHeader13;
		private System.Windows.Forms.ColumnHeader columnHeader14;
		private System.Windows.Forms.ListView lvStop;
		private System.Windows.Forms.ColumnHeader columnHeader8;
		private System.Windows.Forms.ColumnHeader columnHeader9;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.TextBox txbBusMemo;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox txbSearch;
		private System.Windows.Forms.Button btnSearch;
		private MainForm mainForm;	
		#endregion

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲福利视频一区| 国产成人精品一区二区三区网站观看| 亚洲成av人综合在线观看| 蜜臀av一区二区| 粉嫩一区二区三区在线看| 色哟哟亚洲精品| 91精品在线一区二区| 中文字幕不卡在线观看| 亚洲在线免费播放| 另类小说欧美激情| av色综合久久天堂av综合| 欧美老年两性高潮| 国产女同性恋一区二区| 亚洲国产欧美另类丝袜| 国产乱子伦视频一区二区三区| 91捆绑美女网站| 精品少妇一区二区三区免费观看| 国产精品久久免费看| 日本网站在线观看一区二区三区| 国产不卡视频在线播放| 欧美日韩亚洲综合在线| 国产欧美综合色| 亚洲gay无套男同| 成人精品在线视频观看| 91精品国产综合久久香蕉的特点| 中文字幕不卡一区| 免费不卡在线观看| 色噜噜狠狠一区二区三区果冻| 欧美本精品男人aⅴ天堂| 亚洲日本中文字幕区| 老司机精品视频线观看86| 99精品黄色片免费大全| 亚洲精品一区二区三区香蕉| 一区二区在线观看视频| 国产精品自在在线| 欧美天堂亚洲电影院在线播放| 国产亚洲女人久久久久毛片| 日韩av一区二区在线影视| 91在线你懂得| 国产亲近乱来精品视频| 男女视频一区二区| 欧美日韩亚洲国产综合| 亚洲欧美偷拍三级| 自拍偷拍国产精品| 日本大胆欧美人术艺术动态| 91啪亚洲精品| 中文字幕不卡在线播放| 国内偷窥港台综合视频在线播放| 欧美人成免费网站| 亚洲综合色丁香婷婷六月图片| va亚洲va日韩不卡在线观看| 精品99一区二区三区| 蜜桃视频在线观看一区| 欧美区一区二区三区| 亚洲精品视频观看| av激情成人网| 国产视频一区在线观看| 精品亚洲国产成人av制服丝袜| 欧美日韩国产123区| 一区二区三区在线观看国产| caoporm超碰国产精品| 26uuu欧美| 久久国产欧美日韩精品| 欧美一区二区三区思思人| 又紧又大又爽精品一区二区| aaa欧美日韩| 国产精品久久久久久妇女6080| 国产盗摄女厕一区二区三区| 久久久精品免费观看| 国产精品一区二区免费不卡 | 国产精品视频yy9299一区| 久久99久久久久| 欧美一二区视频| 美女在线视频一区| 精品国产乱子伦一区| 精品一区二区av| 精品国产乱码久久久久久蜜臀| 美国av一区二区| 日韩三级免费观看| 国内一区二区视频| 欧美极品aⅴ影院| 99视频超级精品| 亚洲人成精品久久久久| 91国产成人在线| 午夜视频一区二区三区| 日韩一区二区在线播放| 国内外成人在线| 日本一区二区免费在线观看视频| 成人涩涩免费视频| 国产精品久久久久久福利一牛影视| 成人avav影音| 一区二区三区欧美激情| 精品视频一区二区三区免费| 天天av天天翘天天综合网色鬼国产| 欧美另类z0zxhd电影| 免费观看一级特黄欧美大片| 欧美精品一区二区三区蜜臀| 国产丶欧美丶日本不卡视频| 中文字幕制服丝袜成人av| 99精品在线观看视频| 午夜婷婷国产麻豆精品| 日韩精品一区二区三区视频在线观看 | 国产精品自在欧美一区| 一区二区中文视频| 亚洲午夜久久久久中文字幕久| 欧美图区在线视频| 久久av老司机精品网站导航| 久久色视频免费观看| 岛国一区二区在线观看| 亚洲成人第一页| 精品国免费一区二区三区| 99精品欧美一区二区三区小说| 亚洲成人动漫av| 国产午夜精品久久久久久免费视 | 亚洲色欲色欲www在线观看| 欧美日韩国产美女| 韩国精品久久久| 亚洲欧美日韩国产另类专区| 91精品国产综合久久婷婷香蕉 | 久久在线观看免费| 91丨九色丨蝌蚪丨老版| 午夜欧美大尺度福利影院在线看 | 丁香网亚洲国际| 亚洲不卡av一区二区三区| 久久人人97超碰com| 91久久精品网| 国产一区二区伦理片| 亚洲综合久久久| 国产日韩欧美麻豆| 91精品视频网| 91伊人久久大香线蕉| 看电影不卡的网站| 一区二区三区欧美视频| 国产丝袜欧美中文另类| 欧美老人xxxx18| 91污片在线观看| 国产一区激情在线| 首页国产欧美久久| 国产精品第四页| 2023国产精品视频| 欧美日本不卡视频| 99re在线视频这里只有精品| 国产一区激情在线| 日韩激情视频网站| 一区二区三区中文字幕电影 | 懂色av一区二区三区蜜臀 | 久久综合久久综合久久| 欧美老女人第四色| 在线视频亚洲一区| 成人av先锋影音| 国产一区亚洲一区| 久久精品国产亚洲5555| 一级做a爱片久久| 中文字幕一区二区日韩精品绯色| 久久婷婷色综合| 欧美一区二区三区婷婷月色| 欧美三级电影在线看| 一本久久a久久免费精品不卡| 国产成人在线免费观看| 美女视频第一区二区三区免费观看网站| 亚洲色图一区二区| 国产精品第一页第二页第三页| 久久久久久综合| 精品国产乱码久久久久久蜜臀 | 欧美在线你懂的| zzijzzij亚洲日本少妇熟睡| 精油按摩中文字幕久久| 视频一区视频二区中文| 亚洲制服丝袜一区| 一区二区三区高清不卡| 亚洲人快播电影网| 亚洲欧美综合色| 中文久久乱码一区二区| 久久精品视频网| 国产欧美精品区一区二区三区 | 国产成人日日夜夜| 国产成人一区二区精品非洲| 精品一区二区三区免费视频| 老色鬼精品视频在线观看播放| 免费人成精品欧美精品| 性久久久久久久久| 日韩制服丝袜av| 日韩国产成人精品| 麻豆精品在线观看| 美国十次综合导航| 国产专区综合网| 国产成人在线视频免费播放| 成人性生交大合| 91视频一区二区| 91黄色小视频| 欧美日韩精品一区二区三区四区| 欧美日韩国产大片| 91精选在线观看| 久久综合五月天婷婷伊人| 国产日韩影视精品| 综合中文字幕亚洲| 亚洲黄色性网站| 午夜视黄欧洲亚洲| 久久精品国产亚洲高清剧情介绍| 韩国毛片一区二区三区|