namespace LibraryApp
{
partial class Login
{
///
/// 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()
{
this.txtPassword = new System.Windows.Forms.TextBox();
this.lbPassword = new System.Windows.Forms.Label();
this.txtUserName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtPassword
//
this.txtPassword.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtPassword.Location = new System.Drawing.Point(134, 92);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '#';
this.txtPassword.Size = new System.Drawing.Size(257, 26);
this.txtPassword.TabIndex = 7;
this.txtPassword.TextChanged += new System.EventHandler(this.txtLast_TextChanged);
//
// lbPassword
//
this.lbPassword.AutoSize = true;
this.lbPassword.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbPassword.ForeColor = System.Drawing.Color.White;
this.lbPassword.Location = new System.Drawing.Point(35, 92);
this.lbPassword.Name = "lbPassword";
this.lbPassword.Size = new System.Drawing.Size(86, 19);
this.lbPassword.TabIndex = 6;
this.lbPassword.Text = "Password";
//
// txtUserName
//
this.txtUserName.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtUserName.Location = new System.Drawing.Point(134, 33);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(257, 26);
this.txtUserName.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(28, 36);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(93, 19);
this.label3.TabIndex = 4;
this.label3.Text = "User Name";
//
// btnLogin
//
this.btnLogin.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogin.ForeColor = System.Drawing.Color.White;
this.btnLogin.Location = new System.Drawing.Point(189, 147);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Padding = new System.Windows.Forms.Padding(2);
this.btnLogin.Size = new System.Drawing.Size(202, 29);
this.btnLogin.TabIndex = 82;
this.btnLogin.Text = "Enter The Library System";
this.btnLogin.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(24, 147);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Padding = new System.Windows.Forms.Padding(2);
this.btnCancel.Size = new System.Drawing.Size(146, 29);
this.btnCancel.TabIndex = 83;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// Login
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.DarkRed;
this.ClientSize = new System.Drawing.Size(413, 202);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.lbPassword);
this.Controls.Add(this.txtUserName);
this.Controls.Add(this.label3);
this.Name = "Login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Administrative Login";
this.Load += new System.EventHandler(this.Login_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label lbPassword;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnCancel;
}
}