Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
Location:
trunk/sources/HeuristicLab.Problems.TSP.Views/3.3
Files:
2 edited

Legend:

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

    r2883 r2917  
    5252      // parameterCollectionView
    5353      //
    54       this.parameterCollectionView.Size = new System.Drawing.Size(529, 274);
     54      this.parameterCollectionView.Size = new System.Drawing.Size(529, 341);
    5555      //
    5656      // nameTextBox
     
    6262      // descriptionTextBox
    6363      //
    64       this.descriptionTextBox.Size = new System.Drawing.Size(457, 87);
     64      this.descriptionTextBox.Size = new System.Drawing.Size(457, 20);
    6565      //
    6666      // openFileDialog
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/TSPView.cs

    r2883 r2917  
    3030  /// The base class for visual representations of items.
    3131  /// </summary>
     32  [View("TSP View")]
    3233  [Content(typeof(TSP), true)]
    3334  public sealed partial class TSPView : ProblemView {
Note: See TracChangeset for help on using the changeset viewer.