//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace ServerMonitorApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [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()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool ConfirmDeleteCheck { get { return ((bool)(this["ConfirmDeleteCheck"])); } set { 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; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("30")] public int KeepLogDays { get { return ((int)(this["KeepLogDays"])); } set { this["KeepLogDays"] = value; } } } }