Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 12:03:25 (14 years ago)
Author:
mkommend
Message:

adapted view captions (ticket #893)

Location:
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs

    r3693 r3764  
    132132                  | System.Windows.Forms.AnchorStyles.Left)
    133133                  | System.Windows.Forms.AnchorStyles.Right)));
    134       this.tourViewHost.Caption = null;
    135134      this.tourViewHost.Content = null;
    136135      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
     
    177176                  | System.Windows.Forms.AnchorStyles.Left)
    178177                  | System.Windows.Forms.AnchorStyles.Right)));
    179       this.qualityViewHost.Caption = null;
    180178      this.qualityViewHost.Content = null;
    181179      this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r3505 r3764  
    109109                  | System.Windows.Forms.AnchorStyles.Left)
    110110                  | System.Windows.Forms.AnchorStyles.Right)));
    111       this.parameterCollectionView.Caption = "ParameterCollection";
    112111      this.parameterCollectionView.Content = null;
    113112      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
     
    133132                  | System.Windows.Forms.AnchorStyles.Left)
    134133                  | System.Windows.Forms.AnchorStyles.Right)));
    135       this.pathTSPTourView.Caption = "View";
    136134      this.pathTSPTourView.Content = null;
    137135      this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
Note: See TracChangeset for help on using the changeset viewer.