1
lu
2024-12-13 2891ae3b191939e9c1f47211e3863f51ed3545a6
DevApp/Gs.DevApp/DevFrm/FrmLogin.cs
@@ -21,10 +21,11 @@
                _autoUpdate();
            else
                getTree();
            Text = lbVersion.Text =
                ConfigurationManager.AppSettings["ProductName"];
            Text = lbVersion.Text = ConfigurationManager.AppSettings["ProductName"];
            btnLogin.Click += BtnLogin_Click;
            btnCancel.Click += BtnCancel_Click;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
        }
        /// <summary>