|
@@ -52,6 +52,7 @@ namespace AvtoProkat06
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.strahovkaBindingSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.avtoBindingSource)).BeginInit();
|
|
@@ -226,11 +227,22 @@ namespace AvtoProkat06
|
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
//
|
|
|
+ // checkBox1
|
|
|
+ //
|
|
|
+ this.checkBox1.AutoSize = true;
|
|
|
+ this.checkBox1.Location = new System.Drawing.Point(85, 306);
|
|
|
+ this.checkBox1.Name = "checkBox1";
|
|
|
+ this.checkBox1.Size = new System.Drawing.Size(80, 17);
|
|
|
+ this.checkBox1.TabIndex = 17;
|
|
|
+ this.checkBox1.Text = "checkBox1";
|
|
|
+ this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Avto
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.checkBox1);
|
|
|
this.Controls.Add(this.button5);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.button1);
|
|
@@ -276,5 +288,6 @@ namespace AvtoProkat06
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.Button button5;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox1;
|
|
|
}
|
|
|
}
|