Server/Properties/Settings.Designer.cs
author sl
Fri, 15 Aug 2014 10:20:01 +0200
changeset 30 c375286d1a1c
parent 16 985ca4b6e099
child 46 0c0ee86760ea
permissions -rw-r--r--
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
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@0
    85
    }
sl@0
    86
}