Changeset 13884 for stable/HeuristicLab.Optimizer/3.3/Properties
- Timestamp:
- 06/08/16 15:29:05 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13567,13586
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimizer
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimizer merged: 13567,13586
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
r11920 r13884 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 63 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 64 64 [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")]77 65 public bool CollapseClipboard { 78 66 get { … … 107 95 } 108 96 } 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 } 109 133 } 110 134 } -
stable/HeuristicLab.Optimizer/3.3/Properties/Settings.settings
r6827 r13884 12 12 <Value Profile="(Default)">True</Value> 13 13 </Setting> 14 <Setting Name="ShowMaximized" Type="System.Boolean" Scope="User">15 <Value Profile="(Default)">True</Value>16 </Setting>17 14 <Setting Name="CollapseClipboard" Type="System.Boolean" Scope="User"> 18 15 <Value Profile="(Default)">True</Value> … … 24 21 <Value Profile="(Default)">DockingMainForm</Value> 25 22 </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> 26 32 </Settings> 27 33 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.