comparison 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
comparison
equal deleted inserted replaced
3:96f0b028176d 4:3142e52cbe69
10 10
11 namespace ServerMonitorApp.Properties { 11 namespace ServerMonitorApp.Properties {
12 12
13 13
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17 17
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19 19
20 public static Settings Default { 20 public static Settings Default {
32 } 32 }
33 set { 33 set {
34 this["ConfirmDeleteCheck"] = value; 34 this["ConfirmDeleteCheck"] = value;
35 } 35 }
36 } 36 }
37
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 [global::System.Configuration.DefaultSettingValueAttribute("FlashTaskbar")]
41 public global::ServerMonitorApp.FailAction ErrorAction {
42 get {
43 return ((global::ServerMonitorApp.FailAction)(this["ErrorAction"]));
44 }
45 set {
46 this["ErrorAction"] = value;
47 }
48 }
49
50 [global::System.Configuration.UserScopedSettingAttribute()]
51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52 [global::System.Configuration.DefaultSettingValueAttribute("NotificationBalloon")]
53 public global::ServerMonitorApp.FailAction WarningAction {
54 get {
55 return ((global::ServerMonitorApp.FailAction)(this["WarningAction"]));
56 }
57 set {
58 this["WarningAction"] = value;
59 }
60 }
61
62 [global::System.Configuration.UserScopedSettingAttribute()]
63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64 [global::System.Configuration.DefaultSettingValueAttribute("NotificationBalloon")]
65 public global::ServerMonitorApp.FailAction InformationAction {
66 get {
67 return ((global::ServerMonitorApp.FailAction)(this["InformationAction"]));
68 }
69 set {
70 this["InformationAction"] = value;
71 }
72 }
73
74 [global::System.Configuration.UserScopedSettingAttribute()]
75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 [global::System.Configuration.DefaultSettingValueAttribute("0")]
77 public int MaxCheckId {
78 get {
79 return ((int)(this["MaxCheckId"]));
80 }
81 set {
82 this["MaxCheckId"] = value;
83 }
84 }
37 } 85 }
38 } 86 }