namespace BeautySaloon { partial class AuthForm { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthForm)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.klientButton = new System.Windows.Forms.Button(); this.AdminButton = 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(77, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(277, 79); this.panel1.TabIndex = 0; // // 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(28, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(193, 46); this.label1.TabIndex = 0; this.label1.Text = " Салон красоты \r\n\"Бархатные бровки\" "; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(121, 85); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(105, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(135, 23); this.label2.TabIndex = 1; this.label2.Text = "Главное меню"; // // 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(59, 142); this.klientButton.Name = "klientButton"; this.klientButton.Size = new System.Drawing.Size(229, 52); this.klientButton.TabIndex = 2; this.klientButton.Text = "Клиент"; this.klientButton.UseVisualStyleBackColor = false; this.klientButton.Click += new System.EventHandler(this.klientButton_Click); // // AdminButton // this.AdminButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.AdminButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.AdminButton.Font = new System.Drawing.Font("Tahoma", 14.25F); this.AdminButton.Location = new System.Drawing.Point(59, 245); this.AdminButton.Name = "AdminButton"; this.AdminButton.Size = new System.Drawing.Size(229, 52); this.AdminButton.TabIndex = 3; this.AdminButton.Text = "Администратор"; this.AdminButton.UseVisualStyleBackColor = false; this.AdminButton.Click += new System.EventHandler(this.AdminButton_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(59, 347); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(229, 52); this.ExitButton.TabIndex = 4; this.ExitButton.Text = "Выход"; this.ExitButton.UseVisualStyleBackColor = false; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // AuthForm // 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(349, 450); this.Controls.Add(this.ExitButton); this.Controls.Add(this.AdminButton); this.Controls.Add(this.klientButton); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AuthForm"; this.Text = "\"Бархатные бровки\""; this.Load += new System.EventHandler(this.AuthForm_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button klientButton; private System.Windows.Forms.Button AdminButton; private System.Windows.Forms.Button ExitButton; } }