namespace Payroll { partial class frmLogin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin)); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.txtEmpId = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.btnLogin = new System.Windows.Forms.Button(); this.linklblHelp = new System.Windows.Forms.LinkLabel(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.btnExit = new System.Windows.Forms.Button(); this.cbShowPass = new System.Windows.Forms.CheckBox(); this.btnPicture = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.SuspendLayout(); // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(32, 178); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(32, 32); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 1; this.pictureBox2.TabStop = false; // // txtEmpId // this.txtEmpId.BackColor = System.Drawing.Color.White; this.txtEmpId.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtEmpId.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtEmpId.ForeColor = System.Drawing.Color.Black; this.txtEmpId.Location = new System.Drawing.Point(83, 185); this.txtEmpId.Name = "txtEmpId"; this.txtEmpId.Size = new System.Drawing.Size(236, 27); this.txtEmpId.TabIndex = 2; this.txtEmpId.Text = "Employee Id"; this.txtEmpId.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TxtEmpId_MouseClick); this.txtEmpId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtEmpId_KeyPress); // // txtPassword // this.txtPassword.BackColor = System.Drawing.Color.White; this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtPassword.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.ForeColor = System.Drawing.Color.Black; this.txtPassword.Location = new System.Drawing.Point(83, 243); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(236, 27); this.txtPassword.TabIndex = 3; this.txtPassword.Text = "Password"; this.txtPassword.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TxtPassword_MouseClick); this.txtPassword.Enter += new System.EventHandler(this.txtPassword_Enter); this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtPassword_KeyPress); // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(32, 236); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(32, 32); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 4; this.pictureBox3.TabStop = false; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.panel1.Location = new System.Drawing.Point(32, 216); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(300, 1); this.panel1.TabIndex = 5; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.panel2.Location = new System.Drawing.Point(32, 274); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(300, 1); this.panel2.TabIndex = 6; // // btnLogin // this.btnLogin.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogin.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.btnLogin.Location = new System.Drawing.Point(32, 362); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(130, 38); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // linklblHelp // this.linklblHelp.AutoSize = true; this.linklblHelp.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linklblHelp.LinkColor = System.Drawing.Color.Black; this.linklblHelp.Location = new System.Drawing.Point(52, 538); this.linklblHelp.Name = "linklblHelp"; this.linklblHelp.Size = new System.Drawing.Size(295, 15); this.linklblHelp.TabIndex = 8; this.linklblHelp.TabStop = true; this.linklblHelp.Text = "Having touble to login? Click here to Contact tech center"; this.linklblHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinklblHelp_LinkClicked); // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(14, 520); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(32, 32); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox4.TabIndex = 9; this.pictureBox4.TabStop = false; // // btnExit // this.btnExit.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.ForeColor = System.Drawing.Color.Black; this.btnExit.Location = new System.Drawing.Point(177, 362); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(130, 38); this.btnExit.TabIndex = 10; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.BtnExit_Click); // // cbShowPass // this.cbShowPass.AutoSize = true; this.cbShowPass.Font = new System.Drawing.Font("Comic Sans MS", 8F); this.cbShowPass.ForeColor = System.Drawing.Color.Black; this.cbShowPass.Location = new System.Drawing.Point(40, 288); this.cbShowPass.Name = "cbShowPass"; this.cbShowPass.Size = new System.Drawing.Size(104, 19); this.cbShowPass.TabIndex = 11; this.cbShowPass.Text = "Show Password"; this.cbShowPass.UseVisualStyleBackColor = true; this.cbShowPass.CheckedChanged += new System.EventHandler(this.CbShowPass_CheckedChanged); // // btnPicture // this.btnPicture.BackColor = System.Drawing.Color.White; this.btnPicture.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPicture.BackgroundImage"))); this.btnPicture.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnPicture.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnPicture.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.btnPicture.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.btnPicture.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPicture.Location = new System.Drawing.Point(68, -1); this.btnPicture.Name = "btnPicture"; this.btnPicture.Size = new System.Drawing.Size(224, 94); this.btnPicture.TabIndex = 12; this.btnPicture.UseVisualStyleBackColor = false; this.btnPicture.Click += new System.EventHandler(this.btnPicture_Click); // // frmLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(360, 560); this.Controls.Add(this.btnPicture); this.Controls.Add(this.cbShowPass); this.Controls.Add(this.btnExit); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.linklblHelp); this.Controls.Add(this.btnLogin); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtEmpId); this.Controls.Add(this.pictureBox2); this.ForeColor = System.Drawing.Color.Coral; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login Form"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.LinkLabel linklblHelp; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.Button btnExit; public System.Windows.Forms.TextBox txtEmpId; private System.Windows.Forms.CheckBox cbShowPass; private System.Windows.Forms.Button btnPicture; } }