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

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

?? traintimequery.cs

?? 火車訂票系統 火車訂票系統 火車訂票系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using Model;
using Business_Logic;

namespace Railroad_Trip
{
	/// <summary>
	/// TrainTimeQuery 的摘要說明。
	/// </summary>
	public class TrainTimeQuery : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.Label lblclear;
		private System.Windows.Forms.ToolTip toolTip1;
		private System.Windows.Forms.Label lbl1;
		private System.Windows.Forms.Label lbl2;
		private System.Windows.Forms.Label lbl3;
		private System.Windows.Forms.Label lbl6;
		private System.Windows.Forms.Label lbl5;
		private System.Windows.Forms.Label lbl4;
		private System.Windows.Forms.Label lblte;
		private System.Windows.Forms.Label lblkuai;
		private System.Windows.Forms.Label lbl0;
		private System.Windows.Forms.Label lbl9;
		private System.Windows.Forms.Label lbl8;
		private System.Windows.Forms.Label lbl7;
		private System.Windows.Forms.Label lbllin;
		private System.Windows.Forms.Label lblkuai2;
		private System.Windows.Forms.Label lblzhi;
		private System.Windows.Forms.Label lbldrop;
		private System.Windows.Forms.Label lblOK;
		private System.Windows.Forms.Label lbldong;
		private System.Windows.Forms.Label lblclose;
		private System.Windows.Forms.Label lblmin;
		private System.ComponentModel.IContainer components;
		public System.Windows.Forms.TextBox txtCheci;
		private bool isclick=false;
		Point oldpoint=new Point(0,0);//界面的初始焦點
		

		public TrainTimeQuery()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TrainTimeQuery));
			this.panel1 = new System.Windows.Forms.Panel();
			this.lblmin = new System.Windows.Forms.Label();
			this.lblclose = new System.Windows.Forms.Label();
			this.lbldrop = new System.Windows.Forms.Label();
			this.lblOK = new System.Windows.Forms.Label();
			this.lbldong = new System.Windows.Forms.Label();
			this.lbllin = new System.Windows.Forms.Label();
			this.lblkuai2 = new System.Windows.Forms.Label();
			this.lblzhi = new System.Windows.Forms.Label();
			this.lblte = new System.Windows.Forms.Label();
			this.lblkuai = new System.Windows.Forms.Label();
			this.lbl0 = new System.Windows.Forms.Label();
			this.lbl9 = new System.Windows.Forms.Label();
			this.lbl8 = new System.Windows.Forms.Label();
			this.lbl7 = new System.Windows.Forms.Label();
			this.lbl6 = new System.Windows.Forms.Label();
			this.lbl5 = new System.Windows.Forms.Label();
			this.lbl4 = new System.Windows.Forms.Label();
			this.lbl3 = new System.Windows.Forms.Label();
			this.lbl2 = new System.Windows.Forms.Label();
			this.lbl1 = new System.Windows.Forms.Label();
			this.txtCheci = new System.Windows.Forms.TextBox();
			this.lblclear = new System.Windows.Forms.Label();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.White;
			this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
			this.panel1.Controls.Add(this.lblmin);
			this.panel1.Controls.Add(this.lblclose);
			this.panel1.Controls.Add(this.lbldrop);
			this.panel1.Controls.Add(this.lblOK);
			this.panel1.Controls.Add(this.lbldong);
			this.panel1.Controls.Add(this.lbllin);
			this.panel1.Controls.Add(this.lblkuai2);
			this.panel1.Controls.Add(this.lblzhi);
			this.panel1.Controls.Add(this.lblte);
			this.panel1.Controls.Add(this.lblkuai);
			this.panel1.Controls.Add(this.lbl0);
			this.panel1.Controls.Add(this.lbl9);
			this.panel1.Controls.Add(this.lbl8);
			this.panel1.Controls.Add(this.lbl7);
			this.panel1.Controls.Add(this.lbl6);
			this.panel1.Controls.Add(this.lbl5);
			this.panel1.Controls.Add(this.lbl4);
			this.panel1.Controls.Add(this.lbl3);
			this.panel1.Controls.Add(this.lbl2);
			this.panel1.Controls.Add(this.lbl1);
			this.panel1.Controls.Add(this.txtCheci);
			this.panel1.Controls.Add(this.lblclear);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.ForeColor = System.Drawing.SystemColors.Control;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(408, 435);
			this.panel1.TabIndex = 0;
			this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
			this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
			// 
			// lblmin
			// 
			this.lblmin.BackColor = System.Drawing.Color.Transparent;
			this.lblmin.Location = new System.Drawing.Point(352, 34);
			this.lblmin.Name = "lblmin";
			this.lblmin.Size = new System.Drawing.Size(14, 14);
			this.lblmin.TabIndex = 38;
			this.lblmin.Click += new System.EventHandler(this.lblmin_Click);
			// 
			// lblclose
			// 
			this.lblclose.BackColor = System.Drawing.Color.Transparent;
			this.lblclose.Location = new System.Drawing.Point(368, 34);
			this.lblclose.Name = "lblclose";
			this.lblclose.Size = new System.Drawing.Size(14, 14);
			this.lblclose.TabIndex = 37;
			this.lblclose.Click += new System.EventHandler(this.lblclose_Click);
			// 
			// lbldrop
			// 
			this.lbldrop.BackColor = System.Drawing.Color.Transparent;
			this.lbldrop.Location = new System.Drawing.Point(320, 350);
			this.lbldrop.Name = "lbldrop";
			this.lbldrop.Size = new System.Drawing.Size(60, 12);
			this.lbldrop.TabIndex = 36;
			this.lbldrop.Click += new System.EventHandler(this.lbldrop_Click);
			// 
			// lblOK
			// 
			this.lblOK.BackColor = System.Drawing.Color.Transparent;
			this.lblOK.Location = new System.Drawing.Point(250, 350);
			this.lblOK.Name = "lblOK";
			this.lblOK.Size = new System.Drawing.Size(60, 12);
			this.lblOK.TabIndex = 35;
			this.lblOK.Click += new System.EventHandler(this.lblOK_Click);
			// 
			// lbldong
			// 
			this.lbldong.BackColor = System.Drawing.Color.Transparent;
			this.lbldong.Location = new System.Drawing.Point(178, 348);
			this.lbldong.Name = "lbldong";
			this.lbldong.Size = new System.Drawing.Size(60, 12);
			this.lbldong.TabIndex = 34;
			this.lbldong.Click += new System.EventHandler(this.lbldong_Click);
			// 
			// lbllin
			// 
			this.lbllin.BackColor = System.Drawing.Color.Transparent;
			this.lbllin.Location = new System.Drawing.Point(320, 312);
			this.lbllin.Name = "lbllin";
			this.lbllin.Size = new System.Drawing.Size(60, 12);
			this.lbllin.TabIndex = 33;
			this.lbllin.Click += new System.EventHandler(this.lbllin_Click);
			// 
			// lblkuai2
			// 
			this.lblkuai2.BackColor = System.Drawing.Color.Transparent;
			this.lblkuai2.Location = new System.Drawing.Point(252, 312);
			this.lblkuai2.Name = "lblkuai2";
			this.lblkuai2.Size = new System.Drawing.Size(54, 12);
			this.lblkuai2.TabIndex = 32;
			this.lblkuai2.Click += new System.EventHandler(this.lblkuai2_Click);
			// 
			// lblzhi
			// 
			this.lblzhi.BackColor = System.Drawing.Color.Transparent;
			this.lblzhi.Location = new System.Drawing.Point(180, 310);
			this.lblzhi.Name = "lblzhi";
			this.lblzhi.Size = new System.Drawing.Size(54, 12);
			this.lblzhi.TabIndex = 31;
			this.lblzhi.Click += new System.EventHandler(this.lblzhi_Click);
			// 
			// lblte
			// 
			this.lblte.BackColor = System.Drawing.Color.Transparent;
			this.lblte.Location = new System.Drawing.Point(320, 268);
			this.lblte.Name = "lblte";
			this.lblte.Size = new System.Drawing.Size(58, 12);
			this.lblte.TabIndex = 30;
			this.lblte.Click += new System.EventHandler(this.lblte_Click);
			// 
			// lblkuai
			// 
			this.lblkuai.BackColor = System.Drawing.Color.Transparent;
			this.lblkuai.Location = new System.Drawing.Point(250, 268);
			this.lblkuai.Name = "lblkuai";
			this.lblkuai.Size = new System.Drawing.Size(54, 12);
			this.lblkuai.TabIndex = 29;
			this.lblkuai.Click += new System.EventHandler(this.lblkuai_Click);
			// 
			// lbl0
			// 
			this.lbl0.BackColor = System.Drawing.Color.Transparent;
			this.lbl0.Location = new System.Drawing.Point(178, 266);
			this.lbl0.Name = "lbl0";
			this.lbl0.Size = new System.Drawing.Size(54, 12);
			this.lbl0.TabIndex = 28;
			this.lbl0.Click += new System.EventHandler(this.lbl0_Click);
			// 
			// lbl9
			// 
			this.lbl9.BackColor = System.Drawing.Color.Transparent;
			this.lbl9.Location = new System.Drawing.Point(324, 222);
			this.lbl9.Name = "lbl9";
			this.lbl9.Size = new System.Drawing.Size(54, 12);
			this.lbl9.TabIndex = 27;
			this.lbl9.Click += new System.EventHandler(this.lbl9_Click);
			// 
			// lbl8
			// 
			this.lbl8.BackColor = System.Drawing.Color.Transparent;
			this.lbl8.Location = new System.Drawing.Point(250, 222);
			this.lbl8.Name = "lbl8";
			this.lbl8.Size = new System.Drawing.Size(54, 12);
			this.lbl8.TabIndex = 26;
			this.lbl8.Click += new System.EventHandler(this.lbl8_Click);
			// 
			// lbl7
			// 
			this.lbl7.BackColor = System.Drawing.Color.Transparent;
			this.lbl7.Location = new System.Drawing.Point(178, 220);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美激情一区二区三区全黄 | 7777女厕盗摄久久久| 国产三级精品在线| 欧日韩精品视频| 亚洲靠逼com| 国产精品毛片久久久久久久| 色综合网色综合| 婷婷成人激情在线网| av不卡免费在线观看| aa级大片欧美| 日韩国产欧美在线视频| 中文字幕精品一区二区三区精品| 久久久久久一级片| 欧美日韩国产首页| 91在线看国产| 成人sese在线| 亚洲在线中文字幕| 日韩美女久久久| 久久精品免视看| 久久综合av免费| 国产精品嫩草99a| 久久这里只精品最新地址| 91啪亚洲精品| 成人av综合在线| 久久99国产精品免费网站| 1024国产精品| 26uuuu精品一区二区| 欧美精品丝袜久久久中文字幕| 色婷婷久久综合| 欧美日本一道本| 欧美日韩精品福利| 欧美日韩久久一区二区| 精品无人码麻豆乱码1区2区| 亚洲色图制服丝袜| 国产精品成人免费精品自在线观看 | 欧美自拍丝袜亚洲| 日韩激情av在线| 亚洲成av人片在www色猫咪| 亚洲午夜一区二区三区| 一区二区三区四区高清精品免费观看| 亚洲一区二区美女| 午夜精品福利一区二区三区蜜桃| 亚洲第一狼人社区| 日本成人在线看| 日韩在线一二三区| 蜜臀久久99精品久久久久久9| 日本免费新一区视频| 美美哒免费高清在线观看视频一区二区| 一区二区三区国产精品| 激情图片小说一区| 不卡视频在线看| 色香蕉成人二区免费| 精品一区二区在线播放| 久久国产精品一区二区| 岛国一区二区在线观看| 处破女av一区二区| 久久成人18免费观看| 国产乱理伦片在线观看夜一区| 成人一区在线看| 欧美综合色免费| 成人妖精视频yjsp地址| 色婷婷精品久久二区二区蜜臀av | 久久精子c满五个校花| 亚洲手机成人高清视频| 亚洲成a天堂v人片| 国产精品一区二区不卡| 久久精品国产亚洲高清剧情介绍 | 在线免费不卡电影| 欧美高清视频www夜色资源网| 4438x成人网最大色成网站| 成人免费视频免费观看| 中文字幕亚洲区| 亚洲久草在线视频| 国产高清精品网站| 久久精品国产在热久久| 国产精品美女久久久久久久久| 亚洲欧美日韩国产手机在线| 偷窥少妇高潮呻吟av久久免费| 久久爱www久久做| 高清日韩电视剧大全免费| 97久久久精品综合88久久| 国产精品资源在线看| 欧美日本国产一区| 国产盗摄视频一区二区三区| 成人av在线影院| 日韩精品一区二区三区四区| 日韩欧美一级二级| 亚洲 欧美综合在线网络| 亚洲一区国产视频| caoporm超碰国产精品| 777欧美精品| 中文字幕精品在线不卡| 日韩福利电影在线| 亚洲图片另类小说| 亚洲人成亚洲人成在线观看图片| 黄色日韩三级电影| 欧美一区二区女人| kk眼镜猥琐国模调教系列一区二区| 亚洲精品免费看| 国产日韩综合av| 欧美日韩成人综合天天影院| 国产成人综合精品三级| 亚洲一区二三区| 亚洲日本成人在线观看| 欧美不卡一区二区三区| 91精品久久久久久蜜臀| 97久久超碰国产精品电影| 国产成人亚洲综合a∨婷婷| 亚洲一线二线三线视频| 亚洲精品水蜜桃| 国产欧美日韩综合精品一区二区| 日韩欧美国产成人一区二区| 91丝袜美腿高跟国产极品老师 | 国产毛片精品视频| 亚洲国产aⅴ成人精品无吗| 国产精品伦理在线| 欧美一区二区三区在线看| 日本高清不卡视频| 91国偷自产一区二区开放时间| 国产精品888| 粉嫩13p一区二区三区| 午夜电影网亚洲视频| 亚洲女人的天堂| 亚洲特黄一级片| 精品免费视频.| 欧美xingq一区二区| 欧美一区二区三区在线看| 日韩美女一区二区三区四区| 欧美日韩三级一区二区| 欧美日韩视频不卡| 欧美日韩一级黄| 精品国产亚洲一区二区三区在线观看| 欧美久久免费观看| 717成人午夜免费福利电影| 欧美日韩高清一区| 欧美优质美女网站| 日韩一区二区免费视频| 日韩一区二区麻豆国产| 国产色产综合产在线视频| 国产欧美一区二区精品仙草咪| 国产精品不卡视频| 亚洲精品免费在线| 色呦呦一区二区三区| 国产精品一线二线三线| 日韩精品国产精品| 天天色 色综合| 欧美高清一级片在线观看| 国产精品视频免费看| 在线中文字幕一区二区| av欧美精品.com| 免费成人深夜小野草| 中文字幕免费在线观看视频一区| 99久久精品国产毛片| 久久欧美中文字幕| 日韩二区三区四区| 亚洲男女毛片无遮挡| 亚洲图片欧美激情| 国产精品女上位| 国产精品国产馆在线真实露脸 | 欧美撒尿777hd撒尿| 亚洲国产欧美日韩另类综合 | 欧美精品vⅰdeose4hd| 日韩av一区二| 五月婷婷久久丁香| 男人的j进女人的j一区| 日韩激情一二三区| 亚洲国产成人av网| 亚洲成人你懂的| 国产成人精品免费网站| 国产成人在线色| 亚洲第一狼人社区| av一区二区三区在线| 色婷婷精品大视频在线蜜桃视频| 亚洲激情第一区| 国产在线一区二区综合免费视频| 丁香天五香天堂综合| 色天天综合色天天久久| 国产情人综合久久777777| 一本一道波多野结衣一区二区 | 亚洲午夜免费视频| 国产在线一区观看| 精品视频一区二区三区免费| 欧美岛国在线观看| 国产精品成人网| 欧美a级理论片| 色综合av在线| 成人欧美一区二区三区| 国产在线精品一区二区三区不卡 | 国产精品中文有码| 色综合色综合色综合色综合色综合 | 成人爱爱电影网址| 欧美一级精品在线| 欧美大片日本大片免费观看| 99精品视频中文字幕| 2020国产精品自拍| 日韩美女天天操| 视频一区在线播放| 精一区二区三区| 亚洲欧美日韩在线| 26uuu色噜噜精品一区二区|