Server/Properties/Settings.Designer.cs
changeset 65 464486b81635
parent 50 ba4cad33db58
child 94 fe939a729030
     1.1 --- a/Server/Properties/Settings.Designer.cs	Mon Sep 22 22:04:39 2014 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Fri Oct 03 18:43:55 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  //------------------------------------------------------------------------------
     1.5  // <auto-generated>
     1.6  //     This code was generated by a tool.
     1.7 -//     Runtime Version:4.0.30319.18444
     1.8 +//     Runtime Version:4.0.30319.34014
     1.9  //
    1.10  //     Changes to this file may cause incorrect behavior and will be lost if
    1.11  //     the code is regenerated.
    1.12 @@ -37,12 +37,12 @@
    1.13          
    1.14          [global::System.Configuration.UserScopedSettingAttribute()]
    1.15          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.16 -        public global::SharpDisplayManager.DisplaysSettings DisplaySettings {
    1.17 +        public global::SharpDisplayManager.DisplaysSettings DisplaysSettings {
    1.18              get {
    1.19 -                return ((global::SharpDisplayManager.DisplaysSettings)(this["DisplaySettings"]));
    1.20 +                return ((global::SharpDisplayManager.DisplaysSettings)(this["DisplaysSettings"]));
    1.21              }
    1.22              set {
    1.23 -                this["DisplaySettings"] = value;
    1.24 +                this["DisplaysSettings"] = value;
    1.25              }
    1.26          }
    1.27          
    1.28 @@ -57,5 +57,17 @@
    1.29                  this["CurrentDisplayIndex"] = value;
    1.30              }
    1.31          }
    1.32 +        
    1.33 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.34 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.35 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.36 +        public bool CycleClients {
    1.37 +            get {
    1.38 +                return ((bool)(this["CycleClients"]));
    1.39 +            }
    1.40 +            set {
    1.41 +                this["CycleClients"] = value;
    1.42 +            }
    1.43 +        }
    1.44      }
    1.45  }