From d1ab92287cb24751cb462d90496bf08f60959bbe Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期日, 01 九月 2024 14:46:58 +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