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

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

?? form2.cs

?? 寫字板源代碼都在要的自己可以下下來看自己看了就知道了
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace WindowsApplication1
{
	/// <summary>
	/// Form2 的摘要說明。
	/// </summary>
	public class Form2 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox3;
		/// <summary>
		/// 必需的設(shè)計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form2()
		{
			//
			// 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 窗體設(shè)計器生成的代碼
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form2));
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.button4 = new System.Windows.Forms.Button();
			this.button5 = new System.Windows.Forms.Button();
			this.button6 = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.BackColor = System.Drawing.SystemColors.ControlDark;
			this.button1.Location = new System.Drawing.Point(24, 32);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(64, 32);
			this.button1.TabIndex = 0;
			this.button1.Text = "長";
			// 
			// button2
			// 
			this.button2.BackColor = System.Drawing.SystemColors.InactiveBorder;
			this.button2.Location = new System.Drawing.Point(24, 80);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(64, 32);
			this.button2.TabIndex = 1;
			this.button2.Text = "寬";
			// 
			// button3
			// 
			this.button3.BackColor = System.Drawing.SystemColors.ActiveCaption;
			this.button3.Location = new System.Drawing.Point(16, 128);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(88, 32);
			this.button3.TabIndex = 2;
			this.button3.Text = "面積";
			// 
			// button4
			// 
			this.button4.Font = new System.Drawing.Font("楷體_GB2312", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.button4.ForeColor = System.Drawing.Color.Red;
			this.button4.Location = new System.Drawing.Point(16, 208);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(64, 40);
			this.button4.TabIndex = 3;
			this.button4.Text = "計算";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button5
			// 
			this.button5.Font = new System.Drawing.Font("楷體_GB2312", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.button5.ForeColor = System.Drawing.Color.Lime;
			this.button5.Location = new System.Drawing.Point(112, 208);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(64, 40);
			this.button5.TabIndex = 4;
			this.button5.Text = "清除";
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// button6
			// 
			this.button6.Font = new System.Drawing.Font("楷體_GB2312", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.button6.ForeColor = System.Drawing.Color.Blue;
			this.button6.Location = new System.Drawing.Point(208, 208);
			this.button6.Name = "button6";
			this.button6.Size = new System.Drawing.Size(64, 40);
			this.button6.TabIndex = 5;
			this.button6.Text = "退出";
			this.button6.Click += new System.EventHandler(this.button6_Click);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(160, 32);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(88, 21);
			this.textBox1.TabIndex = 6;
			this.textBox1.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(160, 80);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(88, 21);
			this.textBox2.TabIndex = 7;
			this.textBox2.Text = "";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(152, 128);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(104, 21);
			this.textBox3.TabIndex = 8;
			this.textBox3.Text = "";
			// 
			// Form2
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(292, 270);
			this.Controls.Add(this.textBox3);
			this.Controls.Add(this.textBox2);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.button6);
			this.Controls.Add(this.button5);
			this.Controls.Add(this.button4);
			this.Controls.Add(this.button3);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Name = "Form2";
			this.Text = "計算長方形面積";
			this.Load += new System.EventHandler(this.Form2_Load);
			this.ResumeLayout(false);

		}
		#endregion

		private void button4_Click(object sender, System.EventArgs e)
		{
			int x,y,z;
			x=int.Parse(textBox1.Text);
			y=int.Parse(textBox2.Text);
			z=x*y;
			textBox3.Text=z.ToString();
			textBox3.ReadOnly=true;
		}

		private void button5_Click(object sender, System.EventArgs e)
		{
			textBox1.Text="";
			textBox2.Text="";
			textBox3.Text="";
		}

		private void button6_Click(object sender, System.EventArgs e)
		{
			this.Close();
		}

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

	

		
	}
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲美女电影在线| 91亚洲精华国产精华精华液| 丁香天五香天堂综合| 欧美日韩在线一区二区| 国产欧美一区二区精品忘忧草| 亚洲午夜三级在线| 成人精品免费视频| 欧美成va人片在线观看| 亚洲国产日韩一级| 波多野结衣中文字幕一区| 制服.丝袜.亚洲.另类.中文 | 成人av综合在线| 91精品国产综合久久久久| 自拍偷自拍亚洲精品播放| 国产综合色产在线精品| 欧美一区中文字幕| 一区二区欧美精品| 99精品偷自拍| 国产精品电影一区二区三区| 国产精品99精品久久免费| 日韩免费高清电影| 日韩电影在线免费看| 91高清视频在线| 中文字幕亚洲精品在线观看| 国产精品一区一区| 久久嫩草精品久久久精品| 亚洲一区二区三区四区在线观看| 99久久免费视频.com| 成人欧美一区二区三区黑人麻豆| 高清在线观看日韩| 国产精品久久一级| 色又黄又爽网站www久久| 国产精品亲子乱子伦xxxx裸| 懂色av一区二区三区蜜臀 | 欧美肥妇bbw| 亚洲aⅴ怡春院| 91麻豆精品91久久久久同性| 无码av中文一区二区三区桃花岛| 欧美唯美清纯偷拍| 日韩精品国产精品| 精品欧美一区二区久久| 国产麻豆视频精品| 国产情人综合久久777777| 成人av影院在线| |精品福利一区二区三区| 一本色道a无线码一区v| 亚洲一线二线三线视频| 欧美日韩在线直播| 麻豆精品久久精品色综合| 精品国产污网站| 成人网在线免费视频| 亚洲伦在线观看| 欧美日韩国产中文| 国产一区二区三区免费在线观看| 欧美国产一区二区| 91国偷自产一区二区使用方法| 午夜一区二区三区视频| 欧美成人精品高清在线播放| 国产a级毛片一区| 亚洲美腿欧美偷拍| 欧美一二三区精品| 国产盗摄一区二区三区| 亚洲精品乱码久久久久久日本蜜臀| 在线免费观看日本一区| 美女视频一区二区| 国产精品进线69影院| 欧美亚洲综合色| 精品中文字幕一区二区| 亚洲欧美自拍偷拍色图| 91精品国产综合久久久久久漫画 | 亚洲国产成人在线| 欧美日韩国产综合视频在线观看 | 综合电影一区二区三区| 日韩欧美色电影| 色婷婷精品大在线视频| 精一区二区三区| 亚洲一区二区三区精品在线| www激情久久| 欧美性受xxxx黑人xyx| 国产成人鲁色资源国产91色综| 亚洲在线视频免费观看| 国产精品网站在线播放| 3d动漫精品啪啪一区二区竹菊| 成人性色生活片| 免费视频最近日韩| 亚洲人成伊人成综合网小说| 久久一区二区三区国产精品| 欧美日韩国产小视频| 成人午夜视频在线观看| 久久99国产精品麻豆| 亚洲丰满少妇videoshd| 中文字幕在线不卡一区二区三区| 日韩欧美一区二区久久婷婷| 91精品1区2区| av福利精品导航| 成人永久aaa| 国产不卡视频在线播放| 久久国产成人午夜av影院| 亚洲一区二区av在线| 亚洲三级电影网站| 国产片一区二区三区| 日韩欧美国产综合| 91麻豆精品91久久久久同性| 在线观看av不卡| 91久久精品日日躁夜夜躁欧美| av男人天堂一区| 不卡欧美aaaaa| 成人av资源站| 91小视频在线| 91丨九色丨黑人外教| gogogo免费视频观看亚洲一| 国产成人综合网| 国产91富婆露脸刺激对白| 国产福利91精品| 成人免费视频播放| 成人永久免费视频| 99国产精品久久久| 97se亚洲国产综合自在线| 99久久伊人久久99| 91小视频在线| 91精品福利在线| 欧美精品色综合| 欧美一级在线免费| 久久这里都是精品| 国产欧美久久久精品影院| 国产精品久线在线观看| 亚洲欧洲精品一区二区精品久久久| 国产精品久久久久久久久免费樱桃| 欧美国产1区2区| 亚洲另类春色国产| 丝袜美腿亚洲综合| 国产一区二区在线免费观看| 国产精品亚洲а∨天堂免在线| 国产成人精品免费一区二区| 成人手机电影网| 欧美三级乱人伦电影| 91精品国产综合久久精品性色| 亚洲精品一区二区三区在线观看 | 亚洲线精品一区二区三区八戒| 亚洲国产欧美在线| 日本不卡视频一二三区| 国产乱一区二区| 91福利资源站| 欧美大片一区二区| 中文字幕中文字幕在线一区| 亚洲人123区| 免费在线观看日韩欧美| 国产99一区视频免费| 色呦呦日韩精品| 日韩视频在线观看一区二区| 中文字幕第一区二区| 亚洲成人中文在线| 国产成人鲁色资源国产91色综| 91精彩视频在线观看| 久久一二三国产| 一级中文字幕一区二区| 韩国欧美国产一区| 色天天综合色天天久久| 欧美成人欧美edvon| 一区二区三区四区视频精品免费 | 国产精品系列在线播放| 欧美视频一区二区在线观看| 国产偷国产偷亚洲高清人白洁| 亚洲影院理伦片| 成人午夜精品在线| 欧美一区二区三区的| 最新欧美精品一区二区三区| 久久99国产精品免费网站| 欧美日韩综合在线免费观看| 国产午夜精品一区二区| 奇米在线7777在线精品| 91美女在线看| 中文字幕乱码日本亚洲一区二区| 日本最新不卡在线| 91浏览器打开| 中文字幕精品三区| 国产在线精品免费| 欧美剧情片在线观看| 一区二区三区四区乱视频| 99久久精品国产导航| 国产婷婷色一区二区三区四区| 蜜臀久久99精品久久久久宅男| 在线亚洲一区观看| 国产精品蜜臀在线观看| 国产精品一二三四| 日韩女同互慰一区二区| 亚洲成人先锋电影| 欧美亚洲日本国产| 亚洲免费观看高清完整版在线观看| 成人精品高清在线| 欧美国产一区二区在线观看| 国产麻豆精品久久一二三| 精品国产乱码久久久久久老虎| 三级影片在线观看欧美日韩一区二区 | 国产精品美女久久久久aⅴ| 精品亚洲成av人在线观看| 精品成人免费观看| 麻豆精品国产91久久久久久| 91.com视频| 青青国产91久久久久久|