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.TravelingSalesman.Views/3.3/MatrixTSPDataView.Designer.cs

    r17260 r17264  
    8585      this.distanceMatrixView.ReadOnly = false;
    8686      this.distanceMatrixView.ShowRowsAndColumnsTextBox = true;
    87       this.distanceMatrixView.ShowStatisticalInformation = true;
     87      this.distanceMatrixView.ShowStatisticalInformation = false;
    8888      this.distanceMatrixView.Size = new System.Drawing.Size(757, 538);
    8989      this.distanceMatrixView.TabIndex = 0;
     
    9595      this.coordinatesTabPage.Name = "coordinatesTabPage";
    9696      this.coordinatesTabPage.Padding = new System.Windows.Forms.Padding(3);
    97       this.coordinatesTabPage.Size = new System.Drawing.Size(763, 570);
     97      this.coordinatesTabPage.Size = new System.Drawing.Size(763, 544);
    9898      this.coordinatesTabPage.TabIndex = 1;
    9999      this.coordinatesTabPage.Text = "Display Coordinates";
     
    113113      //
    114114      this.coordinatesSplitContainer.Panel2.Controls.Add(this.coordinatesPictureBox);
    115       this.coordinatesSplitContainer.Size = new System.Drawing.Size(757, 564);
     115      this.coordinatesSplitContainer.Size = new System.Drawing.Size(757, 538);
    116116      this.coordinatesSplitContainer.SplitterDistance = 252;
    117117      this.coordinatesSplitContainer.TabIndex = 0;
     
    126126      this.coordinatesMatrixView.ReadOnly = false;
    127127      this.coordinatesMatrixView.ShowRowsAndColumnsTextBox = true;
    128       this.coordinatesMatrixView.ShowStatisticalInformation = true;
    129       this.coordinatesMatrixView.Size = new System.Drawing.Size(252, 564);
     128      this.coordinatesMatrixView.ShowStatisticalInformation = false;
     129      this.coordinatesMatrixView.Size = new System.Drawing.Size(252, 538);
    130130      this.coordinatesMatrixView.TabIndex = 1;
    131131      //
     
    135135      this.coordinatesPictureBox.Location = new System.Drawing.Point(0, 0);
    136136      this.coordinatesPictureBox.Name = "coordinatesPictureBox";
    137       this.coordinatesPictureBox.Size = new System.Drawing.Size(501, 564);
     137      this.coordinatesPictureBox.Size = new System.Drawing.Size(501, 538);
    138138      this.coordinatesPictureBox.TabIndex = 0;
    139139      this.coordinatesPictureBox.TabStop = false;
Note: See TracChangeset for help on using the changeset viewer.