Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/19 20:35:46 (5 years ago)
Author:
abeham
Message:

#2521: Finished refactoring pTSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP.Views/3.3/MatrixPTSPDataView.Designer.cs

    r17260 r17264  
    3838      this.SuspendLayout();
    3939      //
     40      // distanceMatrixView
     41      //
     42      this.distanceMatrixView.ShowStatisticalInformation = false;
     43      //
    4044      // tabControl
    4145      //
     
    5559      // coordinatesMatrixView
    5660      //
     61      this.coordinatesMatrixView.ShowStatisticalInformation = false;
    5762      this.coordinatesMatrixView.Size = new System.Drawing.Size(252, 538);
    5863      //
     
    8893      this.probabilitiesView.TabIndex = 0;
    8994      //
    90       // MatrixProbabilisticTSPDataView
     95      // MatrixPTSPDataView
    9196      //
    9297      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    93       this.Name = "MatrixProbabilisticTSPDataView";
     98      this.Name = "MatrixPTSPDataView";
    9499      this.tabControl.ResumeLayout(false);
    95100      this.coordinatesTabPage.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.