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

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

?? form6.cs

?? 模擬校園卡管理系統屏蔽鍵盤操作
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace 校園卡服務系統
{
	/// <summary>
	/// Form6 的摘要說明。
	/// </summary>
	public class Form6 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form6()
		{
			//
			// 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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form6));
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(264, 352);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(144, 21);
			this.textBox1.TabIndex = 0;
			this.textBox1.Text = "";
			this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(264, 392);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(144, 21);
			this.textBox2.TabIndex = 1;
			this.textBox2.Text = "";
			this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(264, 424);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(144, 21);
			this.textBox3.TabIndex = 2;
			this.textBox3.Text = "";
			this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
			// 
			// button1
			// 
			this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
			this.button1.Location = new System.Drawing.Point(136, 448);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 32);
			this.button1.TabIndex = 3;
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
			this.button2.Location = new System.Drawing.Point(272, 448);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(75, 32);
			this.button2.TabIndex = 4;
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// label1
			// 
			this.label1.BackColor = System.Drawing.Color.Transparent;
			this.label1.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.Location = new System.Drawing.Point(160, 256);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(272, 40);
			this.label1.TabIndex = 5;
			// 
			// label2
			// 
			this.label2.BackColor = System.Drawing.Color.Transparent;
			this.label2.Location = new System.Drawing.Point(160, 296);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(272, 40);
			this.label2.TabIndex = 6;
			this.label2.Click += new System.EventHandler(this.label2_Click);
			// 
			// Form6
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(512, 480);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.textBox3);
			this.Controls.Add(this.textBox2);
			this.Controls.Add(this.textBox1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "Form6";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Form6";
			this.Load += new System.EventHandler(this.Form6_Load);
			this.ResumeLayout(false);

		}
		#endregion

		private void Form6_Load(object sender, System.EventArgs e)
		{
		
		}

		private void button2_Click(object sender, System.EventArgs e)
		{
			if(MessageBox.Show("您確定要退出嗎?","Exit",MessageBoxButtons.YesNo)==DialogResult.Yes)
			{
				this.Close();
			}
		}

		private void textBox1_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
		{
			if   (   !(((e.KeyChar   >=   (char)48)   &&   (e.KeyChar   <=   (char)57))   ||   (e.KeyChar   ==   (char)13)   ||   (e.KeyChar   ==   (char)46)   ||   (e.KeyChar   ==   (char)45)   ||   (e.KeyChar   ==   (char)8)))
			{
				e.Handled   =   true;
			}
		
		}

		private void textBox2_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
		{
			if   (   !(((e.KeyChar   >=   (char)48)   &&   (e.KeyChar   <=   (char)57))   ||   (e.KeyChar   ==   (char)13)   ||   (e.KeyChar   ==   (char)46)   ||   (e.KeyChar   ==   (char)45)   ||   (e.KeyChar   ==   (char)8)))
			{
				e.Handled   =   true;
			}
		}

		private void textBox3_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
		{
			if   (   !(((e.KeyChar   >=   (char)48)   &&   (e.KeyChar   <=   (char)57))   ||   (e.KeyChar   ==   (char)13)   ||   (e.KeyChar   ==   (char)46)   ||   (e.KeyChar   ==   (char)45)   ||   (e.KeyChar   ==   (char)8)))
			{
				e.Handled   =   true;
			}
		}

		private void label2_Click(object sender, System.EventArgs e)
		{
		
		}

		private void button1_Click(object sender, System.EventArgs e)
		{
			if(this.textBox1.Text.Length==11)
			{
				this.textBox2.Focus();
				if(this.textBox2.Text==this.textBox1.Text)
				{
					this.textBox3.Focus();
					if(this.textBox3.Text!="")
					{
						this.label1.Text="您要輸入的手機號碼為:"+this.textBox1.Text;
						this.label2.Text="您要繳的手機費為:"+this.textBox3.Text;
					}
					else
					{
						this.textBox3.Text="";
						this.label1.Text="您的操作有誤,請重新輸入";
					}

				}
				else
				{
					this.textBox2.Text="";
					this.label1.Text="您的操作有誤,請重新輸入";
				}
			}
			else
			{
				this.label1.Text="請輸入11位手機號碼";
				this.textBox1.Text="";
			}
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲午夜免费电影| 亚洲最大色网站| 精品久久久久久久人人人人传媒| 精品日韩av一区二区| 911精品产国品一二三产区 | 日韩午夜精品电影| 欧美日韩视频在线第一区| 欧美日韩中文字幕一区二区| 91福利国产精品| 欧美日韩免费一区二区三区| 欧美午夜精品久久久久久超碰| 在线观看免费成人| 欧美性受xxxx| 日韩一区二区三区av| 精品区一区二区| 国产人成亚洲第一网站在线播放| 国产女人aaa级久久久级| 中文字幕国产一区| 亚洲综合清纯丝袜自拍| 五月开心婷婷久久| 国产乱码精品一区二区三区av| 国产大陆精品国产| 色老汉av一区二区三区| 91麻豆精品国产自产在线观看一区 | 男女男精品视频网| 国产精品自在欧美一区| 91蜜桃网址入口| 欧美老肥妇做.爰bbww| 精品国产91乱码一区二区三区| 中文字幕欧美三区| 天使萌一区二区三区免费观看| 九九在线精品视频| 日本精品一级二级| 精品福利视频一区二区三区| 成人欧美一区二区三区黑人麻豆| 午夜久久久久久久久久一区二区| 国产综合色在线视频区| 色综合久久66| 日韩精品一区二区三区swag | 欧美日韩一区二区三区在线看| 精品久久久久一区| 亚洲综合一二三区| 成人激情小说乱人伦| 欧美日韩黄色影视| 亚洲天堂久久久久久久| 麻豆精品一区二区三区| 91网页版在线| 久久一日本道色综合| 亚洲国产裸拍裸体视频在线观看乱了 | 1024成人网| 九一九一国产精品| 777午夜精品视频在线播放| 国产精品妹子av| 久久精品国产免费| 7878成人国产在线观看| 亚洲免费观看在线视频| 丰满放荡岳乱妇91ww| 日韩你懂的在线播放| 亚洲一区二区在线视频| 91在线porny国产在线看| 精品少妇一区二区三区在线播放 | 宅男在线国产精品| 亚洲狼人国产精品| 成人黄色一级视频| 国产精品视频免费| 国产成人精品三级| 久久―日本道色综合久久| 久久精品99久久久| 日韩免费看的电影| 日韩电影免费在线| 欧美一二三区精品| 美腿丝袜亚洲一区| 日韩欧美亚洲国产另类| 日本中文字幕一区二区视频| 精品视频在线免费| 日韩成人精品在线| 欧美日韩激情一区二区| 亚洲成人中文在线| 欧美日韩国产片| 天天操天天综合网| 91精品国产一区二区人妖| 婷婷夜色潮精品综合在线| 欧美日韩视频在线观看一区二区三区| 亚洲永久免费视频| 欧美日韩免费观看一区二区三区| 国产麻豆成人传媒免费观看| 久久婷婷色综合| 国产99精品国产| 亚洲手机成人高清视频| 91黄色激情网站| 无码av免费一区二区三区试看| 欧美日韩一本到| 青青草伊人久久| 国产日韩欧美不卡| 91免费在线播放| 亚洲成av人片在线| 日韩视频中午一区| 国产精品99久久久久久久vr| 中文字幕永久在线不卡| 在线中文字幕一区二区| 久久精品国产一区二区三区免费看| 337p日本欧洲亚洲大胆色噜噜| 国产99久久精品| 亚洲va在线va天堂| 久久久蜜臀国产一区二区| 91女神在线视频| 免费成人在线网站| 国产精品国产自产拍在线| 在线看国产日韩| 韩国理伦片一区二区三区在线播放 | 精品中文av资源站在线观看| 中文天堂在线一区| 欧美猛男超大videosgay| 国产美女主播视频一区| 亚洲一区二区三区在线播放| 久久这里只精品最新地址| 日本久久一区二区三区| 国产乱码字幕精品高清av| 亚洲精品国产精品乱码不99| 久久亚洲免费视频| 91成人免费网站| 成人三级在线视频| 青青草91视频| 亚洲综合一区二区精品导航| 中文字幕巨乱亚洲| 日韩精品在线一区二区| 欧日韩精品视频| 成人久久视频在线观看| 精品午夜久久福利影院| 亚洲成人一区在线| 久久精品国产秦先生| 亚洲国产精品嫩草影院| 国产精品女人毛片| 26uuu亚洲综合色| 欧美精品一二三区| 91久久精品一区二区三区| 粉嫩av一区二区三区在线播放| 蜜桃视频在线观看一区| 亚洲va欧美va天堂v国产综合| ㊣最新国产の精品bt伙计久久| 欧美va在线播放| 51精品久久久久久久蜜臀| 欧美视频一区二区三区在线观看| 成人黄色网址在线观看| 成人永久免费视频| 精品一区二区三区不卡 | 成人综合激情网| 韩国毛片一区二区三区| 久久精品99国产精品日本| 久久国产精品无码网站| 蜜臀av性久久久久蜜臀aⅴ四虎 | 2024国产精品| 欧美大度的电影原声| 欧美一卡2卡3卡4卡| 欧美丰满美乳xxx高潮www| 欧美日韩精品一区二区天天拍小说| 色哟哟一区二区| 91久久精品一区二区三| 欧美视频你懂的| 欧美人xxxx| 日韩欧美一区二区不卡| 久久男人中文字幕资源站| 国产丝袜美腿一区二区三区| 欧美韩日一区二区三区四区| 国产欧美精品一区二区色综合朱莉| 中文字幕高清不卡| 中文字幕中文字幕中文字幕亚洲无线| 中文无字幕一区二区三区| 中文字幕欧美激情| 亚洲精选视频在线| 午夜视频在线观看一区二区三区| 无吗不卡中文字幕| 精品一区二区日韩| 国产精品一区二区三区四区| 国产成人亚洲精品狼色在线| 不卡电影免费在线播放一区| 欧美亚州韩日在线看免费版国语版 | 色94色欧美sute亚洲线路一ni| 欧美婷婷六月丁香综合色| 5566中文字幕一区二区电影| 精品国产人成亚洲区| 国产精品狼人久久影院观看方式| 亚洲一区成人在线| 精品写真视频在线观看| 91视频精品在这里| 欧美一区二区视频在线观看 | 制服丝袜成人动漫| 亚洲精品一区二区三区在线观看| 国产精品区一区二区三| 亚洲一二三四区不卡| 国产精品综合在线视频| 欧美午夜视频网站| 中文字幕av一区 二区| 亚洲成av人片观看| 成人免费视频视频| 欧美一区二区三区免费| 国产精品私人影院| 蜜臀国产一区二区三区在线播放 | 九九国产精品视频| 久久欧美一区二区|