FrmUsersLogin.Designer.cs 7.8 KB

namespace SmartScan
{
    partial class FrmUsersLogin
    {
        /// <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.LblUser = new Asa.FaceControl.FaceLabel();
            this.TxtUser = new Asa.FaceControl.FaceTextBox();
            this.FacePwd = new Asa.FaceControl.FacePasswordLock();
            this.BtnCancel = new Asa.FaceControl.FaceButton();
            this.BtnLogin = new Asa.FaceControl.FaceButton();
            this.SuspendLayout();
            // 
            // LblUser
            // 
            this.LblUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblUser.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblUser.BorderWidth = 0;
            this.LblUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblUser.Location = new System.Drawing.Point(15, 74);
            this.LblUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.LblUser.Name = "LblUser";
            this.LblUser.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.LblUser.Size = new System.Drawing.Size(120, 56);
            this.LblUser.TabIndex = 6;
            this.LblUser.Text = "用户名:";
            this.LblUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // TxtUser
            // 
            this.TxtUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.TxtUser.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.TxtUser.BorderWidth = 2;
            this.TxtUser.ImeMode = System.Windows.Forms.ImeMode.Disable;
            this.TxtUser.Location = new System.Drawing.Point(143, 74);
            this.TxtUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.TxtUser.MaxLength = 32767;
            this.TxtUser.Name = "TxtUser";
            this.TxtUser.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.TxtUser.SelectedText = "";
            this.TxtUser.SelectionLength = 0;
            this.TxtUser.SelectionStart = 0;
            this.TxtUser.ShowDel = true;
            this.TxtUser.ShowQuery = false;
            this.TxtUser.Size = new System.Drawing.Size(299, 56);
            this.TxtUser.TabIndex = 0;
            // 
            // FacePwd
            // 
            this.FacePwd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.FacePwd.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.FacePwd.BorderWidth = 2;
            this.FacePwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.FacePwd.Location = new System.Drawing.Point(15, 138);
            this.FacePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.FacePwd.Name = "FacePwd";
            this.FacePwd.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.FacePwd.Size = new System.Drawing.Size(427, 338);
            this.FacePwd.TabIndex = 1;
            this.FacePwd.NumberEnter += new Asa.FaceControl.FacePasswordLock.NumberEnterHandler(this.FacePwd_NumberEnter);
            // 
            // BtnCancel
            // 
            this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnCancel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnCancel.BorderWidth = 2;
            this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCancel.HoldPress = false;
            this.BtnCancel.Location = new System.Drawing.Point(127, 502);
            this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnCancel.Size = new System.Drawing.Size(120, 56);
            this.BtnCancel.TabIndex = 3;
            this.BtnCancel.Text = "取消";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // BtnLogin
            // 
            this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnLogin.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnLogin.BorderWidth = 2;
            this.BtnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnLogin.HoldPress = false;
            this.BtnLogin.Location = new System.Drawing.Point(255, 502);
            this.BtnLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnLogin.Name = "BtnLogin";
            this.BtnLogin.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnLogin.Size = new System.Drawing.Size(187, 56);
            this.BtnLogin.TabIndex = 2;
            this.BtnLogin.Text = "登录";
            this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
            // 
            // FrmUsersLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(456, 572);
            this.Controls.Add(this.BtnLogin);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.FacePwd);
            this.Controls.Add(this.TxtUser);
            this.Controls.Add(this.LblUser);
            this.Icon = global::SmartScan.Properties.Resources.App;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "FrmUsersLogin";
            this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "登录";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUsersLogin_FormClosing);
            this.Load += new System.EventHandler(this.FrmUsersLogin_Load);
            this.Controls.SetChildIndex(this.LblUser, 0);
            this.Controls.SetChildIndex(this.TxtUser, 0);
            this.Controls.SetChildIndex(this.FacePwd, 0);
            this.Controls.SetChildIndex(this.BtnCancel, 0);
            this.Controls.SetChildIndex(this.BtnLogin, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceLabel LblUser;
        private Asa.FaceControl.FaceTextBox TxtUser;
        private Asa.FaceControl.FacePasswordLock FacePwd;
        private Asa.FaceControl.FaceButton BtnCancel;
        private Asa.FaceControl.FaceButton BtnLogin;
    }
}