diff -r d2295c186ce1 -r 2568261f74fb Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Sat Sep 26 16:35:27 2015 +0200 +++ b/Server/Properties/Settings.Designer.cs Sat Sep 26 17:55:51 2015 +0200 @@ -117,5 +117,53 @@ this["OpticalDriveToEject"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool CecEnabled { + get { + return ((bool)(this["CecEnabled"])); + } + set { + this["CecEnabled"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public byte CecHdmiPort { + get { + return ((byte)(this["CecHdmiPort"])); + } + set { + this["CecHdmiPort"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool CecMonitorOn { + get { + return ((bool)(this["CecMonitorOn"])); + } + set { + this["CecMonitorOn"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool CecMonitorOff { + get { + return ((bool)(this["CecMonitorOff"])); + } + set { + this["CecMonitorOff"] = value; + } + } } }