ch
2022-05-24 6dddaea7cf513f9a55cc54d06a2a3feca750e4f6
BLL/¹«ÓÃÄ£¿é/FrmLogin.designer.cs
@@ -50,6 +50,8 @@
            this.cmbUser = new System.Windows.Forms.ComboBox();
            this.cmbHOrg = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label1
@@ -65,7 +67,7 @@
            // txtUser
            // 
            this.txtUser.ImeMode = System.Windows.Forms.ImeMode.On;
            this.txtUser.Location = new System.Drawing.Point(77, 127);
            this.txtUser.Location = new System.Drawing.Point(78, 149);
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(167, 21);
            this.txtUser.TabIndex = 1;
@@ -244,12 +246,33 @@
            this.label5.TabIndex = 17;
            this.label5.Text = "组    ç»‡:";
            // 
            // button1
            //
            this.button1.Location = new System.Drawing.Point(269, 339);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(81, 25);
            this.button1.TabIndex = 19;
            this.button1.Text = "刷卡登陆";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // textBox1
            //
            this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
            this.textBox1.Location = new System.Drawing.Point(347, 149);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(167, 21);
            this.textBox1.TabIndex = 20;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            //
            // FrmLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(613, 401);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.cmbHOrg);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.cmbUser);
@@ -304,6 +327,8 @@
        private System.Windows.Forms.ComboBox cmbUser;
        private System.Windows.Forms.ComboBox cmbHOrg;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox1;
    }
}