Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/10 03:28:16 (14 years ago)
Author:
swagner
Message:

Restricted types of child operators in MultiOperator (#979)

File:
1 moved

Legend:

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

    r3401 r3407  
    2121
    2222namespace HeuristicLab.Operators.Views {
    23   partial class MultipleCallsOperatorView {
     23  partial class MultiOperatorView<T> {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4747      this.tabControl = new System.Windows.Forms.TabControl();
    4848      this.operatorsTabPage = new System.Windows.Forms.TabPage();
    49       this.operatorListView = new HeuristicLab.Core.Views.OperatorListView();
     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();
     
    147147      this.breakpointLabel.Text = "&Breakpoint:";
    148148      //
    149       // MultipleCallsOperatorView
     149      // MultiOperatorView
    150150      //
    151151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    154154      this.Controls.Add(this.breakpointLabel);
    155155      this.Controls.Add(this.tabControl);
    156       this.Name = "MultipleCallsOperatorView";
     156      this.Name = "MultiOperatorView";
    157157      this.Size = new System.Drawing.Size(486, 482);
    158158      this.Controls.SetChildIndex(this.tabControl, 0);
     
    178178    protected System.Windows.Forms.TabPage parametersTabPage;
    179179    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    180     protected HeuristicLab.Core.Views.OperatorListView 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.