Changeset 3290 for trunk/sources/HeuristicLab.Optimizer/3.3/Properties
- Timestamp:
- 04/09/10 02:04:57 (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
r3163 r3290 35 35 } 36 36 } 37 38 [global::System.Configuration.UserScopedSettingAttribute()] 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 40 [global::System.Configuration.DefaultSettingValueAttribute("False")] 41 public bool ShowOperatorsSidebar { 42 get { 43 return ((bool)(this["ShowOperatorsSidebar"])); 44 } 45 set { 46 this["ShowOperatorsSidebar"] = value; 47 } 48 } 37 49 } 38 50 } -
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings
r3163 r3290 6 6 <Value Profile="(Default)">True</Value> 7 7 </Setting> 8 <Setting Name="ShowOperatorsSidebar" Type="System.Boolean" Scope="User"> 9 <Value Profile="(Default)">False</Value> 10 </Setting> 8 11 </Settings> 9 12 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.