author | StephaneLenclud |
Tue, 29 Sep 2015 18:38:36 +0200 | |
changeset 170 | f59d913ae7a9 |
parent 159 | e7c8c2b500bd |
child 194 | b0c0aa5aea05 |
permissions | -rw-r--r-- |
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@168 | 148 |
public bool CecMonitorOn { |
StephaneLenclud@168 | 149 |
get { |
StephaneLenclud@168 | 150 |
return ((bool)(this["CecMonitorOn"])); |
StephaneLenclud@168 | 151 |
} |
StephaneLenclud@168 | 152 |
set { |
StephaneLenclud@168 | 153 |
this["CecMonitorOn"] = value; |
StephaneLenclud@168 | 154 |
} |
StephaneLenclud@168 | 155 |
} |
StephaneLenclud@168 | 156 |
|
StephaneLenclud@168 | 157 |
[global::System.Configuration.UserScopedSettingAttribute()] |
StephaneLenclud@168 | 158 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
StephaneLenclud@168 | 159 |
[global::System.Configuration.DefaultSettingValueAttribute("True")] |
StephaneLenclud@168 | 160 |
public bool CecMonitorOff { |
StephaneLenclud@168 | 161 |
get { |
StephaneLenclud@168 | 162 |
return ((bool)(this["CecMonitorOff"])); |
StephaneLenclud@168 | 163 |
} |
StephaneLenclud@168 | 164 |
set { |
StephaneLenclud@168 | 165 |
this["CecMonitorOff"] = value; |
StephaneLenclud@168 | 166 |
} |
StephaneLenclud@168 | 167 |
} |
sl@0 | 168 |
} |
sl@0 | 169 |
} |