Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 14:30:55 (14 years ago)
Author:
gkronber
Message:

Separated MultiOperator into two classes MultiOperator and CheckedMultiOperator. #992 (CheckedItemList and CheckedItemCollection is necessary)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r3568 r3591  
    4747      this.tabControl = new System.Windows.Forms.TabControl();
    4848      this.operatorsTabPage = new System.Windows.Forms.TabPage();
    49       this.operatorListView = new HeuristicLab.Core.Views.CheckedItemListView<T>();
     49      this.operatorListView = new HeuristicLab.Core.Views.ItemListView<T>();
    5050      this.parametersTabPage = new System.Windows.Forms.TabPage();
    5151      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    178178    protected System.Windows.Forms.TabPage parametersTabPage;
    179179    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    180     protected HeuristicLab.Core.Views.CheckedItemListView<T> operatorListView;
     180    protected HeuristicLab.Core.Views.ItemListView<T> operatorListView;
    181181    protected System.Windows.Forms.CheckBox breakpointCheckBox;
    182182    protected System.Windows.Forms.Label breakpointLabel;
Note: See TracChangeset for help on using the changeset viewer.