namespace WinTextBox1
{
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.OK = new System.Windows.Forms.Button();
this.txtPage = new System.Windows.Forms.TextBox();
this.txtAdd = new System.Windows.Forms.TextBox();
this.txtCompany = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// OK
//
this.OK.Location = new System.Drawing.Point(266, 195);
this.OK.Name = "OK";
this.OK.Size = new System.Drawing.Size(91, 32);
this.OK.TabIndex = 13;
this.OK.Text = "確定";
this.OK.UseVisualStyleBackColor = true;
this.OK.Click += new System.EventHandler(this.OK_Click);
//
// txtPage
//
this.txtPage.Location = new System.Drawing.Point(113, 139);
this.txtPage.Name = "txtPage";
this.txtPage.Size = new System.Drawing.Size(244, 27);
this.txtPage.TabIndex = 12;
//
// txtAdd
//
this.txtAdd.Location = new System.Drawing.Point(113, 91);
this.txtAdd.Name = "txtAdd";
this.txtAdd.Size = new System.Drawing.Size(244, 27);
this.txtAdd.TabIndex = 11;
//
// txtCompany
//
this.txtCompany.Location = new System.Drawing.Point(113, 45);
this.txtCompany.Name = "txtCompany";
this.txtCompany.Size = new System.Drawing.Size(244, 27);
this.txtCompany.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(50, 142);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 16);
this.label3.TabIndex = 9;
this.label3.Text = "網站 :";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(50, 93);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 16);
this.label2.TabIndex = 8;
this.label2.Text = "住址 : ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(50, 48);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 16);
this.label1.TabIndex = 7;
this.label1.Text = "公司 : ";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(424, 269);
this.Controls.Add(this.OK);
this.Controls.Add(this.txtPage);
this.Controls.Add(this.txtAdd);
this.Controls.Add(this.txtCompany);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.Button OK;
private System.Windows.Forms.TextBox txtPage;
private System.Windows.Forms.TextBox txtAdd;
private System.Windows.Forms.TextBox txtCompany;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}