Server/Properties/Settings.Designer.cs
author StephaneLenclud
Sat, 13 Aug 2016 23:26:54 +0200
changeset 232 5a739e2e5255
parent 215 5de8f8eaaa54
child 233 2b9541e54f7d
permissions -rw-r--r--
Published v0.11.0.0.
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@126
    99
        [global::System.Configuration.DefaultSettingValueAttribute("None")]
StephaneLenclud@126
   100
        public string StartFileName {
StephaneLenclud@126
   101
            get {
StephaneLenclud@126
   102
                return ((string)(this["StartFileName"]));
StephaneLenclud@126
   103
            }
StephaneLenclud@126
   104
            set {
StephaneLenclud@126
   105
                this["StartFileName"] = value;
StephaneLenclud@126
   106
            }
StephaneLenclud@126
   107
        }
StephaneLenclud@153
   108
        
StephaneLenclud@153
   109
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@153
   110
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@153
   111
        [global::System.Configuration.DefaultSettingValueAttribute("None")]
StephaneLenclud@153
   112
        public string OpticalDriveToEject {
StephaneLenclud@153
   113
            get {
StephaneLenclud@153
   114
                return ((string)(this["OpticalDriveToEject"]));
StephaneLenclud@153
   115
            }
StephaneLenclud@153
   116
            set {
StephaneLenclud@153
   117
                this["OpticalDriveToEject"] = value;
StephaneLenclud@153
   118
            }
StephaneLenclud@153
   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("False")]
StephaneLenclud@168
   124
        public bool CecEnabled {
StephaneLenclud@168
   125
            get {
StephaneLenclud@168
   126
                return ((bool)(this["CecEnabled"]));
StephaneLenclud@168
   127
            }
StephaneLenclud@168
   128
            set {
StephaneLenclud@168
   129
                this["CecEnabled"] = value;
StephaneLenclud@168
   130
            }
StephaneLenclud@168
   131
        }
StephaneLenclud@168
   132
        
StephaneLenclud@168
   133
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@168
   134
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@168
   135
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
StephaneLenclud@168
   136
        public byte CecHdmiPort {
StephaneLenclud@168
   137
            get {
StephaneLenclud@168
   138
                return ((byte)(this["CecHdmiPort"]));
StephaneLenclud@168
   139
            }
StephaneLenclud@168
   140
            set {
StephaneLenclud@168
   141
                this["CecHdmiPort"] = value;
StephaneLenclud@168
   142
            }
StephaneLenclud@168
   143
        }
StephaneLenclud@168
   144
        
StephaneLenclud@168
   145
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@168
   146
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@168
   147
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
StephaneLenclud@194
   148
        public bool StartIdleClient {
StephaneLenclud@194
   149
            get {
StephaneLenclud@194
   150
                return ((bool)(this["StartIdleClient"]));
StephaneLenclud@194
   151
            }
StephaneLenclud@194
   152
            set {
StephaneLenclud@194
   153
                this["StartIdleClient"] = value;
StephaneLenclud@194
   154
            }
StephaneLenclud@194
   155
        }
StephaneLenclud@204
   156
        
StephaneLenclud@204
   157
        [global::System.Configuration.UserScopedSettingAttribute()]
StephaneLenclud@204
   158
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@232
   159
        public global::SharpLib.Ear.ManagerEventAction Events {
Stephane@212
   160
            get {
StephaneLenclud@232
   161
                return ((global::SharpLib.Ear.ManagerEventAction)(this["Events"]));
Stephane@212
   162
            }
Stephane@212
   163
            set {
StephaneLenclud@232
   164
                this["Events"] = value;
Stephane@212
   165
            }
Stephane@212
   166
        }
sl@0
   167
    }
sl@0
   168
}