|
@@ -39,6 +39,7 @@ namespace Prokat1
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.button6 = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -150,12 +151,22 @@ namespace Prokat1
|
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
//
|
|
|
+ // button6
|
|
|
+ //
|
|
|
+ this.button6.Location = new System.Drawing.Point(242, 259);
|
|
|
+ this.button6.Name = "button6";
|
|
|
+ this.button6.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button6.TabIndex = 11;
|
|
|
+ this.button6.Text = "button6";
|
|
|
+ this.button6.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
this.ClientSize = new System.Drawing.Size(378, 428);
|
|
|
+ this.Controls.Add(this.button6);
|
|
|
this.Controls.Add(this.button5);
|
|
|
this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.button2);
|
|
@@ -186,6 +197,7 @@ namespace Prokat1
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
private System.Windows.Forms.Button button5;
|
|
|
+ private System.Windows.Forms.Button button6;
|
|
|
}
|
|
|
}
|
|
|
|