|
|
@@ -39,6 +39,8 @@ |
|
|
|
this.button6 = new System.Windows.Forms.Button(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.textBox4 = new System.Windows.Forms.TextBox(); |
|
|
|
this.button7 = new System.Windows.Forms.Button(); |
|
|
|
this.button8 = new System.Windows.Forms.Button(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// button1 |
|
|
@@ -141,11 +143,33 @@ |
|
|
|
this.textBox4.Size = new System.Drawing.Size(100, 23); |
|
|
|
this.textBox4.TabIndex = 9; |
|
|
|
// |
|
|
|
// button7 |
|
|
|
// |
|
|
|
this.button7.Location = new System.Drawing.Point(155, 255); |
|
|
|
this.button7.Name = "button7"; |
|
|
|
this.button7.Size = new System.Drawing.Size(75, 23); |
|
|
|
this.button7.TabIndex = 10; |
|
|
|
this.button7.Text = "button7"; |
|
|
|
this.button7.UseVisualStyleBackColor = true; |
|
|
|
this.button7.Click += new System.EventHandler(this.button7_Click); |
|
|
|
// |
|
|
|
// button8 |
|
|
|
// |
|
|
|
this.button8.Location = new System.Drawing.Point(288, 394); |
|
|
|
this.button8.Name = "button8"; |
|
|
|
this.button8.Size = new System.Drawing.Size(75, 23); |
|
|
|
this.button8.TabIndex = 11; |
|
|
|
this.button8.Text = "button8"; |
|
|
|
this.button8.UseVisualStyleBackColor = true; |
|
|
|
this.button8.Click += new System.EventHandler(this.button8_Click); |
|
|
|
// |
|
|
|
// Form1 |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450); |
|
|
|
this.Controls.Add(this.button8); |
|
|
|
this.Controls.Add(this.button7); |
|
|
|
this.Controls.Add(this.textBox4); |
|
|
|
this.Controls.Add(this.label2); |
|
|
|
this.Controls.Add(this.button6); |
|
|
@@ -178,5 +202,7 @@ |
|
|
|
private Button button6; |
|
|
|
private Label label2; |
|
|
|
private TextBox textBox4; |
|
|
|
private Button button7; |
|
|
|
private Button button8; |
|
|
|
} |
|
|
|
} |