namespace SqlStringDemo1 { 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.txtShow = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtShow // this.txtShow.Location = new System.Drawing.Point(26, 116); this.txtShow.Multiline = true; this.txtShow.Name = "txtShow"; this.txtShow.Size = new System.Drawing.Size(266, 120); this.txtShow.TabIndex = 3; // // 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(32, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(250, 24); this.label1.TabIndex = 2; this.label1.Text = "碁峰大學成績查詢系統"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 82); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); this.label2.TabIndex = 4; this.label2.Text = "請輸入姓名"; // // txtName // this.txtName.Location = new System.Drawing.Point(111, 79); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(100, 25); this.txtName.TabIndex = 5; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(217, 75); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 29); this.btnSearch.TabIndex = 6; this.btnSearch.Text = "查詢"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(316, 253); 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.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtShow; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Button btnSearch; } }