namespace HH.WMS.Client.frm
|
{
|
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()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
this.txtUser = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
this.txtPassword = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.btnLogin = new DevComponents.DotNetBar.ButtonX();
|
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
|
this.llblSet = new System.Windows.Forms.LinkLabel();
|
this.lblVersion = new DevComponents.DotNetBar.LabelX();
|
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
|
this.SuspendLayout();
|
//
|
// labelX1
|
//
|
this.labelX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
//
|
//
|
//
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX1.ForeColor = System.Drawing.Color.Black;
|
this.labelX1.Location = new System.Drawing.Point(59, 35);
|
this.labelX1.Name = "labelX1";
|
this.labelX1.Size = new System.Drawing.Size(59, 23);
|
this.labelX1.TabIndex = 2;
|
this.labelX1.Text = "用户名:";
|
//
|
// txtUser
|
//
|
this.txtUser.BackColor = System.Drawing.Color.White;
|
//
|
//
|
//
|
this.txtUser.Border.Class = "TextBoxBorder";
|
this.txtUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.txtUser.DisabledBackColor = System.Drawing.Color.White;
|
this.txtUser.ForeColor = System.Drawing.Color.Black;
|
this.txtUser.Location = new System.Drawing.Point(125, 35);
|
this.txtUser.Name = "txtUser";
|
this.txtUser.PreventEnterBeep = true;
|
this.txtUser.Size = new System.Drawing.Size(160, 21);
|
this.txtUser.TabIndex = 1;
|
//
|
// labelX2
|
//
|
this.labelX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
//
|
//
|
//
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX2.ForeColor = System.Drawing.Color.Black;
|
this.labelX2.Location = new System.Drawing.Point(59, 74);
|
this.labelX2.Name = "labelX2";
|
this.labelX2.Size = new System.Drawing.Size(59, 23);
|
this.labelX2.TabIndex = 2;
|
this.labelX2.Text = "密 码:";
|
//
|
// txtPassword
|
//
|
this.txtPassword.BackColor = System.Drawing.Color.White;
|
//
|
//
|
//
|
this.txtPassword.Border.Class = "TextBoxBorder";
|
this.txtPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.txtPassword.DisabledBackColor = System.Drawing.Color.White;
|
this.txtPassword.ForeColor = System.Drawing.Color.Black;
|
this.txtPassword.Location = new System.Drawing.Point(125, 74);
|
this.txtPassword.Name = "txtPassword";
|
this.txtPassword.PasswordChar = '●';
|
this.txtPassword.PreventEnterBeep = true;
|
this.txtPassword.Size = new System.Drawing.Size(160, 21);
|
this.txtPassword.TabIndex = 2;
|
//
|
// btnLogin
|
//
|
this.btnLogin.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnLogin.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnLogin.Location = new System.Drawing.Point(210, 132);
|
this.btnLogin.Name = "btnLogin";
|
this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
this.btnLogin.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
this.btnLogin.TabIndex = 3;
|
this.btnLogin.Text = "登录";
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
this.btnCancel.Location = new System.Drawing.Point(59, 132);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
this.btnCancel.TabIndex = 4;
|
this.btnCancel.Text = "关闭";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// llblSet
|
//
|
this.llblSet.AutoSize = true;
|
this.llblSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.llblSet.ForeColor = System.Drawing.Color.Black;
|
this.llblSet.Location = new System.Drawing.Point(12, 164);
|
this.llblSet.Name = "llblSet";
|
this.llblSet.Size = new System.Drawing.Size(29, 12);
|
this.llblSet.TabIndex = 5;
|
this.llblSet.TabStop = true;
|
this.llblSet.Text = "设置";
|
this.llblSet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblSet_LinkClicked);
|
//
|
// lblVersion
|
//
|
this.lblVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
//
|
//
|
//
|
this.lblVersion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.lblVersion.ForeColor = System.Drawing.Color.Black;
|
this.lblVersion.Location = new System.Drawing.Point(274, 164);
|
this.lblVersion.Name = "lblVersion";
|
this.lblVersion.Size = new System.Drawing.Size(75, 19);
|
this.lblVersion.TabIndex = 2;
|
this.lblVersion.Text = "Ver:";
|
//
|
// styleManager1
|
//
|
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2016;
|
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199))))));
|
//
|
// frmLogin
|
//
|
this.AcceptButton = this.btnLogin;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.CancelButton = this.btnCancel;
|
this.ClientSize = new System.Drawing.Size(348, 185);
|
this.Controls.Add(this.llblSet);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnLogin);
|
this.Controls.Add(this.txtPassword);
|
this.Controls.Add(this.lblVersion);
|
this.Controls.Add(this.labelX2);
|
this.Controls.Add(this.txtUser);
|
this.Controls.Add(this.labelX1);
|
this.DoubleBuffered = true;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.KeyPreview = true;
|
this.MaximizeBox = false;
|
this.MaximumSize = new System.Drawing.Size(364, 223);
|
this.MinimizeBox = false;
|
this.MinimumSize = new System.Drawing.Size(364, 223);
|
this.Name = "frmLogin";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "登录";
|
this.Load += new System.EventHandler(this.frmLogin_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
private DevComponents.DotNetBar.Controls.TextBoxX txtUser;
|
private DevComponents.DotNetBar.LabelX labelX2;
|
private DevComponents.DotNetBar.Controls.TextBoxX txtPassword;
|
private DevComponents.DotNetBar.ButtonX btnLogin;
|
private DevComponents.DotNetBar.ButtonX btnCancel;
|
private System.Windows.Forms.LinkLabel llblSet;
|
private DevComponents.DotNetBar.LabelX lblVersion;
|
private DevComponents.DotNetBar.StyleManager styleManager1;
|
}
|
}
|