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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? systemmanagerform.cs

?? 工交車查詢系統(tǒng)
?? 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>
		/// 省市總的記錄數(shù)
		/// </summary>
		private int provinceTotalRecordCount = 0;			
		/// <summary>
		/// 當(dāng)前省市記錄指針
		/// </summary>
		private int provinceRecordIndex = 0;
		/// <summary>
		/// 省市ID
		/// </summary>
		private int provinceID;
		/// <summary>
		/// 省市操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType provinceProcessType;
		/// <summary>
		/// 省市DATASET
		/// </summary>
		private DataSet dsProvince;
		/// <summary>
		/// 相關(guān)省市下的城市總記錄數(shù)
		/// </summary>
		private int cityTotalRecordCount = 0;
		/// <summary>
		/// 當(dāng)前相關(guān)省市下的城市記錄指針
		/// </summary>
		private int cityRecordIndex = 0;
		/// <summary>
		/// 當(dāng)前CityID
		/// </summary>
		private int cityID;		
		/// <summary>
		/// 城市操作類型(新增、修改、刪除)
		/// </summary>
		private PublicEnum.ProcessType cityProcessType;	
		/// <summary>
		/// 城市DATASET
		/// </summary>
		private DataSet dsCity;

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

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

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

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

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

		//創(chuàng)建內(nèi)存表dt1作為lstBusList1的數(shù)據(jù)源
		private DataTable dt1 = new DataTable();		
		//創(chuàng)建內(nèi)存表dt2作為lstBusList2的數(shù)據(jù)源
		private DataTable dt2 = new DataTable();		
		//創(chuàng)建臨時(shí)變量
		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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜精品免费在线| 日韩精品高清不卡| 精品剧情v国产在线观看在线| 国产在线精品一区二区夜色| 亚洲第一会所有码转帖| 中文字幕av不卡| 欧美不卡在线视频| 欧美日韩国产综合久久| 91免费精品国自产拍在线不卡| 天天综合天天综合色| 亚洲人成网站在线| 日本一区二区高清| 欧美精品一区二区久久婷婷| 欧美天天综合网| 一本色道亚洲精品aⅴ| 国产69精品一区二区亚洲孕妇| 日韩精品欧美精品| 亚洲一区二区四区蜜桃| 亚洲色欲色欲www| 欧美韩国日本一区| 国产日韩精品久久久| 欧美电影免费观看高清完整版 | 欧美大片日本大片免费观看| 日本韩国欧美在线| 99久久夜色精品国产网站| 国产精品自拍三区| 精品一区二区三区的国产在线播放| 亚洲国产精品久久久久秋霞影院| 亚洲欧洲av另类| 国产精品视频九色porn| 国产午夜三级一区二区三| 91精品国产入口| 欧美福利电影网| 欧美日韩电影在线播放| 欧美日本免费一区二区三区| 欧美性色黄大片| 欧美伊人久久久久久午夜久久久久| 91在线免费看| 97国产精品videossex| 91一区二区三区在线观看| www.色精品| 91偷拍与自偷拍精品| 色女孩综合影院| 在线观看不卡视频| 欧美日韩国产精品自在自线| 欧美三级乱人伦电影| 欧美视频一区二区三区在线观看| 欧亚一区二区三区| 91精品国产综合久久久久久久久久| 欧美日韩黄视频| 欧美xxxxx裸体时装秀| 精品国产一区二区亚洲人成毛片 | 中文字幕在线免费不卡| ...xxx性欧美| 亚洲午夜电影网| 日日摸夜夜添夜夜添精品视频 | 中文字幕av资源一区| 亚洲情趣在线观看| 亚洲成人福利片| 男女男精品视频网| 国产成人午夜片在线观看高清观看| 国产成人精品综合在线观看| 国产.精品.日韩.另类.中文.在线.播放 | 欧美日韩成人一区| 日韩欧美中文字幕公布| 国产三级欧美三级日产三级99 | 91精品国产入口| 日本一区二区三区在线观看| 国产精品日韩精品欧美在线| 亚洲毛片av在线| 久久精品国产久精国产| 成人18视频日本| 欧美日韩一卡二卡| 久久九九影视网| 夜夜操天天操亚洲| 麻豆视频观看网址久久| 99天天综合性| 91精品国模一区二区三区| 国产精品网友自拍| 午夜天堂影视香蕉久久| 国产精品一级在线| 欧美中文字幕一区| 久久久久久久网| 亚洲精品大片www| 国模套图日韩精品一区二区| 99久久er热在这里只有精品66| 欧美欧美午夜aⅴ在线观看| 国产日韩欧美激情| 日韩精品亚洲专区| 99久久久国产精品免费蜜臀| 91精品蜜臀在线一区尤物| 国产精品白丝在线| 久久成人av少妇免费| 色噜噜狠狠色综合欧洲selulu | 亚洲午夜一区二区三区| 国产成人亚洲综合a∨猫咪| 欧美日韩精品一区二区三区蜜桃| 国产日韩三级在线| 美日韩一区二区三区| 一本高清dvd不卡在线观看| 精品国产1区二区| 亚洲国产精品一区二区久久恐怖片| 国产精品中文字幕欧美| 日韩一级二级三级精品视频| 亚洲免费观看高清完整版在线观看 | 无码av免费一区二区三区试看| 国产不卡高清在线观看视频| 欧美日韩国产综合一区二区三区 | 国产亚洲人成网站| 日本一不卡视频| 色婷婷综合久久久久中文一区二区 | 欧美日韩高清影院| 日韩一区欧美一区| 粉嫩绯色av一区二区在线观看| 日韩视频永久免费| 亚洲成人动漫在线免费观看| 色噜噜狠狠一区二区三区果冻| 国产精品天美传媒| 国产不卡在线播放| 国产亚洲综合色| 国产精品一区二区在线观看网站| 欧美一级精品在线| 日韩精品一区第一页| 91福利区一区二区三区| 中文字幕一区在线观看视频| 国产成人a级片| 国产视频在线观看一区二区三区| 黑人巨大精品欧美一区| 精品黑人一区二区三区久久| 日韩av午夜在线观看| 欧美精三区欧美精三区| 亚洲成a人在线观看| 欧美午夜精品久久久| 亚洲男同性视频| 色哟哟欧美精品| 一区二区视频免费在线观看| 色婷婷综合久久久久中文| 亚洲综合免费观看高清完整版在线 | 久久久久99精品国产片| 狠狠色丁香婷婷综合久久片| 91精品国产欧美一区二区18| 男女性色大片免费观看一区二区| 6080yy午夜一二三区久久| 天涯成人国产亚洲精品一区av| 91麻豆精品国产自产在线| 日本成人超碰在线观看| 欧美电影免费观看高清完整版在线 | 99r精品视频| 亚洲欧美成aⅴ人在线观看| 色天使久久综合网天天| 午夜精品成人在线视频| 欧美一区二区高清| 国产福利精品导航| 最新中文字幕一区二区三区| 91成人看片片| 日韩精品成人一区二区三区| 日韩情涩欧美日韩视频| 国产suv精品一区二区6| 亚洲日本欧美天堂| 欧美日韩成人综合| 精品无人码麻豆乱码1区2区 | 精品伦理精品一区| 国产成人免费在线观看不卡| 亚洲天天做日日做天天谢日日欢 | 亚洲欧洲日产国码二区| 色域天天综合网| 偷拍亚洲欧洲综合| 欧美精品一区二区三区在线| 99久久综合精品| 五月激情综合网| 中文av字幕一区| 欧美日韩一级二级| 国产伦理精品不卡| 亚洲一区二区三区中文字幕在线| 欧美成人一区二区三区在线观看| 成人三级在线视频| 午夜久久久久久久久久一区二区| www国产成人免费观看视频 深夜成人网| 国产91综合一区在线观看| 亚洲国产成人av| 国产欧美一区二区精品秋霞影院 | 成人影视亚洲图片在线| 午夜亚洲福利老司机| 欧美国产精品专区| 4438成人网| 99在线精品一区二区三区| 免费观看在线色综合| 亚洲免费在线视频| 久久女同性恋中文字幕| 欧美区在线观看| 97久久超碰国产精品电影| 国产在线不卡视频| 亚洲成人自拍偷拍| 综合激情成人伊人| 久久精品这里都是精品| 欧美精品亚洲一区二区在线播放| 国产69精品久久99不卡| 久久精品国产网站| 性感美女久久精品| 亚洲欧美视频在线观看视频|