//------------------------------------------------------------------------------ // // 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; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] public global::System.Drawing.Size SummaryFormSize { get { return ((global::System.Drawing.Size)(this["SummaryFormSize"])); } set { this["SummaryFormSize"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string IgnoreUpdate { get { return ((string)(this["IgnoreUpdate"])); } set { this["IgnoreUpdate"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool HideToNotificationArea { get { return ((bool)(this["HideToNotificationArea"])); } set { 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; } } } }