This commit is contained in:
2014-11-10 04:39:44 +00:00
parent 95bad8bf10
commit a03713e730
3 changed files with 66 additions and 0 deletions

13
Form1.Designer.cs generated
View File

@@ -37,6 +37,7 @@
this.lbRespCnt = new System.Windows.Forms.Label();
this.lbStatus = new System.Windows.Forms.Label();
this.btOpen = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Process
@@ -102,11 +103,22 @@
this.btOpen.UseVisualStyleBackColor = true;
this.btOpen.Click += new System.EventHandler(this.btOpen_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(208, 128);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(367, 212);
this.Controls.Add(this.button1);
this.Controls.Add(this.btOpen);
this.Controls.Add(this.lbStatus);
this.Controls.Add(this.lbRespCnt);
@@ -134,6 +146,7 @@
private System.Windows.Forms.Label lbRespCnt;
private System.Windows.Forms.Label lbStatus;
private System.Windows.Forms.Button btOpen;
private System.Windows.Forms.Button button1;
}
}