|
@@ -0,0 +1,131 @@
|
|
|
+
|
|
|
+namespace WindowsFormsApp13
|
|
|
+{
|
|
|
+ partial class Form1
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Обязательная переменная конструктора.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Освободить все используемые ресурсы.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Код, автоматически созданный конструктором форм Windows
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Требуемый метод для поддержки конструктора — не изменяйте
|
|
|
+ /// содержимое этого метода с помощью редактора кода.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.radioButton2);
|
|
|
+ this.groupBox1.Controls.Add(this.radioButton1);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(144, 100);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(200, 100);
|
|
|
+ this.groupBox1.TabIndex = 0;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "Сделайте выбор";
|
|
|
+ //
|
|
|
+ // radioButton1
|
|
|
+ //
|
|
|
+ this.radioButton1.AutoSize = true;
|
|
|
+ this.radioButton1.Location = new System.Drawing.Point(6, 24);
|
|
|
+ this.radioButton1.Name = "radioButton1";
|
|
|
+ this.radioButton1.Size = new System.Drawing.Size(74, 17);
|
|
|
+ this.radioButton1.TabIndex = 0;
|
|
|
+ this.radioButton1.TabStop = true;
|
|
|
+ this.radioButton1.Text = "Включить";
|
|
|
+ this.radioButton1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // radioButton2
|
|
|
+ //
|
|
|
+ this.radioButton2.AutoSize = true;
|
|
|
+ this.radioButton2.Location = new System.Drawing.Point(6, 48);
|
|
|
+ this.radioButton2.Name = "radioButton2";
|
|
|
+ this.radioButton2.Size = new System.Drawing.Size(82, 17);
|
|
|
+ this.radioButton2.TabIndex = 1;
|
|
|
+ this.radioButton2.TabStop = true;
|
|
|
+ this.radioButton2.Text = "Выключить";
|
|
|
+ this.radioButton2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Controls.Add(this.button2);
|
|
|
+ this.groupBox2.Controls.Add(this.button1);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(144, 262);
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(200, 100);
|
|
|
+ this.groupBox2.TabIndex = 2;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ this.groupBox2.Text = "Сделайте выбор";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(18, 48);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(42, 23);
|
|
|
+ this.button1.TabIndex = 0;
|
|
|
+ this.button1.Text = "Ок";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(109, 48);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(58, 23);
|
|
|
+ this.button2.TabIndex = 1;
|
|
|
+ this.button2.Text = "Отмен";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Form1
|
|
|
+ //
|
|
|
+ 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.groupBox2);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Name = "Form1";
|
|
|
+ this.Text = "Form1";
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
+ this.groupBox2.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton2;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox2;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|