Server/Properties/Settings.Designer.cs
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.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
sl@9
     4
//     Runtime Version:4.0.30319.18444
sl@0
     5
//
sl@0
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@0
     7
//     the code is regenerated.
sl@0
     8
// </auto-generated>
sl@0
     9
//------------------------------------------------------------------------------
sl@0
    10
sl@8
    11
namespace SharpDisplayManager.Properties {
sl@8
    12
    
sl@8
    13
    
sl@0
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@0
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
sl@8
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
sl@8
    17
        
sl@0
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@8
    19
        
sl@8
    20
        public static Settings Default {
sl@8
    21
            get {
sl@0
    22
                return defaultInstance;
sl@0
    23
            }
sl@0
    24
        }
sl@8
    25
        
sl@8
    26
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@8
    27
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@8
    28
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
sl@8
    29
        public int DisplayBrightness {
sl@8
    30
            get {
sl@8
    31
                return ((int)(this["DisplayBrightness"]));
sl@8
    32
            }
sl@8
    33
            set {
sl@8
    34
                this["DisplayBrightness"] = value;
sl@8
    35
            }
sl@8
    36
        }
sl@8
    37
        
sl@8
    38
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@8
    39
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@8
    40
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 9.75pt")]
sl@8
    41
        public global::System.Drawing.Font DisplayFont {
sl@8
    42
            get {
sl@8
    43
                return ((global::System.Drawing.Font)(this["DisplayFont"]));
sl@8
    44
            }
sl@8
    45
            set {
sl@8
    46
                this["DisplayFont"] = value;
sl@8
    47
            }
sl@8
    48
        }
sl@9
    49
        
sl@9
    50
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@9
    51
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@9
    52
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@9
    53
        public bool DisplayShowBorders {
sl@9
    54
            get {
sl@9
    55
                return ((bool)(this["DisplayShowBorders"]));
sl@9
    56
            }
sl@9
    57
            set {
sl@9
    58
                this["DisplayShowBorders"] = value;
sl@9
    59
            }
sl@9
    60
        }
sl@13
    61
        
sl@13
    62
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@13
    63
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@13
    64
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@13
    65
        public bool DisplayConnectOnStartup {
sl@13
    66
            get {
sl@13
    67
                return ((bool)(this["DisplayConnectOnStartup"]));
sl@13
    68
            }
sl@13
    69
            set {
sl@13
    70
                this["DisplayConnectOnStartup"] = value;
sl@13
    71
            }
sl@13
    72
        }
sl@16
    73
        
sl@16
    74
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@16
    75
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@16
    76
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@16
    77
        public bool DisplayReverseScreen {
sl@16
    78
            get {
sl@16
    79
                return ((bool)(this["DisplayReverseScreen"]));
sl@16
    80
            }
sl@16
    81
            set {
sl@16
    82
                this["DisplayReverseScreen"] = value;
sl@16
    83
            }
sl@16
    84
        }
sl@46
    85
        
sl@46
    86
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@46
    87
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@46
    88
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
sl@46
    89
        public int DisplayType {
sl@46
    90
            get {
sl@46
    91
                return ((int)(this["DisplayType"]));
sl@46
    92
            }
sl@46
    93
            set {
sl@46
    94
                this["DisplayType"] = value;
sl@46
    95
            }
sl@46
    96
        }
sl@47
    97
        
sl@47
    98
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@47
    99
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@47
   100
        [global::System.Configuration.DefaultSettingValueAttribute("100")]
sl@47
   101
        public int TimerInterval {
sl@47
   102
            get {
sl@47
   103
                return ((int)(this["TimerInterval"]));
sl@47
   104
            }
sl@47
   105
            set {
sl@47
   106
                this["TimerInterval"] = value;
sl@47
   107
            }
sl@47
   108
        }
sl@0
   109
    }
sl@0
   110
}