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

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

?? loginform.cs

?? 工交車查詢系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace Sun188.iSBus.WinUI
{
	/// <summary>
	/// LoginForm 的摘要說明。
	/// </summary>
	public class LoginForm : System.Windows.Forms.Form
	{
		private System.Windows.Forms.ImageList imageList3;
		private System.Windows.Forms.Timer tmClock;
		private System.Windows.Forms.Panel panel5;
		private System.Windows.Forms.Panel plRight;
		private System.Windows.Forms.PictureBox pictureBox9;
		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 plLeft;
		private System.Windows.Forms.PictureBox pictureBox8;
		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.ToolBarButton tbtnAbout;
		private System.Windows.Forms.ToolBarButton tbtnHelp;
		private System.Windows.Forms.ToolBarButton tbtnClose;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.Label lbTitle;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.Panel panel3;
		private System.Windows.Forms.Panel panel4;
		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.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox txbUserName;
		private System.Windows.Forms.TextBox txbUserPass;
		private System.Windows.Forms.PictureBox btnPrv;
		private System.Windows.Forms.PictureBox btnFirst;
		private System.Windows.Forms.ImageList imageList1;
		private System.ComponentModel.IContainer components;

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

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows Form Designer generated code
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LoginForm));
			this.imageList3 = new System.Windows.Forms.ImageList(this.components);
			this.tmClock = new System.Windows.Forms.Timer(this.components);
			this.panel5 = new System.Windows.Forms.Panel();
			this.plRight = new System.Windows.Forms.Panel();
			this.pictureBox9 = 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.plLeft = new System.Windows.Forms.Panel();
			this.pictureBox8 = 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.tbtnAbout = new System.Windows.Forms.ToolBarButton();
			this.tbtnHelp = new System.Windows.Forms.ToolBarButton();
			this.tbtnClose = new System.Windows.Forms.ToolBarButton();
			this.panel2 = new System.Windows.Forms.Panel();
			this.lbTitle = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.panel3 = new System.Windows.Forms.Panel();
			this.btnPrv = new System.Windows.Forms.PictureBox();
			this.btnFirst = new System.Windows.Forms.PictureBox();
			this.txbUserPass = new System.Windows.Forms.TextBox();
			this.txbUserName = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			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.plRight.SuspendLayout();
			this.plTop.SuspendLayout();
			this.plLeft.SuspendLayout();
			this.plBotton.SuspendLayout();
			this.panel2.SuspendLayout();
			this.panel1.SuspendLayout();
			this.panel3.SuspendLayout();
			this.panel4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).BeginInit();
			this.SuspendLayout();
			// 
			// imageList3
			// 
			this.imageList3.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList3.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
			this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// tmClock
			// 
			this.tmClock.Interval = 1000;
			// 
			// panel5
			// 
			this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel5.Location = new System.Drawing.Point(4, 76);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(288, 2);
			this.panel5.TabIndex = 29;
			// 
			// plRight
			// 
			this.plRight.Controls.AddRange(new System.Windows.Forms.Control[] {
																				  this.pictureBox9});
			this.plRight.Dock = System.Windows.Forms.DockStyle.Right;
			this.plRight.Location = new System.Drawing.Point(292, 26);
			this.plRight.Name = "plRight";
			this.plRight.Size = new System.Drawing.Size(4, 210);
			this.plRight.TabIndex = 23;
			// 
			// pictureBox9
			// 
			this.pictureBox9.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox9.BackgroundImage")));
			this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox9.Name = "pictureBox9";
			this.pictureBox9.Size = new System.Drawing.Size(4, 210);
			this.pictureBox9.TabIndex = 0;
			this.pictureBox9.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(296, 26);
			this.plTop.TabIndex = 24;
			// 
			// 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(267, 3);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(20, 20);
			this.btnClose.TabIndex = 14;
			this.btnClose.TabStop = false;
			// 
			// btnMax
			// 
			this.btnMax.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMax.Image")));
			this.btnMax.Location = new System.Drawing.Point(243, 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;
			this.btnMax.TabStop = false;
			// 
			// btnMin
			// 
			this.btnMin.Cursor = System.Windows.Forms.Cursors.Hand;
			this.btnMin.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMin.Image")));
			this.btnMin.Location = new System.Drawing.Point(219, 3);
			this.btnMin.Name = "btnMin";
			this.btnMin.Size = new System.Drawing.Size(20, 20);
			this.btnMin.TabIndex = 11;
			this.btnMin.TabStop = false;
			// 
			// pictureBox7
			// 
			this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Right;
			this.pictureBox7.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox7.Image")));
			this.pictureBox7.Location = new System.Drawing.Point(292, 0);
			this.pictureBox7.Name = "pictureBox7";
			this.pictureBox7.Size = new System.Drawing.Size(4, 26);
			this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox7.TabIndex = 7;
			this.pictureBox7.TabStop = false;
			// 
			// pictureBox6
			// 
			this.pictureBox6.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.BackgroundImage")));
			this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox6.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.Image")));
			this.pictureBox6.Location = new System.Drawing.Point(214, 0);
			this.pictureBox6.Name = "pictureBox6";
			this.pictureBox6.Size = new System.Drawing.Size(82, 26);
			this.pictureBox6.TabIndex = 6;
			this.pictureBox6.TabStop = false;
			// 
			// pictureBox5
			// 
			this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBox5.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox5.Image")));
			this.pictureBox5.Location = new System.Drawing.Point(200, 0);
			this.pictureBox5.Name = "pictureBox5";
			this.pictureBox5.Size = new System.Drawing.Size(14, 26);
			this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox5.TabIndex = 5;
			this.pictureBox5.TabStop = false;
			// 
			// pictureBox4
			// 
			this.pictureBox4.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox4.BackgroundImage")));
			this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
			this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBox4.Location = new System.Drawing.Point(38, 0);
			this.pictureBox4.Name = "pictureBox4";
			this.pictureBox4.Size = new System.Drawing.Size(162, 26);
			this.pictureBox4.TabIndex = 4;
			this.pictureBox4.TabStop = false;
			// 
			// pictureBox3
			// 
			this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBox3.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox3.Image")));
			this.pictureBox3.Location = new System.Drawing.Point(25, 0);
			this.pictureBox3.Name = "pictureBox3";
			this.pictureBox3.Size = new System.Drawing.Size(13, 26);
			this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox3.TabIndex = 3;
			this.pictureBox3.TabStop = false;
			// 
			// pictureBox2
			// 
			this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品资源在线看| 偷拍日韩校园综合在线| 国产精品白丝av| 精品国产一区二区精华| 极品少妇xxxx精品少妇| 日韩欧美成人一区| 国产一区日韩二区欧美三区| 久久精品这里都是精品| 成人性生交大片免费| 中文字幕日韩av资源站| 色婷婷精品久久二区二区蜜臀av| 夜夜嗨av一区二区三区中文字幕| 欧美天堂一区二区三区| 日韩国产高清影视| 久久久美女毛片| 日本高清视频一区二区| 日韩av中文在线观看| 久久久亚洲精华液精华液精华液 | 亚洲自拍偷拍麻豆| 色婷婷av一区二区三区大白胸| 一区二区三区美女视频| 日韩一级成人av| 成人午夜伦理影院| 亚洲大片在线观看| 久久久久久黄色| 色婷婷亚洲婷婷| 免费视频一区二区| 国产精品久久夜| 欧美一区国产二区| 成人不卡免费av| 全部av―极品视觉盛宴亚洲| 国产欧美日韩麻豆91| 欧美日韩在线不卡| 国产在线精品一区在线观看麻豆| 综合欧美一区二区三区| 日韩你懂的在线播放| 91偷拍与自偷拍精品| 久久精品99国产精品| 亚洲欧美日韩中文字幕一区二区三区 | 中文字幕在线不卡| 欧美精品日日鲁夜夜添| 粉嫩aⅴ一区二区三区四区| 亚洲综合在线第一页| 亚洲国产精品传媒在线观看| 欧美一区二区三区四区高清| 91在线看国产| 国产剧情av麻豆香蕉精品| 亚洲国产精品视频| 亚洲欧洲在线观看av| 精品免费国产一区二区三区四区| 欧美视频一区在线| 99久久免费精品高清特色大片| 日本91福利区| 午夜a成v人精品| 亚洲欧美日韩在线不卡| 日本一区二区三区高清不卡| 日韩片之四级片| 欧美日韩在线综合| 97久久人人超碰| 国产传媒日韩欧美成人| 国内不卡的二区三区中文字幕 | 91精品1区2区| av午夜一区麻豆| 国产高清精品在线| 精品一区二区三区不卡| 日韩精品乱码av一区二区| 亚洲美腿欧美偷拍| 国产精品久久久久久久久免费丝袜| 亚洲精品一区二区三区蜜桃下载 | 在线视频中文字幕一区二区| av中文字幕亚洲| 成人一区二区三区在线观看| 韩国一区二区三区| 久久99精品国产.久久久久久| 日韩国产欧美视频| 五月天亚洲精品| 天天色天天操综合| 亚洲mv在线观看| 日韩avvvv在线播放| 日韩精品欧美成人高清一区二区| 亚洲动漫第一页| 天天影视涩香欲综合网| 午夜日韩在线观看| 亚洲成a人片在线观看中文| 亚洲午夜精品网| 日本麻豆一区二区三区视频| 青青国产91久久久久久| 久久99精品久久久久久久久久久久| 另类成人小视频在线| 乱一区二区av| 国产ts人妖一区二区| 成人一区二区三区中文字幕| 91啪亚洲精品| 欧美三级电影网站| 日韩精品一区二区在线观看| 精品久久人人做人人爰| 久久久久久久久久久久电影| 国产精品成人免费| 亚洲一区二区三区在线| 蜜臀a∨国产成人精品| 国产乱码精品一区二区三| 99久久精品费精品国产一区二区| 欧美综合一区二区三区| 91精品在线一区二区| 久久日韩精品一区二区五区| 亚洲国产精品传媒在线观看| 亚洲最大色网站| 欧美96一区二区免费视频| 国产91精品一区二区| 欧美亚洲免费在线一区| 久久色在线观看| 一区二区三国产精华液| 免费成人小视频| 白白色 亚洲乱淫| 欧美久久久影院| 国产三级精品三级| 亚洲图片欧美视频| 韩国在线一区二区| 欧洲精品一区二区三区在线观看| 欧美一级理论性理论a| 国产精品毛片a∨一区二区三区| 亚洲男人的天堂在线观看| 久久狠狠亚洲综合| 91亚洲午夜精品久久久久久| 欧美一区二区黄色| 亚洲人成人一区二区在线观看 | 久久老女人爱爱| 亚洲成人手机在线| 国v精品久久久网| 日韩欧美激情一区| 亚洲视频一区在线| 国产在线精品免费| 欧美日本一区二区在线观看| 久久久久久久久久美女| 午夜一区二区三区在线观看| 成人丝袜高跟foot| 久久亚洲捆绑美女| 天堂久久久久va久久久久| 91一区一区三区| 精品久久久久99| 午夜免费欧美电影| 色噜噜狠狠一区二区三区果冻| 国产女人水真多18毛片18精品视频| 五月天网站亚洲| 欧美亚洲一区二区三区四区| 中文字幕永久在线不卡| 国产美女精品在线| 日韩欧美久久久| 日韩国产欧美在线观看| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 国产精品色哟哟网站| 国产精品一区不卡| 精品国产伦一区二区三区观看方式| 午夜精品久久久久久不卡8050| 91蝌蚪porny成人天涯| 国产精品久久777777| 大胆亚洲人体视频| 国产日韩欧美精品综合| 国产精品自拍三区| 久久老女人爱爱| 国产精品综合久久| 精品国产sm最大网站免费看| 激情都市一区二区| 亚洲精品在线一区二区| 五月婷婷久久综合| 欧美美女黄视频| 五月天激情综合| 欧美精品久久99久久在免费线| 一级特黄大欧美久久久| 精品视频一区二区不卡| 视频一区二区三区入口| 制服丝袜国产精品| 免费看欧美女人艹b| 日韩一区二区三区在线| 久久99精品国产91久久来源| 精品毛片乱码1区2区3区| 国产在线不卡视频| 国产欧美精品国产国产专区| 91亚洲精品一区二区乱码| 亚洲激情在线激情| 欧美精品三级日韩久久| 极品少妇xxxx偷拍精品少妇| 久久婷婷国产综合精品青草| 成人精品一区二区三区中文字幕| 一区精品在线播放| 欧美在线观看视频在线| 亚洲成a人片在线观看中文| 欧美一区二区女人| 国产成人精品综合在线观看| 亚洲四区在线观看| 欧美日韩精品综合在线| 久久成人免费日本黄色| 日本一区二区在线不卡| 在线欧美日韩精品| 麻豆91精品91久久久的内涵| 国产三级一区二区三区| 色综合久久久网| 日本vs亚洲vs韩国一区三区| 欧美激情一区二区三区在线| 91黄色小视频|