|
@@ -32,6 +32,7 @@ namespace Osadchi
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// button1
|
|
@@ -62,11 +63,20 @@ namespace Osadchi
|
|
|
this.label1.TabIndex = 2;
|
|
|
this.label1.Text = "label1";
|
|
|
//
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ this.comboBox1.FormattingEnabled = true;
|
|
|
+ this.comboBox1.Location = new System.Drawing.Point(636, 353);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.comboBox1.TabIndex = 3;
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1042, 582);
|
|
|
+ this.Controls.Add(this.comboBox1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.checkBox1);
|
|
|
this.Controls.Add(this.button1);
|
|
@@ -82,6 +92,7 @@ namespace Osadchi
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
|
}
|
|
|
}
|
|
|
|