Server/Properties/Settings.Designer.cs
author StephaneLenclud
Tue, 30 Aug 2016 03:45:45 +0200
changeset 258 e237c2e33545
parent 245 448e6a616c22
child 266 b11d7ebbdc7f
permissions -rw-r--r--
Published v1.1.0.0.
EAR is now async.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
StephaneLenclud@159
     4
//     Runtime Version:4.0.30319.42000
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()]
StephaneLenclud@159
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.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@94
    72
        
sl@94
    73
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@94
    74
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@94
    75
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@94
    76
        public bool MinimizeToTray {
sl@94
    77
            get {
sl@94
    78
                return ((bool)(this["MinimizeToTray"]));
sl@94
    79
            }
sl@94
    80
            set {
sl@94
    81
                this["MinimizeToTray"] = value;
sl@94
    82
            }
sl@94
    83
        }
sl@94
    84
        
sl@94
    85
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@94
    86
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@94
    87
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
sl@94
    88
        public bool StartMinimized {
sl@94
    89
            get {
sl@94
    90
                return ((bool)(this["StartMinimized"]));
sl@94
    91
            }
sl@94
    92
            set {
sl@94
    93
                this["StartMinimized"] = value;
sl@94
    94
            }
sl@94
    95
        }
StephaneLenclud@126
    96
        
StephaneLenclud@126
    97
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@126
    98
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@168
    99
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
StephaneLenclud@168
   100
        public bool CecEnabled {
StephaneLenclud@168
   101
            get {
StephaneLenclud@168
   102
                return ((bool)(this["CecEnabled"]));
StephaneLenclud@168
   103
            }
StephaneLenclud@168
   104
            set {
StephaneLenclud@168
   105
                this["CecEnabled"] = value;
StephaneLenclud@168
   106
            }
StephaneLenclud@168
   107
        }
StephaneLenclud@168
   108
        
StephaneLenclud@168
   109
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@168
   110
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@168
   111
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
StephaneLenclud@168
   112
        public byte CecHdmiPort {
StephaneLenclud@168
   113
            get {
StephaneLenclud@168
   114
                return ((byte)(this["CecHdmiPort"]));
StephaneLenclud@168
   115
            }
StephaneLenclud@168
   116
            set {
StephaneLenclud@168
   117
                this["CecHdmiPort"] = value;
StephaneLenclud@168
   118
            }
StephaneLenclud@168
   119
        }
StephaneLenclud@168
   120
        
StephaneLenclud@168
   121
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@168
   122
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@168
   123
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
StephaneLenclud@194
   124
        public bool StartIdleClient {
StephaneLenclud@194
   125
            get {
StephaneLenclud@194
   126
                return ((bool)(this["StartIdleClient"]));
StephaneLenclud@194
   127
            }
StephaneLenclud@194
   128
            set {
StephaneLenclud@194
   129
                this["StartIdleClient"] = value;
StephaneLenclud@194
   130
            }
StephaneLenclud@194
   131
        }
StephaneLenclud@204
   132
        
StephaneLenclud@204
   133
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@204
   134
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@235
   135
        public global::SharpDisplayManager.EarManager EarManager {
Stephane@212
   136
            get {
StephaneLenclud@235
   137
                return ((global::SharpDisplayManager.EarManager)(this["EarManager"]));
Stephane@212
   138
            }
Stephane@212
   139
            set {
StephaneLenclud@235
   140
                this["EarManager"] = value;
Stephane@212
   141
            }
Stephane@212
   142
        }
StephaneLenclud@233
   143
        
StephaneLenclud@233
   144
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@233
   145
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@233
   146
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
StephaneLenclud@233
   147
        public bool HarmonyEnabled {
StephaneLenclud@233
   148
            get {
StephaneLenclud@233
   149
                return ((bool)(this["HarmonyEnabled"]));
StephaneLenclud@233
   150
            }
StephaneLenclud@233
   151
            set {
StephaneLenclud@233
   152
                this["HarmonyEnabled"] = value;
StephaneLenclud@233
   153
            }
StephaneLenclud@233
   154
        }
StephaneLenclud@233
   155
        
StephaneLenclud@233
   156
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@233
   157
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@233
   158
        [global::System.Configuration.DefaultSettingValueAttribute("HarmonyHub")]
StephaneLenclud@233
   159
        public string HarmonyHubAddress {
StephaneLenclud@233
   160
            get {
StephaneLenclud@233
   161
                return ((string)(this["HarmonyHubAddress"]));
StephaneLenclud@233
   162
            }
StephaneLenclud@233
   163
            set {
StephaneLenclud@233
   164
                this["HarmonyHubAddress"] = value;
StephaneLenclud@233
   165
            }
StephaneLenclud@233
   166
        }
StephaneLenclud@251
   167
        
StephaneLenclud@251
   168
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@251
   169
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@251
   170
        [global::System.Configuration.DefaultSettingValueAttribute("")]
StephaneLenclud@251
   171
        public string LogitechUserName {
StephaneLenclud@251
   172
            get {
StephaneLenclud@251
   173
                return ((string)(this["LogitechUserName"]));
StephaneLenclud@251
   174
            }
StephaneLenclud@251
   175
            set {
StephaneLenclud@251
   176
                this["LogitechUserName"] = value;
StephaneLenclud@251
   177
            }
StephaneLenclud@251
   178
        }
sl@0
   179
    }
sl@0
   180
}