From 45654ccd17cc2a95d69bfcae1e40d410e412bb17 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期四, 29 八月 2024 16:24:54 +0800
Subject: [PATCH] 用户管理

---
 DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
index 855c6a1..a4bab7c 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
@@ -217,8 +217,11 @@
             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();

--
Gitblit v1.9.3