namespace SqlStringDemo2 { 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.btnSearch = new System.Windows.Forms.Button(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtShow = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(162, 57); this.btnSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(56, 23); this.btnSearch.TabIndex = 11; this.btnSearch.Text = "查詢"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtName // this.txtName.Location = new System.Drawing.Point(82, 60); this.txtName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(76, 22); this.txtName.TabIndex = 10; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 62); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 9; this.label2.Text = "請輸入姓名"; // // txtShow // this.txtShow.Location = new System.Drawing.Point(19, 90); this.txtShow.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtShow.Multiline = true; this.txtShow.Name = "txtShow"; this.txtShow.Size = new System.Drawing.Size(200, 97); this.txtShow.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("新細明體", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.label1.Location = new System.Drawing.Point(23, 19); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(199, 19); this.label1.TabIndex = 7; this.label1.Text = "碁峰大學成績查詢系統"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(238, 210); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtName); this.Controls.Add(this.label2); this.Controls.Add(this.txtShow); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtShow; private System.Windows.Forms.Label label1; } }