Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/16 15:29:05 (9 years ago)
Author:
mkommend
Message:

#2567: Merged r13567 and r13586 into stable.

Location:
stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimizer

  • stable/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs

    r11920 r13884  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.34014
     4//     Runtime Version:4.0.30319.42000
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    6363        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    6464        [global::System.Configuration.DefaultSettingValueAttribute("True")]
    65         public bool ShowMaximized {
    66             get {
    67                 return ((bool)(this["ShowMaximized"]));
    68             }
    69             set {
    70                 this["ShowMaximized"] = value;
    71             }
    72         }
    73        
    74         [global::System.Configuration.UserScopedSettingAttribute()]
    75         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    76         [global::System.Configuration.DefaultSettingValueAttribute("True")]
    7765        public bool CollapseClipboard {
    7866            get {
     
    10795            }
    10896        }
     97       
     98        [global::System.Configuration.UserScopedSettingAttribute()]
     99        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     100        [global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
     101        public global::System.Drawing.Point MainFormLocation {
     102            get {
     103                return ((global::System.Drawing.Point)(this["MainFormLocation"]));
     104            }
     105            set {
     106                this["MainFormLocation"] = value;
     107            }
     108        }
     109       
     110        [global::System.Configuration.UserScopedSettingAttribute()]
     111        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     112        [global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
     113        public global::System.Drawing.Size MainFormSize {
     114            get {
     115                return ((global::System.Drawing.Size)(this["MainFormSize"]));
     116            }
     117            set {
     118                this["MainFormSize"] = value;
     119            }
     120        }
     121       
     122        [global::System.Configuration.UserScopedSettingAttribute()]
     123        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     124        [global::System.Configuration.DefaultSettingValueAttribute("Normal")]
     125        public global::System.Windows.Forms.FormWindowState MainFormWindowState {
     126            get {
     127                return ((global::System.Windows.Forms.FormWindowState)(this["MainFormWindowState"]));
     128            }
     129            set {
     130                this["MainFormWindowState"] = value;
     131            }
     132        }
    109133    }
    110134}
  • stable/HeuristicLab.Optimizer/3.3/Properties/Settings.settings

    r6827 r13884  
    1212      <Value Profile="(Default)">True</Value>
    1313    </Setting>
    14     <Setting Name="ShowMaximized" Type="System.Boolean" Scope="User">
    15       <Value Profile="(Default)">True</Value>
    16     </Setting>
    1714    <Setting Name="CollapseClipboard" Type="System.Boolean" Scope="User">
    1815      <Value Profile="(Default)">True</Value>
     
    2421      <Value Profile="(Default)">DockingMainForm</Value>
    2522    </Setting>
     23    <Setting Name="MainFormLocation" Type="System.Drawing.Point" Scope="User">
     24      <Value Profile="(Default)">0, 0</Value>
     25    </Setting>
     26    <Setting Name="MainFormSize" Type="System.Drawing.Size" Scope="User">
     27      <Value Profile="(Default)">0, 0</Value>
     28    </Setting>
     29    <Setting Name="MainFormWindowState" Type="System.Windows.Forms.FormWindowState" Scope="User">
     30      <Value Profile="(Default)">Normal</Value>
     31    </Setting>
    2632  </Settings>
    2733</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.