namespace BLL { partial class FrmLogin { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin)); this.label1 = new System.Windows.Forms.Label(); this.txtUser = new System.Windows.Forms.TextBox(); this.txtPsd = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.cmbAccount = new System.Windows.Forms.ComboBox(); this.lblStatus = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.chkRemember = new System.Windows.Forms.CheckBox(); this.lblChangePsd = new System.Windows.Forms.Label(); this.lblSetServer = new System.Windows.Forms.Label(); this.lblVersion = new System.Windows.Forms.Label(); this.lblVersion2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblIPAddress = new System.Windows.Forms.Label(); 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 // 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.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 15); this.label1.TabIndex = 0; this.label1.Text = "用 户 名:"; // // txtUser // this.txtUser.ImeMode = System.Windows.Forms.ImeMode.On; this.txtUser.Location = new System.Drawing.Point(104, 186); this.txtUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(221, 25); this.txtUser.TabIndex = 1; this.txtUser.Visible = false; this.txtUser.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtUser_KeyUp); // // 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, 4, 4, 4); this.txtPsd.Name = "txtPsd"; this.txtPsd.PasswordChar = '*'; this.txtPsd.Size = new System.Drawing.Size(221, 25); this.txtPsd.TabIndex = 3; this.txtPsd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPsd_KeyUp); // // label2 // 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.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 15); 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, 4, 4, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(108, 31); this.btnOK.TabIndex = 4; this.btnOK.Text = "确定(&O)"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // button2 // this.button2.Location = new System.Drawing.Point(669, 424); this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(108, 31); this.button2.TabIndex = 5; this.button2.Text = "取消(&C)"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label3 // 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.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 15); this.label3.TabIndex = 6; this.label3.Text = "选择帐套:"; // // cmbAccount // 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, 4, 4, 4); this.cmbAccount.Name = "cmbAccount"; this.cmbAccount.Size = new System.Drawing.Size(221, 23); 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.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(193, 26); this.lblStatus.TabIndex = 8; this.lblStatus.Click += new System.EventHandler(this.lblStatus_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // chkRemember // 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, 4, 4, 4); this.chkRemember.Name = "chkRemember"; this.chkRemember.Size = new System.Drawing.Size(89, 19); this.chkRemember.TabIndex = 9; this.chkRemember.Text = "保存密码"; this.chkRemember.UseVisualStyleBackColor = false; this.chkRemember.Visible = false; // // 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.Name = "lblChangePsd"; this.lblChangePsd.Size = new System.Drawing.Size(88, 26); 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.Name = "lblSetServer"; this.lblSetServer.Size = new System.Drawing.Size(88, 26); 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.Name = "lblVersion"; this.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lblVersion.Size = new System.Drawing.Size(200, 19); 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.Name = "lblVersion2"; this.lblVersion2.Size = new System.Drawing.Size(200, 19); this.lblVersion2.TabIndex = 13; this.lblVersion2.Visible = false; // // label4 // this.label4.AutoSize = true; 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.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 13); this.label4.TabIndex = 14; this.label4.Text = "手动更新"; this.label4.Click += new System.EventHandler(this.label4_Click); // // lblIPAddress // 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.Name = "lblIPAddress"; this.lblIPAddress.Size = new System.Drawing.Size(0, 15); 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, 4, 4, 4); this.cmbUser.Name = "cmbUser"; this.cmbUser.Size = new System.Drawing.Size(221, 23); this.cmbUser.TabIndex = 16; // // cmbHOrg // 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, 4, 4, 4); this.cmbHOrg.Name = "cmbHOrg"; this.cmbHOrg.Size = new System.Drawing.Size(221, 23); 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.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 15); this.label5.TabIndex = 17; this.label5.Text = "组 织:"; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.button1.Location = new System.Drawing.Point(359, 424); this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(108, 31); this.button1.TabIndex = 19; this.button1.Text = "刷卡登陆"; this.button1.UseVisualStyleBackColor = false; 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(463, 186); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(221, 25); this.textBox1.TabIndex = 20; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // FrmLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); 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.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.cmbHOrg); this.Controls.Add(this.label5); this.Controls.Add(this.cmbUser); this.Controls.Add(this.lblIPAddress); this.Controls.Add(this.label4); this.Controls.Add(this.lblVersion2); this.Controls.Add(this.lblVersion); this.Controls.Add(this.lblSetServer); this.Controls.Add(this.lblChangePsd); this.Controls.Add(this.chkRemember); this.Controls.Add(this.lblStatus); this.Controls.Add(this.cmbAccount); this.Controls.Add(this.label3); this.Controls.Add(this.button2); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtPsd); this.Controls.Add(this.label2); this.Controls.Add(this.txtUser); 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, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "主控台"; this.Load += new System.EventHandler(this.FrmLogin_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtUser; private System.Windows.Forms.TextBox txtPsd; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbAccount; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.CheckBox chkRemember; private System.Windows.Forms.Label lblChangePsd; private System.Windows.Forms.Label lblSetServer; private System.Windows.Forms.Label lblVersion; private System.Windows.Forms.Label lblVersion2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblIPAddress; 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; } }