310 lines
16 KiB
C#
310 lines
16 KiB
C#
|
|
namespace JY.Inspection.Frm
|
|
{
|
|
partial class LoginForm
|
|
{
|
|
/// <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(LoginForm));
|
|
this.chkIsSK = new MetroFramework.Controls.MetroCheckBox();
|
|
this.btExit = new MetroFramework.Controls.MetroButton();
|
|
this.btLogin = new MetroFramework.Controls.MetroButton();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.txtUserID = new MetroFramework.Controls.MetroTextBox();
|
|
this.txtPassWord = new MetroFramework.Controls.MetroTextBox();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
|
|
this.pLogin_pwd = new System.Windows.Forms.Panel();
|
|
this.pLogin_card = new System.Windows.Forms.Panel();
|
|
this.lblICCard = new MetroFramework.Controls.MetroLabel();
|
|
this.txtPassword2 = new MetroFramework.Controls.MetroTextBox();
|
|
this.check_isMesLogin = new MetroFramework.Controls.MetroCheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.pLogin_pwd.SuspendLayout();
|
|
this.pLogin_card.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// chkIsSK
|
|
//
|
|
this.chkIsSK.AutoSize = true;
|
|
this.chkIsSK.Location = new System.Drawing.Point(237, 390);
|
|
this.chkIsSK.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chkIsSK.Name = "chkIsSK";
|
|
this.chkIsSK.Size = new System.Drawing.Size(168, 17);
|
|
this.chkIsSK.TabIndex = 20;
|
|
this.chkIsSK.Text = "是否启用刷卡模式?";
|
|
this.chkIsSK.UseSelectable = true;
|
|
//
|
|
// btExit
|
|
//
|
|
this.btExit.Location = new System.Drawing.Point(279, 428);
|
|
this.btExit.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btExit.Name = "btExit";
|
|
this.btExit.Size = new System.Drawing.Size(127, 46);
|
|
this.btExit.TabIndex = 22;
|
|
this.btExit.Text = "退 出";
|
|
this.btExit.UseSelectable = true;
|
|
this.btExit.Click += new System.EventHandler(this.btExit_Click);
|
|
//
|
|
// btLogin
|
|
//
|
|
this.btLogin.Location = new System.Drawing.Point(81, 428);
|
|
this.btLogin.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btLogin.Name = "btLogin";
|
|
this.btLogin.Size = new System.Drawing.Size(127, 46);
|
|
this.btLogin.TabIndex = 21;
|
|
this.btLogin.Text = "登 录";
|
|
this.btLogin.UseSelectable = true;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::JY.Inspection.Properties.Resources.登录;
|
|
this.pictureBox1.Location = new System.Drawing.Point(153, 55);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(168, 165);
|
|
this.pictureBox1.TabIndex = 18;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// txtUserID
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtUserID.CustomButton.Image = null;
|
|
this.txtUserID.CustomButton.Location = new System.Drawing.Point(177, 1);
|
|
this.txtUserID.CustomButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtUserID.CustomButton.Name = "";
|
|
this.txtUserID.CustomButton.Size = new System.Drawing.Size(27, 27);
|
|
this.txtUserID.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.txtUserID.CustomButton.TabIndex = 1;
|
|
this.txtUserID.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.txtUserID.CustomButton.UseSelectable = true;
|
|
this.txtUserID.CustomButton.Visible = false;
|
|
this.txtUserID.Lines = new string[] {
|
|
"Admin"};
|
|
this.txtUserID.Location = new System.Drawing.Point(108, 16);
|
|
this.txtUserID.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtUserID.MaxLength = 32767;
|
|
this.txtUserID.Name = "txtUserID";
|
|
this.txtUserID.PasswordChar = '\0';
|
|
this.txtUserID.PromptText = "请输入员工号";
|
|
this.txtUserID.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.txtUserID.SelectedText = "";
|
|
this.txtUserID.SelectionLength = 0;
|
|
this.txtUserID.SelectionStart = 0;
|
|
this.txtUserID.ShortcutsEnabled = true;
|
|
this.txtUserID.Size = new System.Drawing.Size(205, 29);
|
|
this.txtUserID.TabIndex = 0;
|
|
this.txtUserID.Text = "Admin";
|
|
this.txtUserID.UseSelectable = true;
|
|
this.txtUserID.WaterMark = "请输入员工号";
|
|
this.txtUserID.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.txtUserID.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// txtPassWord
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtPassWord.CustomButton.Image = null;
|
|
this.txtPassWord.CustomButton.Location = new System.Drawing.Point(177, 1);
|
|
this.txtPassWord.CustomButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtPassWord.CustomButton.Name = "";
|
|
this.txtPassWord.CustomButton.Size = new System.Drawing.Size(27, 27);
|
|
this.txtPassWord.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.txtPassWord.CustomButton.TabIndex = 1;
|
|
this.txtPassWord.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.txtPassWord.CustomButton.UseSelectable = true;
|
|
this.txtPassWord.CustomButton.Visible = false;
|
|
this.txtPassWord.Lines = new string[] {
|
|
"Admin"};
|
|
this.txtPassWord.Location = new System.Drawing.Point(108, 60);
|
|
this.txtPassWord.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtPassWord.MaxLength = 32767;
|
|
this.txtPassWord.Name = "txtPassWord";
|
|
this.txtPassWord.PasswordChar = '*';
|
|
this.txtPassWord.PromptText = "请输入密码";
|
|
this.txtPassWord.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.txtPassWord.SelectedText = "";
|
|
this.txtPassWord.SelectionLength = 0;
|
|
this.txtPassWord.SelectionStart = 0;
|
|
this.txtPassWord.ShortcutsEnabled = true;
|
|
this.txtPassWord.Size = new System.Drawing.Size(205, 29);
|
|
this.txtPassWord.TabIndex = 1;
|
|
this.txtPassWord.Text = "Admin";
|
|
this.txtPassWord.UseSelectable = true;
|
|
this.txtPassWord.WaterMark = "请输入密码";
|
|
this.txtPassWord.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.txtPassWord.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
this.metroLabel1.AutoSize = true;
|
|
this.metroLabel1.Location = new System.Drawing.Point(12, 66);
|
|
this.metroLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new System.Drawing.Size(54, 20);
|
|
this.metroLabel1.TabIndex = 11;
|
|
this.metroLabel1.Text = "密码:";
|
|
//
|
|
// metroLabel3
|
|
//
|
|
this.metroLabel3.AutoSize = true;
|
|
this.metroLabel3.Location = new System.Drawing.Point(12, 22);
|
|
this.metroLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.metroLabel3.Name = "metroLabel3";
|
|
this.metroLabel3.Size = new System.Drawing.Size(69, 20);
|
|
this.metroLabel3.TabIndex = 10;
|
|
this.metroLabel3.Text = "员工号:";
|
|
//
|
|
// pLogin_pwd
|
|
//
|
|
this.pLogin_pwd.Controls.Add(this.txtUserID);
|
|
this.pLogin_pwd.Controls.Add(this.txtPassWord);
|
|
this.pLogin_pwd.Controls.Add(this.metroLabel1);
|
|
this.pLogin_pwd.Controls.Add(this.metroLabel3);
|
|
this.pLogin_pwd.Location = new System.Drawing.Point(81, 278);
|
|
this.pLogin_pwd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pLogin_pwd.Name = "pLogin_pwd";
|
|
this.pLogin_pwd.Size = new System.Drawing.Size(333, 94);
|
|
this.pLogin_pwd.TabIndex = 26;
|
|
//
|
|
// pLogin_card
|
|
//
|
|
this.pLogin_card.Controls.Add(this.lblICCard);
|
|
this.pLogin_card.Controls.Add(this.txtPassword2);
|
|
this.pLogin_card.Location = new System.Drawing.Point(81, 207);
|
|
this.pLogin_card.Name = "pLogin_card";
|
|
this.pLogin_card.Size = new System.Drawing.Size(333, 50);
|
|
this.pLogin_card.TabIndex = 27;
|
|
//
|
|
// lblICCard
|
|
//
|
|
this.lblICCard.AutoSize = true;
|
|
this.lblICCard.Location = new System.Drawing.Point(12, 24);
|
|
this.lblICCard.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblICCard.Name = "lblICCard";
|
|
this.lblICCard.Size = new System.Drawing.Size(51, 20);
|
|
this.lblICCard.TabIndex = 25;
|
|
this.lblICCard.Text = "IC卡:";
|
|
//
|
|
// txtPassword2
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtPassword2.CustomButton.Image = null;
|
|
this.txtPassword2.CustomButton.Location = new System.Drawing.Point(177, 1);
|
|
this.txtPassword2.CustomButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtPassword2.CustomButton.Name = "";
|
|
this.txtPassword2.CustomButton.Size = new System.Drawing.Size(27, 27);
|
|
this.txtPassword2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.txtPassword2.CustomButton.TabIndex = 1;
|
|
this.txtPassword2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.txtPassword2.CustomButton.UseSelectable = true;
|
|
this.txtPassword2.CustomButton.Visible = false;
|
|
this.txtPassword2.Lines = new string[0];
|
|
this.txtPassword2.Location = new System.Drawing.Point(105, 17);
|
|
this.txtPassword2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtPassword2.MaxLength = 32767;
|
|
this.txtPassword2.Name = "txtPassword2";
|
|
this.txtPassword2.PasswordChar = '*';
|
|
this.txtPassword2.PromptText = "请刷卡";
|
|
this.txtPassword2.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.txtPassword2.SelectedText = "";
|
|
this.txtPassword2.SelectionLength = 0;
|
|
this.txtPassword2.SelectionStart = 0;
|
|
this.txtPassword2.ShortcutsEnabled = true;
|
|
this.txtPassword2.Size = new System.Drawing.Size(205, 29);
|
|
this.txtPassword2.TabIndex = 24;
|
|
this.txtPassword2.UseSelectable = true;
|
|
this.txtPassword2.WaterMark = "请刷卡";
|
|
this.txtPassword2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.txtPassword2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// check_isMesLogin
|
|
//
|
|
this.check_isMesLogin.AutoSize = true;
|
|
this.check_isMesLogin.Checked = true;
|
|
this.check_isMesLogin.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.check_isMesLogin.Location = new System.Drawing.Point(81, 390);
|
|
this.check_isMesLogin.Margin = new System.Windows.Forms.Padding(4);
|
|
this.check_isMesLogin.Name = "check_isMesLogin";
|
|
this.check_isMesLogin.Size = new System.Drawing.Size(114, 17);
|
|
this.check_isMesLogin.TabIndex = 28;
|
|
this.check_isMesLogin.Text = "MES员工登录";
|
|
this.check_isMesLogin.UseSelectable = true;
|
|
//
|
|
// LoginForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(472, 529);
|
|
this.Controls.Add(this.check_isMesLogin);
|
|
this.Controls.Add(this.pLogin_pwd);
|
|
this.Controls.Add(this.pLogin_card);
|
|
this.Controls.Add(this.chkIsSK);
|
|
this.Controls.Add(this.btExit);
|
|
this.Controls.Add(this.btLogin);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "LoginForm";
|
|
this.Padding = new System.Windows.Forms.Padding(27, 75, 27, 25);
|
|
this.Resizable = false;
|
|
this.Text = "登录";
|
|
this.Load += new System.EventHandler(this.LoginForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.pLogin_pwd.ResumeLayout(false);
|
|
this.pLogin_pwd.PerformLayout();
|
|
this.pLogin_card.ResumeLayout(false);
|
|
this.pLogin_card.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroCheckBox chkIsSK;
|
|
private MetroFramework.Controls.MetroButton btExit;
|
|
private MetroFramework.Controls.MetroButton btLogin;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private MetroFramework.Controls.MetroTextBox txtUserID;
|
|
private MetroFramework.Controls.MetroTextBox txtPassWord;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
private MetroFramework.Controls.MetroLabel metroLabel3;
|
|
private System.Windows.Forms.Panel pLogin_pwd;
|
|
private System.Windows.Forms.Panel pLogin_card;
|
|
private MetroFramework.Controls.MetroLabel lblICCard;
|
|
private MetroFramework.Controls.MetroTextBox txtPassword2;
|
|
private MetroFramework.Controls.MetroCheckBox check_isMesLogin;
|
|
}
|
|
} |