Changeset 3768 for trunk/sources/HeuristicLab.Optimizer/3.3/Properties
- Timestamp:
- 05/11/10 14:45:25 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimizer/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
r3292 r3768 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.4 9274 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 59 59 } 60 60 } 61 62 [global::System.Configuration.UserScopedSettingAttribute()] 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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 public bool CollapseClipboard { 78 get { 79 return ((bool)(this["CollapseClipboard"])); 80 } 81 set { 82 this["CollapseClipboard"] = value; 83 } 84 } 85 86 [global::System.Configuration.UserScopedSettingAttribute()] 87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 88 [global::System.Configuration.DefaultSettingValueAttribute("False")] 89 public bool CollapseOperatorsSidebar { 90 get { 91 return ((bool)(this["CollapseOperatorsSidebar"])); 92 } 93 set { 94 this["CollapseOperatorsSidebar"] = value; 95 } 96 } 61 97 } 62 98 } -
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings
r3292 r3768 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 <Setting Name="CollapseClipboard" Type="System.Boolean" Scope="User"> 18 <Value Profile="(Default)">True</Value> 19 </Setting> 20 <Setting Name="CollapseOperatorsSidebar" Type="System.Boolean" Scope="User"> 21 <Value Profile="(Default)">False</Value> 22 </Setting> 14 23 </Settings> 15 24 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.