Server/Properties/Settings.Designer.cs
changeset 94 fe939a729030
parent 65 464486b81635
child 100 7e02ac8b13ba
     1.1 --- a/Server/Properties/Settings.Designer.cs	Sun Jan 18 14:18:28 2015 +0100
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Sun Jan 18 18:11:32 2015 +0100
     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.34014
     1.8 +//     Runtime Version:4.0.30319.18444
     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 @@ -69,5 +69,29 @@
    1.13                  this["CycleClients"] = value;
    1.14              }
    1.15          }
    1.16 +        
    1.17 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.18 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.19 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.20 +        public bool MinimizeToTray {
    1.21 +            get {
    1.22 +                return ((bool)(this["MinimizeToTray"]));
    1.23 +            }
    1.24 +            set {
    1.25 +                this["MinimizeToTray"] = value;
    1.26 +            }
    1.27 +        }
    1.28 +        
    1.29 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.30 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.31 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.32 +        public bool StartMinimized {
    1.33 +            get {
    1.34 +                return ((bool)(this["StartMinimized"]));
    1.35 +            }
    1.36 +            set {
    1.37 +                this["StartMinimized"] = value;
    1.38 +            }
    1.39 +        }
    1.40      }
    1.41  }