Mercurial > servermonitor
view ServerMonitor/Properties/Settings.Designer.cs @ 8:052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sat, 09 Mar 2019 20:14:03 -0500 |
parents | c1dffaac66fa |
children | 9e77c0dccb66 |
line wrap: on
line source
//------------------------------------------------------------------------------ // <auto-generated> // 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. // </auto-generated> //------------------------------------------------------------------------------ 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; } } } }