namespace Percent___Qualification_work
{
partial class LoginForm
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.SUusername = new System.Windows.Forms.TextBox();
this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.SUpassword = new System.Windows.Forms.TextBox();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.SUpassword1 = new System.Windows.Forms.TextBox();
this.passwordClue = new System.Windows.Forms.Button();
this.SUbutton = new System.Windows.Forms.Button();
this.SUtoL = new System.Windows.Forms.LinkLabel();
this.SUpanel = new System.Windows.Forms.Panel();
this.Lpanel = new System.Windows.Forms.Panel();
this.LtoSU = new System.Windows.Forms.LinkLabel();
this.Lbutton = new System.Windows.Forms.Button();
this.Lpassword = new System.Windows.Forms.TextBox();
this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.Lusername = new System.Windows.Forms.TextBox();
this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.label2 = new System.Windows.Forms.Label();
this.SUpanel.SuspendLayout();
this.Lpanel.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(324, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(160, 46);
this.label1.TabIndex = 10;
this.label1.Text = "SIGNUP";
//
// kryptonLabel1
//
this.kryptonLabel1.Location = new System.Drawing.Point(374, 128);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(65, 20);
this.kryptonLabel1.TabIndex = 11;
this.kryptonLabel1.Values.Text = "Username";
//
// SUusername
//
this.SUusername.Location = new System.Drawing.Point(328, 154);
this.SUusername.Name = "SUusername";
this.SUusername.Size = new System.Drawing.Size(156, 20);
this.SUusername.TabIndex = 12;
//
// kryptonLabel2
//
this.kryptonLabel2.Location = new System.Drawing.Point(377, 209);
this.kryptonLabel2.Name = "kryptonLabel2";
this.kryptonLabel2.Size = new System.Drawing.Size(62, 20);
this.kryptonLabel2.TabIndex = 13;
this.kryptonLabel2.Values.Text = "Password";
//
// SUpassword
//
this.SUpassword.Location = new System.Drawing.Point(328, 235);
this.SUpassword.Name = "SUpassword";
this.SUpassword.Size = new System.Drawing.Size(156, 20);
this.SUpassword.TabIndex = 14;
this.SUpassword.UseSystemPasswordChar = true;
//
// kryptonLabel3
//
this.kryptonLabel3.Location = new System.Drawing.Point(356, 289);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.Size = new System.Drawing.Size(103, 20);
this.kryptonLabel3.TabIndex = 15;
this.kryptonLabel3.Values.Text = "Retype password";
//
// SUpassword1
//
this.SUpassword1.Location = new System.Drawing.Point(328, 315);
this.SUpassword1.Name = "SUpassword1";
this.SUpassword1.Size = new System.Drawing.Size(156, 20);
this.SUpassword1.TabIndex = 16;
this.SUpassword1.UseSystemPasswordChar = true;
//
// passwordClue
//
this.passwordClue.Location = new System.Drawing.Point(303, 235);
this.passwordClue.Name = "passwordClue";
this.passwordClue.Size = new System.Drawing.Size(19, 20);
this.passwordClue.TabIndex = 17;
this.passwordClue.Text = "?";
this.passwordClue.UseVisualStyleBackColor = true;
this.passwordClue.Click += new System.EventHandler(this.passwordClue_Click);
//
// SUbutton
//
this.SUbutton.Location = new System.Drawing.Point(356, 361);
this.SUbutton.Name = "SUbutton";
this.SUbutton.Size = new System.Drawing.Size(103, 24);
this.SUbutton.TabIndex = 18;
this.SUbutton.Text = "SIGNUP";
this.SUbutton.UseVisualStyleBackColor = true;
this.SUbutton.Click += new System.EventHandler(this.SUbutton_Click);
//
// SUtoL
//
this.SUtoL.AutoSize = true;
this.SUtoL.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.SUtoL.Location = new System.Drawing.Point(329, 388);
this.SUtoL.Name = "SUtoL";
this.SUtoL.Size = new System.Drawing.Size(156, 17);
this.SUtoL.TabIndex = 19;
this.SUtoL.TabStop = true;
this.SUtoL.Text = "Already have an account?";
this.SUtoL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SUtoL_LinkClicked);
//
// SUpanel
//
this.SUpanel.Controls.Add(this.Lpanel);
this.SUpanel.Controls.Add(this.SUtoL);
this.SUpanel.Controls.Add(this.SUbutton);
this.SUpanel.Controls.Add(this.passwordClue);
this.SUpanel.Controls.Add(this.SUpassword1);
this.SUpanel.Controls.Add(this.kryptonLabel3);
this.SUpanel.Controls.Add(this.SUpassword);
this.SUpanel.Controls.Add(this.kryptonLabel2);
this.SUpanel.Controls.Add(this.SUusername);
this.SUpanel.Controls.Add(this.kryptonLabel1);
this.SUpanel.Controls.Add(this.label1);
this.SUpanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SUpanel.Location = new System.Drawing.Point(0, 0);
this.SUpanel.Name = "SUpanel";
this.SUpanel.Size = new System.Drawing.Size(800, 450);
this.SUpanel.TabIndex = 0;
//
// Lpanel
//
this.Lpanel.Controls.Add(this.LtoSU);
this.Lpanel.Controls.Add(this.Lbutton);
this.Lpanel.Controls.Add(this.Lpassword);
this.Lpanel.Controls.Add(this.kryptonLabel5);
this.Lpanel.Controls.Add(this.Lusername);
this.Lpanel.Controls.Add(this.kryptonLabel6);
this.Lpanel.Controls.Add(this.label2);
this.Lpanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.Lpanel.Location = new System.Drawing.Point(0, 0);
this.Lpanel.Name = "Lpanel";
this.Lpanel.Size = new System.Drawing.Size(800, 450);
this.Lpanel.TabIndex = 1;
//
// LtoSU
//
this.LtoSU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LtoSU.AutoSize = true;
this.LtoSU.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LtoSU.Location = new System.Drawing.Point(328, 311);
this.LtoSU.Name = "LtoSU";
this.LtoSU.Size = new System.Drawing.Size(164, 17);
this.LtoSU.TabIndex = 29;
this.LtoSU.TabStop = true;
this.LtoSU.Text = "Don\'t have an account yet?";
this.LtoSU.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LtoSU_LinkClicked);
//
// Lbutton
//
this.Lbutton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Lbutton.Location = new System.Drawing.Point(355, 284);
this.Lbutton.Name = "Lbutton";
this.Lbutton.Size = new System.Drawing.Size(103, 24);
this.Lbutton.TabIndex = 28;
this.Lbutton.Text = "LOGIN";
this.Lbutton.UseVisualStyleBackColor = true;
this.Lbutton.Click += new System.EventHandler(this.Lbutton_Click);
//
// Lpassword
//
this.Lpassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Lpassword.Location = new System.Drawing.Point(327, 234);
this.Lpassword.Name = "Lpassword";
this.Lpassword.Size = new System.Drawing.Size(156, 20);
this.Lpassword.TabIndex = 24;
this.Lpassword.UseSystemPasswordChar = true;
//
// kryptonLabel5
//
this.kryptonLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.kryptonLabel5.Location = new System.Drawing.Point(376, 208);
this.kryptonLabel5.Name = "kryptonLabel5";
this.kryptonLabel5.Size = new System.Drawing.Size(62, 20);
this.kryptonLabel5.TabIndex = 23;
this.kryptonLabel5.Values.Text = "Password";
//
// Lusername
//
this.Lusername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Lusername.Location = new System.Drawing.Point(327, 153);
this.Lusername.Name = "Lusername";
this.Lusername.Size = new System.Drawing.Size(156, 20);
this.Lusername.TabIndex = 22;
//
// kryptonLabel6
//
this.kryptonLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.kryptonLabel6.Location = new System.Drawing.Point(373, 127);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.Size = new System.Drawing.Size(65, 20);
this.kryptonLabel6.TabIndex = 21;
this.kryptonLabel6.Values.Text = "Username";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Microsoft YaHei", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(340, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(137, 46);
this.label2.TabIndex = 20;
this.label2.Text = "LOGIN";
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.SUpanel);
this.MaximumSize = new System.Drawing.Size(816, 489);
this.MinimumSize = new System.Drawing.Size(816, 489);
this.Name = "LoginForm";
this.Text = "PerCent";
this.Load += new System.EventHandler(this.LoginForm_Load);
this.SUpanel.ResumeLayout(false);
this.SUpanel.PerformLayout();
this.Lpanel.ResumeLayout(false);
this.Lpanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
private System.Windows.Forms.TextBox SUusername;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
private System.Windows.Forms.TextBox SUpassword;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private System.Windows.Forms.TextBox SUpassword1;
private System.Windows.Forms.Button passwordClue;
private System.Windows.Forms.Button SUbutton;
private System.Windows.Forms.LinkLabel SUtoL;
private System.Windows.Forms.Panel SUpanel;
private System.Windows.Forms.Panel Lpanel;
private System.Windows.Forms.LinkLabel LtoSU;
private System.Windows.Forms.Button Lbutton;
private System.Windows.Forms.TextBox Lpassword;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
private System.Windows.Forms.TextBox Lusername;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
private System.Windows.Forms.Label label2;
}
}