YL
2021-11-26 bcf43dd62760da49533a654ee76609238f9933f9
BLL/¹«ÓÃÄ£¿é/FrmLogin.designer.cs
@@ -56,20 +56,18 @@
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(372, 325);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Location = new System.Drawing.Point(279, 260);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(76, 15);
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "用 æˆ· å:";
            // 
            // txtUser
            // 
            this.txtUser.ImeMode = System.Windows.Forms.ImeMode.On;
            this.txtUser.Location = new System.Drawing.Point(103, 159);
            this.txtUser.Margin = new System.Windows.Forms.Padding(4);
            this.txtUser.Location = new System.Drawing.Point(77, 127);
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(221, 25);
            this.txtUser.Size = new System.Drawing.Size(167, 21);
            this.txtUser.TabIndex = 1;
            this.txtUser.Visible = false;
            this.txtUser.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtUser_KeyUp);
@@ -77,11 +75,10 @@
            // txtPsd
            // 
            this.txtPsd.ImeMode = System.Windows.Forms.ImeMode.On;
            this.txtPsd.Location = new System.Drawing.Point(463, 362);
            this.txtPsd.Margin = new System.Windows.Forms.Padding(4);
            this.txtPsd.Location = new System.Drawing.Point(347, 290);
            this.txtPsd.Name = "txtPsd";
            this.txtPsd.PasswordChar = '*';
            this.txtPsd.Size = new System.Drawing.Size(221, 25);
            this.txtPsd.Size = new System.Drawing.Size(167, 21);
            this.txtPsd.TabIndex = 3;
            this.txtPsd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPsd_KeyUp);
            // 
@@ -89,19 +86,17 @@
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(372, 366);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Location = new System.Drawing.Point(279, 293);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(76, 15);
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "密  ã€€ç :";
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(521, 424);
            this.btnOK.Margin = new System.Windows.Forms.Padding(4);
            this.btnOK.Location = new System.Drawing.Point(391, 339);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(108, 31);
            this.btnOK.Size = new System.Drawing.Size(81, 25);
            this.btnOK.TabIndex = 4;
            this.btnOK.Text = "确定(&O)";
            this.btnOK.UseVisualStyleBackColor = true;
@@ -109,10 +104,9 @@
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(669, 424);
            this.button2.Margin = new System.Windows.Forms.Padding(4);
            this.button2.Location = new System.Drawing.Point(502, 339);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(108, 31);
            this.button2.Size = new System.Drawing.Size(81, 25);
            this.button2.TabIndex = 5;
            this.button2.Text = "取消(&C)";
            this.button2.UseVisualStyleBackColor = true;
@@ -122,10 +116,9 @@
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(372, 278);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Location = new System.Drawing.Point(279, 222);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(75, 15);
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "选择帐套:";
            // 
@@ -134,19 +127,17 @@
            this.cmbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAccount.FormattingEnabled = true;
            this.cmbAccount.ImeMode = System.Windows.Forms.ImeMode.On;
            this.cmbAccount.Location = new System.Drawing.Point(463, 274);
            this.cmbAccount.Margin = new System.Windows.Forms.Padding(4);
            this.cmbAccount.Location = new System.Drawing.Point(347, 219);
            this.cmbAccount.Name = "cmbAccount";
            this.cmbAccount.Size = new System.Drawing.Size(221, 23);
            this.cmbAccount.Size = new System.Drawing.Size(167, 20);
            this.cmbAccount.TabIndex = 7;
            // 
            // lblStatus
            // 
            this.lblStatus.BackColor = System.Drawing.Color.Transparent;
            this.lblStatus.Location = new System.Drawing.Point(320, 424);
            this.lblStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblStatus.Location = new System.Drawing.Point(240, 339);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(193, 26);
            this.lblStatus.Size = new System.Drawing.Size(145, 21);
            this.lblStatus.TabIndex = 8;
            this.lblStatus.Click += new System.EventHandler(this.lblStatus_Click);
            // 
@@ -159,10 +150,9 @@
            // 
            this.chkRemember.AutoSize = true;
            this.chkRemember.BackColor = System.Drawing.Color.White;
            this.chkRemember.Location = new System.Drawing.Point(693, 369);
            this.chkRemember.Margin = new System.Windows.Forms.Padding(4);
            this.chkRemember.Location = new System.Drawing.Point(520, 295);
            this.chkRemember.Name = "chkRemember";
            this.chkRemember.Size = new System.Drawing.Size(89, 19);
            this.chkRemember.Size = new System.Drawing.Size(72, 16);
            this.chkRemember.TabIndex = 9;
            this.chkRemember.Text = "保存密码";
            this.chkRemember.UseVisualStyleBackColor = false;
@@ -171,40 +161,36 @@
            // lblChangePsd
            // 
            this.lblChangePsd.BackColor = System.Drawing.Color.Transparent;
            this.lblChangePsd.Location = new System.Drawing.Point(729, 8);
            this.lblChangePsd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblChangePsd.Location = new System.Drawing.Point(547, 6);
            this.lblChangePsd.Name = "lblChangePsd";
            this.lblChangePsd.Size = new System.Drawing.Size(88, 26);
            this.lblChangePsd.Size = new System.Drawing.Size(66, 21);
            this.lblChangePsd.TabIndex = 10;
            this.lblChangePsd.Click += new System.EventHandler(this.lblChangePsd_Click);
            // 
            // lblSetServer
            // 
            this.lblSetServer.BackColor = System.Drawing.Color.Transparent;
            this.lblSetServer.Location = new System.Drawing.Point(612, 8);
            this.lblSetServer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblSetServer.Location = new System.Drawing.Point(459, 6);
            this.lblSetServer.Name = "lblSetServer";
            this.lblSetServer.Size = new System.Drawing.Size(88, 26);
            this.lblSetServer.Size = new System.Drawing.Size(66, 21);
            this.lblSetServer.TabIndex = 11;
            this.lblSetServer.Click += new System.EventHandler(this.lblSetServer_Click);
            // 
            // lblVersion
            // 
            this.lblVersion.BackColor = System.Drawing.Color.Transparent;
            this.lblVersion.Location = new System.Drawing.Point(605, 162);
            this.lblVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblVersion.Location = new System.Drawing.Point(454, 130);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblVersion.Size = new System.Drawing.Size(200, 19);
            this.lblVersion.Size = new System.Drawing.Size(150, 15);
            this.lblVersion.TabIndex = 12;
            // 
            // lblVersion2
            // 
            this.lblVersion2.BackColor = System.Drawing.Color.Transparent;
            this.lblVersion2.Location = new System.Drawing.Point(601, 190);
            this.lblVersion2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblVersion2.Location = new System.Drawing.Point(451, 152);
            this.lblVersion2.Name = "lblVersion2";
            this.lblVersion2.Size = new System.Drawing.Size(200, 19);
            this.lblVersion2.Size = new System.Drawing.Size(150, 15);
            this.lblVersion2.TabIndex = 13;
            this.lblVersion2.Visible = false;
            // 
@@ -214,10 +200,9 @@
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.Color.Yellow;
            this.label4.Location = new System.Drawing.Point(648, 130);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Location = new System.Drawing.Point(486, 104);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(63, 13);
            this.label4.Size = new System.Drawing.Size(49, 10);
            this.label4.TabIndex = 14;
            this.label4.Text = "手动更新";
            this.label4.Click += new System.EventHandler(this.label4_Click);
@@ -226,19 +211,17 @@
            // 
            this.lblIPAddress.AutoSize = true;
            this.lblIPAddress.BackColor = System.Drawing.Color.Transparent;
            this.lblIPAddress.Location = new System.Drawing.Point(519, 475);
            this.lblIPAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblIPAddress.Location = new System.Drawing.Point(389, 380);
            this.lblIPAddress.Name = "lblIPAddress";
            this.lblIPAddress.Size = new System.Drawing.Size(0, 15);
            this.lblIPAddress.Size = new System.Drawing.Size(0, 12);
            this.lblIPAddress.TabIndex = 15;
            // 
            // cmbUser
            // 
            this.cmbUser.FormattingEnabled = true;
            this.cmbUser.Location = new System.Drawing.Point(463, 321);
            this.cmbUser.Margin = new System.Windows.Forms.Padding(4);
            this.cmbUser.Location = new System.Drawing.Point(347, 257);
            this.cmbUser.Name = "cmbUser";
            this.cmbUser.Size = new System.Drawing.Size(221, 23);
            this.cmbUser.Size = new System.Drawing.Size(167, 20);
            this.cmbUser.TabIndex = 16;
            // 
            // cmbHOrg
@@ -246,29 +229,27 @@
            this.cmbHOrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbHOrg.FormattingEnabled = true;
            this.cmbHOrg.ImeMode = System.Windows.Forms.ImeMode.On;
            this.cmbHOrg.Location = new System.Drawing.Point(463, 234);
            this.cmbHOrg.Margin = new System.Windows.Forms.Padding(4);
            this.cmbHOrg.Location = new System.Drawing.Point(347, 187);
            this.cmbHOrg.Name = "cmbHOrg";
            this.cmbHOrg.Size = new System.Drawing.Size(221, 23);
            this.cmbHOrg.Size = new System.Drawing.Size(167, 20);
            this.cmbHOrg.TabIndex = 18;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(372, 238);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Location = new System.Drawing.Point(279, 190);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 15);
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 17;
            this.label5.Text = "组    ç»‡:";
            // 
            // FrmLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            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(817, 501);
            this.ClientSize = new System.Drawing.Size(613, 401);
            this.Controls.Add(this.cmbHOrg);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.cmbUser);
@@ -290,7 +271,6 @@
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.ImeMode = System.Windows.Forms.ImeMode.On;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmLogin";