Mercurial > servermonitor
diff ServerMonitor/Properties/Settings.Designer.cs @ 4:3142e52cbe69
Lots more progress
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 10 Feb 2019 20:51:26 -0500 |
parents | 3e1a2131f897 |
children | c1dffaac66fa |
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.Designer.cs Fri Jan 11 22:34:18 2019 -0500 +++ b/ServerMonitor/Properties/Settings.Designer.cs Sun Feb 10 20:51:26 2019 -0500 @@ -12,7 +12,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -34,5 +34,53 @@ this["ConfirmDeleteCheck"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("FlashTaskbar")] + public global::ServerMonitorApp.FailAction ErrorAction { + get { + return ((global::ServerMonitorApp.FailAction)(this["ErrorAction"])); + } + set { + this["ErrorAction"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("NotificationBalloon")] + public global::ServerMonitorApp.FailAction WarningAction { + get { + return ((global::ServerMonitorApp.FailAction)(this["WarningAction"])); + } + set { + this["WarningAction"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("NotificationBalloon")] + public global::ServerMonitorApp.FailAction InformationAction { + get { + return ((global::ServerMonitorApp.FailAction)(this["InformationAction"])); + } + set { + this["InformationAction"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int MaxCheckId { + get { + return ((int)(this["MaxCheckId"])); + } + set { + this["MaxCheckId"] = value; + } + } } }