1 //------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
11 namespace SharpDisplayManager.Properties {
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
20 public static Settings Default {
22 return defaultInstance;
26 [global::System.Configuration.UserScopedSettingAttribute()]
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28 [global::System.Configuration.DefaultSettingValueAttribute("False")]
29 public bool DisplayConnectOnStartup {
31 return ((bool)(this["DisplayConnectOnStartup"]));
34 this["DisplayConnectOnStartup"] = value;
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 public global::SharpDisplayManager.DisplaysSettings DisplaysSettings {
42 return ((global::SharpDisplayManager.DisplaysSettings)(this["DisplaysSettings"]));
45 this["DisplaysSettings"] = value;
49 [global::System.Configuration.UserScopedSettingAttribute()]
50 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
51 [global::System.Configuration.DefaultSettingValueAttribute("0")]
52 public int CurrentDisplayIndex {
54 return ((int)(this["CurrentDisplayIndex"]));
57 this["CurrentDisplayIndex"] = value;
61 [global::System.Configuration.UserScopedSettingAttribute()]
62 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
63 [global::System.Configuration.DefaultSettingValueAttribute("False")]
64 public bool CycleClients {
66 return ((bool)(this["CycleClients"]));
69 this["CycleClients"] = value;
73 [global::System.Configuration.UserScopedSettingAttribute()]
74 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
75 [global::System.Configuration.DefaultSettingValueAttribute("False")]
76 public bool MinimizeToTray {
78 return ((bool)(this["MinimizeToTray"]));
81 this["MinimizeToTray"] = value;
85 [global::System.Configuration.UserScopedSettingAttribute()]
86 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
87 [global::System.Configuration.DefaultSettingValueAttribute("False")]
88 public bool StartMinimized {
90 return ((bool)(this["StartMinimized"]));
93 this["StartMinimized"] = value;
97 [global::System.Configuration.UserScopedSettingAttribute()]
98 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
99 [global::System.Configuration.DefaultSettingValueAttribute("False")]
100 public bool CecEnabled {
102 return ((bool)(this["CecEnabled"]));
105 this["CecEnabled"] = value;
109 [global::System.Configuration.UserScopedSettingAttribute()]
110 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
111 [global::System.Configuration.DefaultSettingValueAttribute("1")]
112 public byte CecHdmiPort {
114 return ((byte)(this["CecHdmiPort"]));
117 this["CecHdmiPort"] = value;
121 [global::System.Configuration.UserScopedSettingAttribute()]
122 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
123 [global::System.Configuration.DefaultSettingValueAttribute("True")]
124 public bool StartIdleClient {
126 return ((bool)(this["StartIdleClient"]));
129 this["StartIdleClient"] = value;
133 [global::System.Configuration.UserScopedSettingAttribute()]
134 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
135 public global::SharpDisplayManager.EarManager EarManager {
137 return ((global::SharpDisplayManager.EarManager)(this["EarManager"]));
140 this["EarManager"] = value;
144 [global::System.Configuration.UserScopedSettingAttribute()]
145 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
146 [global::System.Configuration.DefaultSettingValueAttribute("False")]
147 public bool HarmonyEnabled {
149 return ((bool)(this["HarmonyEnabled"]));
152 this["HarmonyEnabled"] = value;
156 [global::System.Configuration.UserScopedSettingAttribute()]
157 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
158 [global::System.Configuration.DefaultSettingValueAttribute("HarmonyHub")]
159 public string HarmonyHubAddress {
161 return ((string)(this["HarmonyHubAddress"]));
164 this["HarmonyHubAddress"] = value;
168 [global::System.Configuration.UserScopedSettingAttribute()]
169 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
170 [global::System.Configuration.DefaultSettingValueAttribute("")]
171 public string LogitechUserName {
173 return ((string)(this["LogitechUserName"]));
176 this["LogitechUserName"] = value;
180 [global::System.Configuration.UserScopedSettingAttribute()]
181 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
182 [global::System.Configuration.DefaultSettingValueAttribute("")]
183 public string LogitechAuthToken {
185 return ((string)(this["LogitechAuthToken"]));
188 this["LogitechAuthToken"] = value;
192 [global::System.Configuration.UserScopedSettingAttribute()]
193 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
194 [global::System.Configuration.DefaultSettingValueAttribute("")]
195 public string LogitechPassword {
197 return ((string)(this["LogitechPassword"]));
200 this["LogitechPassword"] = value;