namespace PageCodeParse
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.btn_Start = new System.Windows.Forms.Button();
this.lbl_status = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(569, 21);
this.textBox1.TabIndex = 0;
//
// btn_Start
//
this.btn_Start.Location = new System.Drawing.Point(12, 39);
this.btn_Start.Name = "btn_Start";
this.btn_Start.Size = new System.Drawing.Size(75, 23);
this.btn_Start.TabIndex = 1;
this.btn_Start.Text = "Start";
this.btn_Start.UseVisualStyleBackColor = true;
this.btn_Start.Click += new System.EventHandler(this.btn_Start_Click);
//
// lbl_status
//
this.lbl_status.AutoSize = true;
this.lbl_status.Location = new System.Drawing.Point(93, 44);
this.lbl_status.Name = "lbl_status";
this.lbl_status.Size = new System.Drawing.Size(29, 12);
this.lbl_status.TabIndex = 2;
this.lbl_status.Text = "状态";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(593, 602);
this.Controls.Add(this.lbl_status);
this.Controls.Add(this.btn_Start);
this.Controls.Add(this.textBox1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btn_Start;
private System.Windows.Forms.Label lbl_status;
}
}