Server/Properties/Settings.Designer.cs
changeset 168 2568261f74fb
parent 159 e7c8c2b500bd
child 194 b0c0aa5aea05
     1.1 --- a/Server/Properties/Settings.Designer.cs	Sat Sep 26 16:35:27 2015 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Sat Sep 26 17:55:51 2015 +0200
     1.3 @@ -117,5 +117,53 @@
     1.4                  this["OpticalDriveToEject"] = value;
     1.5              }
     1.6          }
     1.7 +        
     1.8 +        [global::System.Configuration.UserScopedSettingAttribute()]
     1.9 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.10 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.11 +        public bool CecEnabled {
    1.12 +            get {
    1.13 +                return ((bool)(this["CecEnabled"]));
    1.14 +            }
    1.15 +            set {
    1.16 +                this["CecEnabled"] = value;
    1.17 +            }
    1.18 +        }
    1.19 +        
    1.20 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.21 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.22 +        [global::System.Configuration.DefaultSettingValueAttribute("1")]
    1.23 +        public byte CecHdmiPort {
    1.24 +            get {
    1.25 +                return ((byte)(this["CecHdmiPort"]));
    1.26 +            }
    1.27 +            set {
    1.28 +                this["CecHdmiPort"] = value;
    1.29 +            }
    1.30 +        }
    1.31 +        
    1.32 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.33 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.34 +        [global::System.Configuration.DefaultSettingValueAttribute("True")]
    1.35 +        public bool CecMonitorOn {
    1.36 +            get {
    1.37 +                return ((bool)(this["CecMonitorOn"]));
    1.38 +            }
    1.39 +            set {
    1.40 +                this["CecMonitorOn"] = value;
    1.41 +            }
    1.42 +        }
    1.43 +        
    1.44 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.45 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.46 +        [global::System.Configuration.DefaultSettingValueAttribute("True")]
    1.47 +        public bool CecMonitorOff {
    1.48 +            get {
    1.49 +                return ((bool)(this["CecMonitorOff"]));
    1.50 +            }
    1.51 +            set {
    1.52 +                this["CecMonitorOff"] = value;
    1.53 +            }
    1.54 +        }
    1.55      }
    1.56  }