namespace WindowsFormsApp4 { partial class Auth { private System.ComponentModel.IContainer components = null; // Объявляем новые поля (теперь это поля класса) private System.Windows.Forms.Panel headerPanel; private System.Windows.Forms.Label headerLabel; // Существующие поля (они у вас уже есть, я их сохраняю) private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Auth)); this.headerPanel = new System.Windows.Forms.Panel(); this.headerLabel = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.textBox5 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.headerPanel.SuspendLayout(); this.SuspendLayout(); // // headerPanel // this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.headerPanel.Controls.Add(this.headerLabel); this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top; this.headerPanel.Location = new System.Drawing.Point(0, 0); this.headerPanel.Name = "headerPanel"; this.headerPanel.Size = new System.Drawing.Size(500, 80); this.headerPanel.TabIndex = 10; // // headerLabel // this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold); this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.headerLabel.Location = new System.Drawing.Point(0, 0); this.headerLabel.Name = "headerLabel"; this.headerLabel.Size = new System.Drawing.Size(500, 80); this.headerLabel.TabIndex = 0; this.headerLabel.Text = "Авторизация"; this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.headerLabel.Click += new System.EventHandler(this.headerLabel_Click); // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Font = new System.Drawing.Font("Segoe UI", 11F); this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.textBox1.Location = new System.Drawing.Point(80, 215); this.textBox1.Name = "textBox1"; this.textBox1.PasswordChar = '*'; this.textBox1.Size = new System.Drawing.Size(340, 27); this.textBox1.TabIndex = 0; // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58))))); this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.button2.Location = new System.Drawing.Point(170, 265); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(160, 40); this.button2.TabIndex = 5; this.button2.Text = "Войти"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.Button2_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // textBox5 // this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox5.Font = new System.Drawing.Font("Segoe UI", 11F); this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.textBox5.Location = new System.Drawing.Point(80, 145); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(340, 27); this.textBox5.TabIndex = 7; this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 10F); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.label1.Location = new System.Drawing.Point(80, 120); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(290, 19); this.label1.TabIndex = 8; this.label1.Text = "Логин / Никнейм / Почта / Номер телефона"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 10F); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.label2.Location = new System.Drawing.Point(80, 190); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 19); this.label2.TabIndex = 9; this.label2.Text = "Пароль"; // // Auth // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.ClientSize = new System.Drawing.Size(500, 350); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox5); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.headerPanel); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Auth"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Авторизация"; this.Load += new System.EventHandler(this.Auth_Load); this.headerPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } } }