Adding CEC settings tab.
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("None")]
100 public string StartFileName {
102 return ((string)(this["StartFileName"]));
105 this["StartFileName"] = value;
109 [global::System.Configuration.UserScopedSettingAttribute()]
110 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
111 [global::System.Configuration.DefaultSettingValueAttribute("None")]
112 public string OpticalDriveToEject {
114 return ((string)(this["OpticalDriveToEject"]));
117 this["OpticalDriveToEject"] = value;
121 [global::System.Configuration.UserScopedSettingAttribute()]
122 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
123 [global::System.Configuration.DefaultSettingValueAttribute("False")]
124 public bool CecEnabled {
126 return ((bool)(this["CecEnabled"]));
129 this["CecEnabled"] = value;
133 [global::System.Configuration.UserScopedSettingAttribute()]
134 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
135 [global::System.Configuration.DefaultSettingValueAttribute("1")]
136 public byte CecHdmiPort {
138 return ((byte)(this["CecHdmiPort"]));
141 this["CecHdmiPort"] = value;
145 [global::System.Configuration.UserScopedSettingAttribute()]
146 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
147 [global::System.Configuration.DefaultSettingValueAttribute("True")]
148 public bool CecMonitorOn {
150 return ((bool)(this["CecMonitorOn"]));
153 this["CecMonitorOn"] = value;
157 [global::System.Configuration.UserScopedSettingAttribute()]
158 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
159 [global::System.Configuration.DefaultSettingValueAttribute("True")]
160 public bool CecMonitorOff {
162 return ((bool)(this["CecMonitorOff"]));
165 this["CecMonitorOff"] = value;