namespace WinButton1 { partial class Form1 { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該處置 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改 /// 這個方法的內容。 /// private void InitializeComponent() { this.lblShow = new System.Windows.Forms.Label(); this.btnExit = new System.Windows.Forms.Button(); this.btnAgain = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblShow // this.lblShow.AutoSize = true; this.lblShow.Location = new System.Drawing.Point(31, 189); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(46, 17); this.lblShow.TabIndex = 15; this.lblShow.Text = "label1"; // // btnExit // this.btnExit.Location = new System.Drawing.Point(248, 232); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(77, 43); this.btnExit.TabIndex = 14; this.btnExit.Text = "離開"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnAgain // this.btnAgain.Location = new System.Drawing.Point(87, 233); this.btnAgain.Name = "btnAgain"; this.btnAgain.Size = new System.Drawing.Size(79, 41); this.btnAgain.TabIndex = 13; this.btnAgain.Text = "重玩"; this.btnAgain.UseVisualStyleBackColor = true; this.btnAgain.Click += new System.EventHandler(this.btnAgain_Click); // // button3 // this.button3.Location = new System.Drawing.Point(278, 28); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(99, 125); this.button3.TabIndex = 10; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(156, 28); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(99, 125); this.button2.TabIndex = 11; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(34, 28); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(99, 125); this.button1.TabIndex = 12; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(434, 310); this.Controls.Add(this.lblShow); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnAgain); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblShow; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnAgain; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; } }