namespace WindowsFormsApp4 { partial class LoginForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.txtLogin = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button(); this.lblLogin = new System.Windows.Forms.Label(); this.lblPassword = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.panelHeader = new System.Windows.Forms.Panel(); this.panelHeader.SuspendLayout(); this.SuspendLayout(); // // txtLogin // this.txtLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.txtLogin.Location = new System.Drawing.Point(112, 79); this.txtLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtLogin.Name = "txtLogin"; this.txtLogin.Size = new System.Drawing.Size(136, 23); this.txtLogin.TabIndex = 2; // // txtPassword // this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.txtPassword.Location = new System.Drawing.Point(112, 115); this.txtPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(136, 23); this.txtPassword.TabIndex = 4; this.txtPassword.UseSystemPasswordChar = true; // // btnLogin // this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnLogin.FlatAppearance.BorderSize = 0; this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnLogin.Location = new System.Drawing.Point(60, 162); this.btnLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(82, 32); this.btnLogin.TabIndex = 5; this.btnLogin.Text = "Вход"; this.btnLogin.UseVisualStyleBackColor = false; // // btnBack // this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnBack.FlatAppearance.BorderSize = 0; this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnBack.Location = new System.Drawing.Point(158, 162); this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(82, 32); this.btnBack.TabIndex = 6; this.btnBack.Text = "Назад"; this.btnBack.UseVisualStyleBackColor = false; // // lblLogin // this.lblLogin.AutoSize = true; this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblLogin.Location = new System.Drawing.Point(60, 81); this.lblLogin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblLogin.Name = "lblLogin"; this.lblLogin.Size = new System.Drawing.Size(51, 17); this.lblLogin.TabIndex = 1; this.lblLogin.Text = "Логин:"; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblPassword.Location = new System.Drawing.Point(52, 118); this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(61, 17); this.lblPassword.TabIndex = 3; this.lblPassword.Text = "Пароль:"; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblTitle.Location = new System.Drawing.Point(90, 12); this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(156, 26); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Авторизация"; // // panelHeader // this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.panelHeader.Controls.Add(this.lblTitle); this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top; this.panelHeader.Location = new System.Drawing.Point(0, 0); this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panelHeader.Name = "panelHeader"; this.panelHeader.Size = new System.Drawing.Size(300, 49); this.panelHeader.TabIndex = 0; // // LoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.ClientSize = new System.Drawing.Size(300, 228); this.Controls.Add(this.btnBack); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtPassword); this.Controls.Add(this.lblPassword); this.Controls.Add(this.txtLogin); this.Controls.Add(this.lblLogin); this.Controls.Add(this.panelHeader); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Вход в систему"; this.panelHeader.ResumeLayout(false); this.panelHeader.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox txtLogin; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label lblLogin; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel panelHeader; } }