From 05731195c2c3d5adcbefd2bc18f12ebe84b0d68a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 02 十二月 2024 09:49:54 +0800 Subject: [PATCH] 其它业务 --- DevApp/Gs.DevApp/ToolBox/MsgHelper.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs index 7e42e87..fdc4ded 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); + MessageBoxDefaultButton.Button2, MessageBoxOptions.ServiceNotification); return r == DialogResult.Yes; } @@ -32,7 +32,7 @@ MessageBox.Show(msg, "璀﹀憡", MessageBoxButtons.OK, MessageBoxIcon.Hand, - MessageBoxDefaultButton.Button1); + MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification); } /// <summary> @@ -78,7 +78,7 @@ MessageBox.Show(msg, "淇℃伅", MessageBoxButtons.OK, MessageBoxIcon.Asterisk, - MessageBoxDefaultButton.Button1); + MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification); } /// <summary> @@ -90,7 +90,7 @@ MessageBox.Show(msg, "璀﹀憡", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, - MessageBoxDefaultButton.Button1); + MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification); } } } \ No newline at end of file -- Gitblit v1.9.3