namespace WCS_Client
{
partial class FrmLogin
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
this.txtbox_Pwd = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtbox_UserName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.btn_Close = new DevComponents.DotNetBar.ButtonX();
this.btn_Login = new DevComponents.DotNetBar.ButtonX();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// txtbox_Pwd
//
//
//
//
this.txtbox_Pwd.Border.Class = "TextBoxBorder";
this.txtbox_Pwd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtbox_Pwd.Location = new System.Drawing.Point(171, 51);
this.txtbox_Pwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtbox_Pwd.Name = "txtbox_Pwd";
this.txtbox_Pwd.PasswordChar = '*';
this.txtbox_Pwd.PreventEnterBeep = true;
this.txtbox_Pwd.Size = new System.Drawing.Size(193, 25);
this.txtbox_Pwd.TabIndex = 1022;
this.txtbox_Pwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_Pwd_KeyDown);
//
// txtbox_UserName
//
//
//
//
this.txtbox_UserName.Border.Class = "TextBoxBorder";
this.txtbox_UserName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtbox_UserName.Location = new System.Drawing.Point(171, 15);
this.txtbox_UserName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtbox_UserName.Name = "txtbox_UserName";
this.txtbox_UserName.PreventEnterBeep = true;
this.txtbox_UserName.Size = new System.Drawing.Size(193, 25);
this.txtbox_UserName.TabIndex = 1021;
this.txtbox_UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_UserName_KeyDown);
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Location = new System.Drawing.Point(81, 51);
this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(91, 29);
this.labelX2.TabIndex = 1020;
this.labelX2.Text = "用户密码:";
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Location = new System.Drawing.Point(81, 14);
this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(91, 29);
this.labelX1.TabIndex = 1019;
this.labelX1.Text = "用户名称:";
//
// btn_Close
//
this.btn_Close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btn_Close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btn_Close.Location = new System.Drawing.Point(213, 92);
this.btn_Close.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(100, 31);
this.btn_Close.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btn_Close.TabIndex = 1018;
this.btn_Close.Text = "退出(&N)";
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// btn_Login
//
this.btn_Login.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btn_Login.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btn_Login.Location = new System.Drawing.Point(68, 92);
this.btn_Login.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(100, 31);
this.btn_Login.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btn_Login.TabIndex = 1017;
this.btn_Login.Text = "登录(&Y)";
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(20, 19);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(47, 55);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 1016;
this.pictureBox1.TabStop = false;
//
// FrmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(368, 138);
this.Controls.Add(this.txtbox_Pwd);
this.Controls.Add(this.txtbox_UserName);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.btn_Login);
this.Controls.Add(this.pictureBox1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.Name = "FrmLogin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PVC库WCS仓储物流调度系统";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.TextBoxX txtbox_Pwd;
private DevComponents.DotNetBar.Controls.TextBoxX txtbox_UserName;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.ButtonX btn_Close;
private DevComponents.DotNetBar.ButtonX btn_Login;
private System.Windows.Forms.PictureBox pictureBox1;
}
}