Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 03:34:39 (15 years ago)
Author:
swagner
Message:

Added empty clipboard control (#965).

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

    r3290 r3292  
    4747            }
    4848        }
     49       
     50        [global::System.Configuration.UserScopedSettingAttribute()]
     51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     52        [global::System.Configuration.DefaultSettingValueAttribute("True")]
     53        public bool ShowClipboard {
     54            get {
     55                return ((bool)(this["ShowClipboard"]));
     56            }
     57            set {
     58                this["ShowClipboard"] = value;
     59            }
     60        }
    4961    }
    5062}
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings

    r3290 r3292  
    99      <Value Profile="(Default)">False</Value>
    1010    </Setting>
     11    <Setting Name="ShowClipboard" Type="System.Boolean" Scope="User">
     12      <Value Profile="(Default)">True</Value>
     13    </Setting>
    1114  </Settings>
    1215</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.