namespace SimpleDBViewer { partial class LoginForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Panel pnlSidebar; private System.Windows.Forms.Label lblLogo; private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.Panel pnlContent; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblLogin; private System.Windows.Forms.TextBox txtLogin; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label lblError; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Button btnExit; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.pnlSidebar = new System.Windows.Forms.Panel(); this.lblInfo = new System.Windows.Forms.Label(); this.lblLogo = new System.Windows.Forms.Label(); this.pnlContent = new System.Windows.Forms.Panel(); this.btnExit = new System.Windows.Forms.Button(); this.btnLogin = new System.Windows.Forms.Button(); this.lblError = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.txtLogin = new System.Windows.Forms.TextBox(); this.lblLogin = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.pnlSidebar.SuspendLayout(); this.pnlContent.SuspendLayout(); this.SuspendLayout(); // // pnlSidebar // this.pnlSidebar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(58)))), ((int)(((byte)(84))))); this.pnlSidebar.Controls.Add(this.lblInfo); this.pnlSidebar.Controls.Add(this.lblLogo); this.pnlSidebar.Dock = System.Windows.Forms.DockStyle.Left; this.pnlSidebar.Location = new System.Drawing.Point(0, 0); this.pnlSidebar.Name = "pnlSidebar"; this.pnlSidebar.Size = new System.Drawing.Size(260, 420); this.pnlSidebar.TabIndex = 0; // // lblInfo // this.lblInfo.Dock = System.Windows.Forms.DockStyle.Top; this.lblInfo.Font = new System.Drawing.Font("Segoe UI", 10.5F); this.lblInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(232)))), ((int)(((byte)(240))))); this.lblInfo.Location = new System.Drawing.Point(0, 140); this.lblInfo.Name = "lblInfo"; this.lblInfo.Padding = new System.Windows.Forms.Padding(28, 15, 28, 0); this.lblInfo.Size = new System.Drawing.Size(260, 110); this.lblInfo.TabIndex = 1; this.lblInfo.Text = "Учёт автошкол, водителей, экзаменов и удостоверений"; this.lblInfo.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblInfo.Click += new System.EventHandler(this.lblInfo_Click); // // lblLogo // this.lblLogo.Dock = System.Windows.Forms.DockStyle.Top; this.lblLogo.Font = new System.Drawing.Font("Segoe UI", 21F, System.Drawing.FontStyle.Bold); this.lblLogo.ForeColor = System.Drawing.Color.White; this.lblLogo.Location = new System.Drawing.Point(0, 0); this.lblLogo.Name = "lblLogo"; this.lblLogo.Size = new System.Drawing.Size(260, 140); this.lblLogo.TabIndex = 0; this.lblLogo.Text = "АВТОШКОЛА"; this.lblLogo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlContent // this.pnlContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252))))); this.pnlContent.Controls.Add(this.btnExit); this.pnlContent.Controls.Add(this.btnLogin); this.pnlContent.Controls.Add(this.lblError); this.pnlContent.Controls.Add(this.txtPassword); this.pnlContent.Controls.Add(this.lblPassword); this.pnlContent.Controls.Add(this.txtLogin); this.pnlContent.Controls.Add(this.lblLogin); this.pnlContent.Controls.Add(this.lblTitle); this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlContent.Location = new System.Drawing.Point(260, 0); this.pnlContent.Name = "pnlContent"; this.pnlContent.Padding = new System.Windows.Forms.Padding(60, 55, 60, 45); this.pnlContent.Size = new System.Drawing.Size(500, 420); this.pnlContent.TabIndex = 1; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(232)))), ((int)(((byte)(240))))); this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnExit.FlatAppearance.BorderSize = 0; this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExit.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(65)))), ((int)(((byte)(85))))); this.btnExit.Location = new System.Drawing.Point(230, 305); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(150, 40); this.btnExit.TabIndex = 7; this.btnExit.Text = "Выход"; this.btnExit.UseVisualStyleBackColor = false; this.btnExit.Click += new System.EventHandler(this.BtnExit_Click); // // btnLogin // this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(99)))), ((int)(((byte)(235))))); this.btnLogin.FlatAppearance.BorderSize = 0; this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLogin.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.btnLogin.ForeColor = System.Drawing.Color.White; this.btnLogin.Location = new System.Drawing.Point(60, 305); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(150, 40); this.btnLogin.TabIndex = 6; this.btnLogin.Text = "Войти"; this.btnLogin.UseVisualStyleBackColor = false; this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click); // // lblError // this.lblError.Font = new System.Drawing.Font("Segoe UI", 9F); this.lblError.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(28)))), ((int)(((byte)(28))))); this.lblError.Location = new System.Drawing.Point(60, 258); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(320, 34); this.lblError.TabIndex = 5; // // txtPassword // this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 10F); this.txtPassword.Location = new System.Drawing.Point(60, 222); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '•'; this.txtPassword.Size = new System.Drawing.Size(320, 25); this.txtPassword.TabIndex = 4; this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtPassword_KeyDown); // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(65)))), ((int)(((byte)(85))))); this.lblPassword.Location = new System.Drawing.Point(60, 198); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(54, 17); this.lblPassword.TabIndex = 3; this.lblPassword.Text = "Пароль"; // // txtLogin // this.txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtLogin.Font = new System.Drawing.Font("Segoe UI", 10F); this.txtLogin.Location = new System.Drawing.Point(60, 146); this.txtLogin.Name = "txtLogin"; this.txtLogin.Size = new System.Drawing.Size(320, 25); this.txtLogin.TabIndex = 2; // // lblLogin // this.lblLogin.AutoSize = true; this.lblLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(65)))), ((int)(((byte)(85))))); this.lblLogin.Location = new System.Drawing.Point(60, 122); this.lblLogin.Name = "lblLogin"; this.lblLogin.Size = new System.Drawing.Size(44, 17); this.lblLogin.TabIndex = 1; this.lblLogin.Text = "Логин"; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42))))); this.lblTitle.Location = new System.Drawing.Point(56, 58); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(219, 37); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Вход в систему"; // // LoginForm // this.AcceptButton = this.btnLogin; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252))))); this.CancelButton = this.btnExit; this.ClientSize = new System.Drawing.Size(760, 420); this.Controls.Add(this.pnlContent); this.Controls.Add(this.pnlSidebar); this.Font = new System.Drawing.Font("Segoe UI", 9.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Авторизация | Автошкола"; this.pnlSidebar.ResumeLayout(false); this.pnlContent.ResumeLayout(false); this.pnlContent.PerformLayout(); this.ResumeLayout(false); } } }