From a80c1ccadaa85132c7ac26474e7aab3da7706cbc Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 02 六月 2025 13:24:13 +0800
Subject: [PATCH] iqc导出
---
DevApp/Gs.DevApp/ToolBox/MsgHelper.cs | 24 ++++--------------------
1 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
index fdc4ded..4300e16 100644
--- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -19,7 +19,7 @@
r = MessageBox.Show(msg, "鎻愮ず",
MessageBoxButtons.YesNo,
MessageBoxIcon.Question,
- MessageBoxDefaultButton.Button2, MessageBoxOptions.ServiceNotification);
+ MessageBoxDefaultButton.Button2);
return r == DialogResult.Yes;
}
@@ -32,7 +32,7 @@
MessageBox.Show(msg, "璀﹀憡",
MessageBoxButtons.OK,
MessageBoxIcon.Hand,
- MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);
+ MessageBoxDefaultButton.Button1);
}
/// <summary>
@@ -53,22 +53,6 @@
Warning(s);
}
- public static void ShowException(Exception ex, string customMessage)
- {
- //if (ex is CustomException)
- //{
- // ShowException(ex);
- //}
- //else if (customMessage != "")
- //{
- // Warning(customMessage);
- //}
- //else
- //{
- // Warning(ex.Message);
- //}
- }
-
/// <summary>
/// 淇℃伅鎻愮ず妗�
/// </summary>
@@ -78,7 +62,7 @@
MessageBox.Show(msg, "淇℃伅",
MessageBoxButtons.OK,
MessageBoxIcon.Asterisk,
- MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);
+ MessageBoxDefaultButton.Button1);
}
/// <summary>
@@ -90,7 +74,7 @@
MessageBox.Show(msg, "璀﹀憡",
MessageBoxButtons.OK,
MessageBoxIcon.Exclamation,
- MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);
+ MessageBoxDefaultButton.Button1);
}
}
}
\ No newline at end of file
--
Gitblit v1.9.3