namespace WCS_Client.From
{
partial class FromLogin
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FromLogin));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtbox_UserName = new System.Windows.Forms.TextBox();
this.txtbox_Pwd = new System.Windows.Forms.TextBox();
this.btn_Login = new System.Windows.Forms.Button();
this.btn_Close = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// 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, 30);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(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 = 1023;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(85, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1024;
this.label1.Text = "用户名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(85, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1025;
this.label2.Text = "用户密码:";
//
// txtbox_UserName
//
this.txtbox_UserName.Location = new System.Drawing.Point(173, 32);
this.txtbox_UserName.Name = "txtbox_UserName";
this.txtbox_UserName.Size = new System.Drawing.Size(237, 21);
this.txtbox_UserName.TabIndex = 1026;
this.txtbox_UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_UserName_KeyDown_1);
//
// txtbox_Pwd
//
this.txtbox_Pwd.Location = new System.Drawing.Point(173, 65);
this.txtbox_Pwd.Name = "txtbox_Pwd";
this.txtbox_Pwd.PasswordChar = '*';
this.txtbox_Pwd.Size = new System.Drawing.Size(237, 21);
this.txtbox_Pwd.TabIndex = 1027;
this.txtbox_Pwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_Pwd_KeyDown_1);
//
// btn_Login
//
this.btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_Login.Location = new System.Drawing.Point(116, 106);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(89, 30);
this.btn_Login.TabIndex = 1028;
this.btn_Login.Text = "登录(&Y)";
this.btn_Login.UseVisualStyleBackColor = true;
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// btn_Close
//
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_Close.Location = new System.Drawing.Point(242, 106);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(89, 30);
this.btn_Close.TabIndex = 1029;
this.btn_Close.Text = "退出(&N)";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// FromLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
this.ClientSize = new System.Drawing.Size(427, 146);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.btn_Login);
this.Controls.Add(this.txtbox_Pwd);
this.Controls.Add(this.txtbox_UserName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FromLogin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "WCS仓储物流调度系统";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtbox_UserName;
private System.Windows.Forms.TextBox txtbox_Pwd;
private System.Windows.Forms.Button btn_Login;
private System.Windows.Forms.Button btn_Close;
}
}