Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/TSPView.Designer.cs

    r2805 r2834  
    5050      this.SuspendLayout();
    5151      //
    52       // valueParameterCollectionView
     52      // parameterCollectionView
    5353      //
    54       this.valueParameterCollectionView.Size = new System.Drawing.Size(490, 205);
     54      this.parameterCollectionView.Size = new System.Drawing.Size(490, 205);
    5555      //
    5656      // nameTextBox
     
    8585      this.Name = "TSPView";
    8686      this.Controls.SetChildIndex(this.importButton, 0);
    87       this.Controls.SetChildIndex(this.valueParameterCollectionView, 0);
     87      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    8888      this.Controls.SetChildIndex(this.nameLabel, 0);
    8989      this.Controls.SetChildIndex(this.descriptionLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.