Mercurial > servermonitor
view ServerMonitor/Properties/Settings.settings @ 19:b3128fe10d57
Add About form and license.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Wed, 29 May 2019 20:18:37 -0400 |
parents | 75ca86e0862c |
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>