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/UserControl/ShowDialogForm.designer.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs b/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs
index 16d48c6..d51aeb2 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs
@@ -100,6 +100,7 @@
             this.Name = "ShowDialogForm";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "ShowDialogForm";
+            this.TopMost = true;
             ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
             this.panelControl2.ResumeLayout(false);

--
Gitblit v1.9.3