Server/Properties/Settings.settings
author sl
Sat, 30 Aug 2014 19:24:47 +0200
changeset 47 c9e3d1389d06
parent 46 0c0ee86760ea
child 48 9039acfde091
permissions -rw-r--r--
Timer interval can now be set and is persisted.
     1 <?xml version='1.0' encoding='utf-8'?>
     2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SharpDisplayManager.Properties" GeneratedClassName="Settings">
     3   <Profiles />
     4   <Settings>
     5     <Setting Name="DisplayBrightness" Type="System.Int32" Scope="User">
     6       <Value Profile="(Default)">1</Value>
     7     </Setting>
     8     <Setting Name="DisplayFont" Type="System.Drawing.Font" Scope="User">
     9       <Value Profile="(Default)">Microsoft Sans Serif, 9.75pt</Value>
    10     </Setting>
    11     <Setting Name="DisplayShowBorders" Type="System.Boolean" Scope="User">
    12       <Value Profile="(Default)">False</Value>
    13     </Setting>
    14     <Setting Name="DisplayConnectOnStartup" Type="System.Boolean" Scope="User">
    15       <Value Profile="(Default)">False</Value>
    16     </Setting>
    17     <Setting Name="DisplayReverseScreen" Type="System.Boolean" Scope="User">
    18       <Value Profile="(Default)">False</Value>
    19     </Setting>
    20     <Setting Name="DisplayType" Type="System.Int32" Scope="User">
    21       <Value Profile="(Default)">1</Value>
    22     </Setting>
    23     <Setting Name="TimerInterval" Type="System.Int32" Scope="User">
    24       <Value Profile="(Default)">100</Value>
    25     </Setting>
    26   </Settings>
    27 </SettingsFile>