namespace proba { partial class Autorization { /// /// 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(Autorization)); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21))))); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(-4, -2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(805, 456); this.panel1.TabIndex = 0; this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14))))); this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button2.Location = new System.Drawing.Point(278, 276); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(219, 54); this.button2.TabIndex = 2; this.button2.Text = "ЗАРЕГИСТРИРОВАТЬСЯ"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button4_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Location = new System.Drawing.Point(278, 163); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(219, 54); this.button1.TabIndex = 1; this.button1.Text = "ВОЙТИ"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.knopka_vhod); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Freestyle Script", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(27, 37); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(765, 42); this.label1.TabIndex = 0; this.label1.Text = "МАГАЗИН МУЗЫКАЛЬНЫХ ИНСТРУМЕНТОВ"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173))))); this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button3); this.panel2.Controls.Add(this.label2); this.panel2.Location = new System.Drawing.Point(-3, -4); this.panel2.MaximumSize = new System.Drawing.Size(758, 449); this.panel2.MinimumSize = new System.Drawing.Size(758, 449); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(758, 449); this.panel2.TabIndex = 0; // // button4 // this.button4.BackColor = System.Drawing.Color.Transparent; this.button4.Cursor = System.Windows.Forms.Cursors.Hand; this.button4.Location = new System.Drawing.Point(257, 261); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(224, 65); this.button4.TabIndex = 2; this.button4.Text = "ЗАРЕГИСТРИРОВАТЬСЯ"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.Transparent; this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.Location = new System.Drawing.Point(257, 146); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(224, 65); this.button3.TabIndex = 1; this.button3.Text = "ВОЙТИ"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.knopka_vhod); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Times New Roman", 22F, System.Drawing.FontStyle.Bold); this.label2.Location = new System.Drawing.Point(40, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(693, 35); this.label2.TabIndex = 0; this.label2.Text = "МАГАЗИН МУЗЫКАЛЬНЫХ ИНСТРУМЕНТОВ"; // // Autorization // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173))))); this.ClientSize = new System.Drawing.Size(742, 410); this.Controls.Add(this.panel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(758, 449); this.MinimumSize = new System.Drawing.Size(758, 449); this.Name = "Autorization"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Авторизация"; this.Load += new System.EventHandler(this.Autorization_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.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label2; } }