namespace Linq_to_DataSet1 { 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.btnOk = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtInput = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.Location = new System.Drawing.Point(548, 269); this.btnOk.Margin = new System.Windows.Forms.Padding(4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(100, 39); this.btnOk.TabIndex = 14; this.btnOk.Text = "確定"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(452, 280); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 15); this.label2.TabIndex = 13; this.label2.Text = "的記錄"; // // txtInput // this.txtInput.Location = new System.Drawing.Point(306, 277); this.txtInput.Margin = new System.Windows.Forms.Padding(4); this.txtInput.Name = "txtInput"; this.txtInput.Size = new System.Drawing.Size(132, 25); this.txtInput.TabIndex = 12; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(164, 280); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 15); this.label1.TabIndex = 11; this.label1.Text = "搜尋薪資大於等於"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(13, 13); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 24; this.dataGridView1.Size = new System.Drawing.Size(635, 235); this.dataGridView1.TabIndex = 10; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(675, 325); this.Controls.Add(this.btnOk); this.Controls.Add(this.label2); this.Controls.Add(this.txtInput); this.Controls.Add(this.label1); this.Controls.Add(this.dataGridView1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; } }