Server/Properties/Settings.Designer.cs
author sl
Fri, 03 Oct 2014 18:43:55 +0200
changeset 65 464486b81635
parent 50 ba4cad33db58
child 94 fe939a729030
permissions -rw-r--r--
Adding current client concept.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
sl@65
     4
//     Runtime Version:4.0.30319.34014
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@13
    28
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@13
    29
        public bool DisplayConnectOnStartup {
sl@13
    30
            get {
sl@13
    31
                return ((bool)(this["DisplayConnectOnStartup"]));
sl@13
    32
            }
sl@13
    33
            set {
sl@13
    34
                this["DisplayConnectOnStartup"] = value;
sl@13
    35
            }
sl@13
    36
        }
sl@16
    37
        
sl@16
    38
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@16
    39
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@65
    40
        public global::SharpDisplayManager.DisplaysSettings DisplaysSettings {
sl@16
    41
            get {
sl@65
    42
                return ((global::SharpDisplayManager.DisplaysSettings)(this["DisplaysSettings"]));
sl@16
    43
            }
sl@16
    44
            set {
sl@65
    45
                this["DisplaysSettings"] = value;
sl@16
    46
            }
sl@16
    47
        }
sl@46
    48
        
sl@46
    49
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@46
    50
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@48
    51
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
sl@48
    52
        public int CurrentDisplayIndex {
sl@46
    53
            get {
sl@48
    54
                return ((int)(this["CurrentDisplayIndex"]));
sl@46
    55
            }
sl@46
    56
            set {
sl@48
    57
                this["CurrentDisplayIndex"] = value;
sl@47
    58
            }
sl@47
    59
        }
sl@65
    60
        
sl@65
    61
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@65
    62
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@65
    63
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@65
    64
        public bool CycleClients {
sl@65
    65
            get {
sl@65
    66
                return ((bool)(this["CycleClients"]));
sl@65
    67
            }
sl@65
    68
            set {
sl@65
    69
                this["CycleClients"] = value;
sl@65
    70
            }
sl@65
    71
        }
sl@0
    72
    }
sl@0
    73
}