namespace Entity1 { 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.comboBox1 = new System.Windows.Forms.ComboBox(); this.btnOk = new System.Windows.Forms.Button(); this.txtResult = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(25, 26); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(191, 23); this.comboBox1.TabIndex = 0; // // btnOk // this.btnOk.Location = new System.Drawing.Point(242, 21); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(97, 31); this.btnOk.TabIndex = 1; this.btnOk.Text = "確定"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // txtResult // this.txtResult.Location = new System.Drawing.Point(25, 88); this.txtResult.Multiline = true; this.txtResult.Name = "txtResult"; this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtResult.Size = new System.Drawing.Size(314, 170); this.txtResult.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(366, 288); this.Controls.Add(this.txtResult); this.Controls.Add(this.btnOk); this.Controls.Add(this.comboBox1); this.Font = new System.Drawing.Font("新細明體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.TextBox txtResult; } }