| | |
| | | this.Controls.Add(this.lbVersion); |
| | | this.Controls.Add(this.panel1); |
| | | this.Controls.Add(this.lblLoadingInfo); |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "FrmLogin"; |
| | | this.Text = "FrmLogin"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| | | this.TopMost = true; |
| | | this.panel1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.chkSaveLoginInfo.Properties)).EndInit(); |