diff ServerMonitor/Properties/Settings.Designer.cs @ 29:f6235dc0a8ec

Add ability to play a sound on check failure.
author Brad Greco <brad@bgreco.net>
date Fri, 14 Jun 2019 21:01:55 -0400
parents 75ca86e0862c
children
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.Designer.cs	Sun Jun 02 17:55:38 2019 -0400
+++ b/ServerMonitor/Properties/Settings.Designer.cs	Fri Jun 14 21:01:55 2019 -0400
@@ -130,5 +130,41 @@
                 this["HideToNotificationArea"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("0")]
+        public string ErrorSound {
+            get {
+                return ((string)(this["ErrorSound"]));
+            }
+            set {
+                this["ErrorSound"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("0")]
+        public string WarningSound {
+            get {
+                return ((string)(this["WarningSound"]));
+            }
+            set {
+                this["WarningSound"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("0")]
+        public string InformationSound {
+            get {
+                return ((string)(this["InformationSound"]));
+            }
+            set {
+                this["InformationSound"] = value;
+            }
+        }
     }
 }