Mercurial > servermonitor
view ServerMonitor/Properties/Settings.settings @ 29:f6235dc0a8ec
Add ability to play a sound on check failure.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Fri, 14 Jun 2019 21:01:55 -0400 |
parents | 75ca86e0862c |
children |
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> <Setting Name="ErrorSound" Type="System.String" Scope="User"> <Value Profile="(Default)">0</Value> </Setting> <Setting Name="WarningSound" Type="System.String" Scope="User"> <Value Profile="(Default)">0</Value> </Setting> <Setting Name="InformationSound" Type="System.String" Scope="User"> <Value Profile="(Default)">0</Value> </Setting> </Settings> </SettingsFile>