namespace DeanOfficeApp { 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.txtUsername = new Guna.UI2.WinForms.Guna2TextBox(); this.txtPassword = new Guna.UI2.WinForms.Guna2TextBox(); this.btnLogin = new Guna.UI2.WinForms.Guna2Button(); this.btnExit = new Guna.UI2.WinForms.Guna2Button(); this.chkShowPassword = new Guna.UI2.WinForms.Guna2CheckBox(); this.lblTitle = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.panelSide = new Guna.UI2.WinForms.Guna2Panel(); this.panelLogin = new Guna.UI2.WinForms.Guna2Panel(); this.SuspendLayout(); // // txtUsername // this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtUsername.DefaultText = ""; this.txtUsername.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.txtUsername.Font = new System.Drawing.Font("Segoe UI", 10F); this.txtUsername.Location = new System.Drawing.Point(320, 180); this.txtUsername.Name = "txtUsername"; this.txtUsername.PlaceholderText = "Логин"; this.txtUsername.SelectedText = ""; this.txtUsername.Size = new System.Drawing.Size(240, 42); this.txtUsername.TabIndex = 5; // // txtPassword // this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtPassword.DefaultText = ""; this.txtPassword.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 10F); this.txtPassword.Location = new System.Drawing.Point(320, 240); this.txtPassword.Name = "txtPassword"; this.txtPassword.PlaceholderText = "Пароль"; this.txtPassword.SelectedText = ""; this.txtPassword.Size = new System.Drawing.Size(240, 42); this.txtPassword.TabIndex = 4; // // btnLogin // this.btnLogin.BorderRadius = 12; this.btnLogin.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(167)))), ((int)(((byte)(69))))); 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(320, 330); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(110, 40); this.btnLogin.TabIndex = 3; this.btnLogin.Text = "Войти"; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // btnExit // this.btnExit.BorderRadius = 12; this.btnExit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(53)))), ((int)(((byte)(69))))); this.btnExit.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(450, 330); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(110, 40); this.btnExit.TabIndex = 2; this.btnExit.Text = "Выход"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // chkShowPassword // this.chkShowPassword.AutoSize = true; this.chkShowPassword.CheckedState.BorderRadius = 0; this.chkShowPassword.CheckedState.BorderThickness = 0; this.chkShowPassword.Font = new System.Drawing.Font("Segoe UI", 9F); this.chkShowPassword.Location = new System.Drawing.Point(320, 295); this.chkShowPassword.Name = "chkShowPassword"; this.chkShowPassword.Size = new System.Drawing.Size(119, 19); this.chkShowPassword.TabIndex = 1; this.chkShowPassword.Text = "Показать пароль"; this.chkShowPassword.UncheckedState.BorderRadius = 0; this.chkShowPassword.UncheckedState.BorderThickness = 0; this.chkShowPassword.CheckedChanged += new System.EventHandler(this.chkShowPassword_CheckedChanged); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.Transparent; this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80))))); this.lblTitle.Location = new System.Drawing.Point(320, 110); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(132, 47); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Деканат"; this.lblTitle.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // panelSide // this.panelSide.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.panelSide.Location = new System.Drawing.Point(0, 0); this.panelSide.Name = "panelSide"; this.panelSide.Size = new System.Drawing.Size(250, 450); this.panelSide.TabIndex = 6; // // panelLogin // this.panelLogin.FillColor = System.Drawing.Color.White; this.panelLogin.Location = new System.Drawing.Point(250, 0); this.panelLogin.Name = "panelLogin"; this.panelLogin.Size = new System.Drawing.Size(470, 450); this.panelLogin.TabIndex = 7; this.panelLogin.Paint += new System.Windows.Forms.PaintEventHandler(this.panelLogin_Paint); // // LoginForm // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245))))); this.ClientSize = new System.Drawing.Size(720, 450); this.Controls.Add(this.lblTitle); this.Controls.Add(this.chkShowPassword); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.panelSide); this.Controls.Add(this.panelLogin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Авторизация"; this.ResumeLayout(false); this.PerformLayout(); } private Guna.UI2.WinForms.Guna2TextBox txtUsername; private Guna.UI2.WinForms.Guna2TextBox txtPassword; private Guna.UI2.WinForms.Guna2Button btnLogin; private Guna.UI2.WinForms.Guna2Button btnExit; private Guna.UI2.WinForms.Guna2CheckBox chkShowPassword; private Guna.UI2.WinForms.Guna2HtmlLabel lblTitle; private Guna.UI2.WinForms.Guna2Panel panelSide; private Guna.UI2.WinForms.Guna2Panel panelLogin; } }