namespace Brovi12 { partial class Glmenu { /// /// 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(Glmenu)); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.Client = new System.Windows.Forms.Button(); this.exit = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.Location = new System.Drawing.Point(87, 234); this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(116, 40); this.button1.TabIndex = 0; this.button1.Text = "Редактирование товаров"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(-1, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(355, 87); this.panel1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(120, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(157, 33); this.label1.TabIndex = 0; this.label1.Text = "Бровушка"; // // Client // this.Client.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.Client.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Client.Location = new System.Drawing.Point(87, 161); this.Client.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Client.Name = "Client"; this.Client.Size = new System.Drawing.Size(116, 40); this.Client.TabIndex = 2; this.Client.Text = "Просмотр товаров"; this.Client.UseVisualStyleBackColor = false; this.Client.Click += new System.EventHandler(this.Client_Click); // // exit // this.exit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.exit.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.exit.Location = new System.Drawing.Point(199, 415); this.exit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.exit.Name = "exit"; this.exit.Size = new System.Drawing.Size(76, 23); this.exit.TabIndex = 3; this.exit.Text = "Выход"; this.exit.UseVisualStyleBackColor = false; this.exit.Click += new System.EventHandler(this.exit_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Location = new System.Drawing.Point(87, 307); this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(116, 40); this.button2.TabIndex = 4; this.button2.Text = "Продажи товаров"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(111, 87); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // Glmenu // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.ClientSize = new System.Drawing.Size(288, 450); this.Controls.Add(this.button2); this.Controls.Add(this.exit); this.Controls.Add(this.Client); this.Controls.Add(this.panel1); this.Controls.Add(this.button1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Glmenu"; this.Text = "Главное меню"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button Client; private System.Windows.Forms.Button exit; private System.Windows.Forms.Button button2; private System.Windows.Forms.PictureBox pictureBox1; } }