|
@@ -0,0 +1,170 @@
|
|
|
+
|
|
|
+namespace Khozeev8
|
|
|
+{
|
|
|
+ partial class Menu
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.panel2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.panel1.Controls.Add(this.button2);
|
|
|
+ this.panel1.Controls.Add(this.textBox4);
|
|
|
+ this.panel1.Controls.Add(this.textBox3);
|
|
|
+ this.panel1.Controls.Add(this.textBox2);
|
|
|
+ this.panel1.Controls.Add(this.button1);
|
|
|
+ this.panel1.Controls.Add(this.textBox1);
|
|
|
+ this.panel1.Controls.Add(this.panel2);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(633, 450);
|
|
|
+ this.panel1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // panel2
|
|
|
+ //
|
|
|
+ this.panel2.BackColor = System.Drawing.Color.Gray;
|
|
|
+ this.panel2.Controls.Add(this.label1);
|
|
|
+ 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(633, 100);
|
|
|
+ this.panel2.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("Comic Sans MS", 32F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
|
|
|
+ this.label1.Location = new System.Drawing.Point(64, 19);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(446, 60);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "Добавление детали";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.BackColor = System.Drawing.Color.Gray;
|
|
|
+ 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(29, 382);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(180, 56);
|
|
|
+ this.button1.TabIndex = 3;
|
|
|
+ this.button1.Text = "Добавить";
|
|
|
+ this.button1.UseVisualStyleBackColor = false;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(74, 158);
|
|
|
+ this.textBox1.Multiline = true;
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(258, 29);
|
|
|
+ this.textBox1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // textBox2
|
|
|
+ //
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(74, 209);
|
|
|
+ this.textBox2.Multiline = true;
|
|
|
+ this.textBox2.Name = "textBox2";
|
|
|
+ this.textBox2.Size = new System.Drawing.Size(258, 29);
|
|
|
+ this.textBox2.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // textBox3
|
|
|
+ //
|
|
|
+ this.textBox3.Location = new System.Drawing.Point(74, 261);
|
|
|
+ this.textBox3.Multiline = true;
|
|
|
+ this.textBox3.Name = "textBox3";
|
|
|
+ this.textBox3.Size = new System.Drawing.Size(258, 29);
|
|
|
+ this.textBox3.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // textBox4
|
|
|
+ //
|
|
|
+ this.textBox4.Location = new System.Drawing.Point(74, 308);
|
|
|
+ this.textBox4.Multiline = true;
|
|
|
+ this.textBox4.Name = "textBox4";
|
|
|
+ this.textBox4.Size = new System.Drawing.Size(258, 29);
|
|
|
+ this.textBox4.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.BackColor = System.Drawing.Color.Gray;
|
|
|
+ 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(441, 382);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(180, 56);
|
|
|
+ this.button2.TabIndex = 7;
|
|
|
+ this.button2.Text = "Назад";
|
|
|
+ this.button2.UseVisualStyleBackColor = false;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // Menu
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(633, 450);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Name = "Menu";
|
|
|
+ this.Text = "Menu";
|
|
|
+ this.Load += new System.EventHandler(this.Menu_Load);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.Panel panel2;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.TextBox textBox4;
|
|
|
+ private System.Windows.Forms.TextBox textBox3;
|
|
|
+ private System.Windows.Forms.TextBox textBox2;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ }
|
|
|
+}
|