Procházet zdrojové kódy

添加弹窗提示

yhluo před 1 týdnem
rodič
revize
d2217c786a

+ 2 - 2
UAS_MES_YTDZ/CustomControl/RichText/RichTextAutoBottom.cs

@@ -42,7 +42,7 @@ namespace UAS_MES_NEW.CustomControl.RichText
                 FileName = Application.StartupPath + @"\Resources\Sound\5185.wav";
                 thread.Start();
                 thread = new Thread(PlaySound);
-
+                MessageBox.Show(str, "异常提示");
             }
             else if (color == Color.Green && Entity.SystemInf.CheckAudioEnable)
             {
@@ -98,7 +98,7 @@ namespace UAS_MES_NEW.CustomControl.RichText
                     FileName = Application.StartupPath + @"\Resources\Sound\采集失败.wav";
                 thread.Start();
                 thread = new Thread(PlaySound);
-
+                MessageBox.Show(str, "异常提示");
             }
             else if (color == Color.Green && Entity.SystemInf.CheckAudioEnable)
             {