lu
2024-12-06 9bc81b5d30e53e8e819bdc0a36de148f5ef0e69f
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>