diff ServerMonitor/Properties/Settings.settings @ 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.settings	Fri Jan 11 22:34:18 2019 -0500
+++ b/ServerMonitor/Properties/Settings.settings	Sun Feb 10 20:51:26 2019 -0500
@@ -1,9 +1,21 @@
 <?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerMonitor.Properties" GeneratedClassName="Settings">
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerMonitorApp.Properties" GeneratedClassName="Settings">
   <Profiles />
   <Settings>
     <Setting Name="ConfirmDeleteCheck" Type="System.Boolean" Scope="User">
       <Value Profile="(Default)">True</Value>
     </Setting>
+    <Setting Name="ErrorAction" Type="ServerMonitorApp.FailAction" Scope="User">
+      <Value Profile="(Default)">FlashTaskbar</Value>
+    </Setting>
+    <Setting Name="WarningAction" Type="ServerMonitorApp.FailAction" Scope="User">
+      <Value Profile="(Default)">NotificationBalloon</Value>
+    </Setting>
+    <Setting Name="InformationAction" Type="ServerMonitorApp.FailAction" Scope="User">
+      <Value Profile="(Default)">NotificationBalloon</Value>
+    </Setting>
+    <Setting Name="MaxCheckId" Type="System.Int32" Scope="User">
+      <Value Profile="(Default)">0</Value>
+    </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file