|
@@ -29,20 +29,97 @@ namespace yrok2
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.panel2.SuspendLayout();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
|
|
|
+ this.button1.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.button1.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.button1.Location = new System.Drawing.Point(26, 379);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(137, 49);
|
|
|
+ this.button1.TabIndex = 7;
|
|
|
+ this.button1.Text = "Назад";
|
|
|
+ this.button1.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // panel2
|
|
|
+ //
|
|
|
+ this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
|
|
|
+ this.panel2.Controls.Add(this.label2);
|
|
|
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel2.Name = "panel2";
|
|
|
+ this.panel2.Size = new System.Drawing.Size(392, 100);
|
|
|
+ this.panel2.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.label2.Location = new System.Drawing.Point(385, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(29, 35);
|
|
|
+ this.label2.TabIndex = 1;
|
|
|
+ this.label2.Text = "x";
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(8)))), ((int)(((byte)(24)))));
|
|
|
+ this.panel1.Controls.Add(this.button2);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 100);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(392, 350);
|
|
|
+ this.panel1.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
|
|
|
+ this.button2.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.button2.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.button2.Location = new System.Drawing.Point(12, 286);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(137, 52);
|
|
|
+ this.button2.TabIndex = 6;
|
|
|
+ this.button2.Text = "Назад";
|
|
|
+ this.button2.UseVisualStyleBackColor = false;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
// Form2
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(392, 450);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.panel2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
this.Name = "Form2";
|
|
|
this.Text = "Приложение";
|
|
|
this.Load += new System.EventHandler(this.Form2_Load);
|
|
|
+ this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.PerformLayout();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Panel panel2;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
}
|
|
|
}
|