From 84a67b8541e5d26d3eb79adde960488226adbd0e Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期六, 31 八月 2024 10:32:14 +0800
Subject: [PATCH] 优化,删除了用不到的命名空间

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

diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
index 3b3032d..d4fa2f9 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
@@ -57,9 +57,8 @@
             this.lbVersion.ForeColor = System.Drawing.Color.White;
             this.lbVersion.Location = new System.Drawing.Point(12, 9);
             this.lbVersion.Name = "lbVersion";
-            this.lbVersion.Size = new System.Drawing.Size(150, 24);
+            this.lbVersion.Size = new System.Drawing.Size(0, 24);
             this.lbVersion.TabIndex = 244;
-            this.lbVersion.Text = "骞挎繁MES-V2.0";
             // 
             // panel1
             // 
@@ -232,7 +231,6 @@
             this.MinimizeBox = false;
             this.Name = "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