Properties/Settings.settings
author sl
Mon, 11 Aug 2014 23:18:45 +0200
changeset 16 985ca4b6e099
parent 13 745d9ee1a2c0
permissions -rw-r--r--
Adding option to reverse screen. That's useful to avoid having to set our
hardware the correct way up.
sl@0
     1
<?xml version='1.0' encoding='utf-8'?>
sl@8
     2
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SharpDisplayManager.Properties" GeneratedClassName="Settings">
sl@8
     3
  <Profiles />
sl@8
     4
  <Settings>
sl@8
     5
    <Setting Name="DisplayBrightness" Type="System.Int32" Scope="User">
sl@8
     6
      <Value Profile="(Default)">1</Value>
sl@8
     7
    </Setting>
sl@8
     8
    <Setting Name="DisplayFont" Type="System.Drawing.Font" Scope="User">
sl@8
     9
      <Value Profile="(Default)">Microsoft Sans Serif, 9.75pt</Value>
sl@8
    10
    </Setting>
sl@9
    11
    <Setting Name="DisplayShowBorders" Type="System.Boolean" Scope="User">
sl@9
    12
      <Value Profile="(Default)">False</Value>
sl@9
    13
    </Setting>
sl@13
    14
    <Setting Name="DisplayConnectOnStartup" Type="System.Boolean" Scope="User">
sl@13
    15
      <Value Profile="(Default)">False</Value>
sl@13
    16
    </Setting>
sl@16
    17
    <Setting Name="DisplayReverseScreen" Type="System.Boolean" Scope="User">
sl@16
    18
      <Value Profile="(Default)">False</Value>
sl@16
    19
    </Setting>
sl@8
    20
  </Settings>
sl@8
    21
</SettingsFile>