view ServerMonitor/Properties/Settings.settings @ 11:75ca86e0862c

Add setting to hide to notification area.
author Brad Greco <brad@bgreco.net>
date Mon, 15 Apr 2019 19:24:25 -0400
parents 9e77c0dccb66
children f6235dc0a8ec
line wrap: on
line source

<?xml version='1.0' encoding='utf-8'?>
<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>
    <Setting Name="KeepLogDays" Type="System.Int32" Scope="User">
      <Value Profile="(Default)">30</Value>
    </Setting>
    <Setting Name="SummaryFormSize" Type="System.Drawing.Size" Scope="User">
      <Value Profile="(Default)">0, 0</Value>
    </Setting>
    <Setting Name="IgnoreUpdate" Type="System.String" Scope="User">
      <Value Profile="(Default)" />
    </Setting>
    <Setting Name="HideToNotificationArea" Type="System.Boolean" Scope="User">
      <Value Profile="(Default)">True</Value>
    </Setting>
  </Settings>
</SettingsFile>