namespace BeautySaloon { partial class AdminForm { /// /// 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(AdminForm)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.klientButton = new System.Windows.Forms.Button(); this.ServiceButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(79, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(277, 79); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(29, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(218, 23); this.label1.TabIndex = 0; this.label1.Text = "Режим администратора"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(2, 1); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(121, 85); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // klientButton // this.klientButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.klientButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.klientButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.klientButton.Location = new System.Drawing.Point(66, 219); this.klientButton.Name = "klientButton"; this.klientButton.Size = new System.Drawing.Size(229, 52); this.klientButton.TabIndex = 4; this.klientButton.Text = "Клиенты"; this.klientButton.UseVisualStyleBackColor = false; this.klientButton.Click += new System.EventHandler(this.klientButton_Click); // // ServiceButton // this.ServiceButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.ServiceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ServiceButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ServiceButton.Location = new System.Drawing.Point(66, 115); this.ServiceButton.Name = "ServiceButton"; this.ServiceButton.Size = new System.Drawing.Size(229, 52); this.ServiceButton.TabIndex = 5; this.ServiceButton.Text = "Услуги"; this.ServiceButton.UseVisualStyleBackColor = false; this.ServiceButton.Click += new System.EventHandler(this.ServiceButton_Click); // // ExitButton // this.ExitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ExitButton.Font = new System.Drawing.Font("Tahoma", 14.25F); this.ExitButton.Location = new System.Drawing.Point(66, 336); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(229, 52); this.ExitButton.TabIndex = 6; this.ExitButton.Text = "Выход"; this.ExitButton.UseVisualStyleBackColor = false; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // AdminForm // 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(356, 450); this.Controls.Add(this.ExitButton); this.Controls.Add(this.ServiceButton); this.Controls.Add(this.klientButton); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AdminForm"; this.Text = "Администрирование"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button klientButton; private System.Windows.Forms.Button ServiceButton; private System.Windows.Forms.Button ExitButton; } }