| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- namespace WCS_Client.From
- {
- partial class FromLogin
- {
- /// <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(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;
- }
- }
|