namespace YurevichIS31_Stroymaterialy
{
partial class admform
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(admform));
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.exitbutton = new System.Windows.Forms.Button();
this.zakazbutton = new System.Windows.Forms.Button();
this.punktbutton = new System.Windows.Forms.Button();
this.tovarbutton = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(-2, -12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(818, 102);
this.panel1.TabIndex = 1;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(123, 87);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(239, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(365, 67);
this.label1.TabIndex = 0;
this.label1.Text = "Главное меню";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel2.Controls.Add(this.exitbutton);
this.panel2.Location = new System.Drawing.Point(-2, 364);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(818, 102);
this.panel2.TabIndex = 2;
//
// exitbutton
//
this.exitbutton.BackColor = System.Drawing.Color.White;
this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.exitbutton.Location = new System.Drawing.Point(650, 20);
this.exitbutton.Name = "exitbutton";
this.exitbutton.Size = new System.Drawing.Size(140, 54);
this.exitbutton.TabIndex = 0;
this.exitbutton.Text = "Выход";
this.exitbutton.UseVisualStyleBackColor = false;
this.exitbutton.Click += new System.EventHandler(this.exitbutton_Click);
//
// zakazbutton
//
this.zakazbutton.BackColor = System.Drawing.Color.White;
this.zakazbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.zakazbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.zakazbutton.Location = new System.Drawing.Point(353, 96);
this.zakazbutton.Name = "zakazbutton";
this.zakazbutton.Size = new System.Drawing.Size(140, 54);
this.zakazbutton.TabIndex = 1;
this.zakazbutton.Text = "Заказы";
this.zakazbutton.UseVisualStyleBackColor = false;
this.zakazbutton.Click += new System.EventHandler(this.zakazbutton_Click);
//
// punktbutton
//
this.punktbutton.BackColor = System.Drawing.Color.White;
this.punktbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.punktbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.punktbutton.Location = new System.Drawing.Point(353, 196);
this.punktbutton.Name = "punktbutton";
this.punktbutton.Size = new System.Drawing.Size(140, 54);
this.punktbutton.TabIndex = 3;
this.punktbutton.Text = "Пункты выдачи";
this.punktbutton.UseVisualStyleBackColor = false;
this.punktbutton.Click += new System.EventHandler(this.punktbutton_Click);
//
// tovarbutton
//
this.tovarbutton.BackColor = System.Drawing.Color.White;
this.tovarbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.tovarbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.tovarbutton.Location = new System.Drawing.Point(353, 304);
this.tovarbutton.Name = "tovarbutton";
this.tovarbutton.Size = new System.Drawing.Size(140, 54);
this.tovarbutton.TabIndex = 4;
this.tovarbutton.Text = "Товары";
this.tovarbutton.UseVisualStyleBackColor = false;
this.tovarbutton.Click += new System.EventHandler(this.tovarbutton_Click);
//
// admform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.tovarbutton);
this.Controls.Add(this.punktbutton);
this.Controls.Add(this.zakazbutton);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "admform";
this.Text = "admform";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button exitbutton;
private System.Windows.Forms.Button zakazbutton;
private System.Windows.Forms.Button punktbutton;
private System.Windows.Forms.Button tovarbutton;
}
}