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

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3/CoordinatesTSPDataView.Designer.cs

    r17251 r17264  
    7373      this.coordinatesMatrixView.ReadOnly = false;
    7474      this.coordinatesMatrixView.ShowRowsAndColumnsTextBox = true;
    75       this.coordinatesMatrixView.ShowStatisticalInformation = true;
     75      this.coordinatesMatrixView.ShowStatisticalInformation = false;
    7676      this.coordinatesMatrixView.Size = new System.Drawing.Size(256, 570);
    7777      this.coordinatesMatrixView.TabIndex = 1;
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3/EuclideanTSPDataView.Designer.cs

    r17260 r17264  
    3131      this.coordinatesSplitContainer.SuspendLayout();
    3232      ((System.ComponentModel.ISupportInitialize)(this.coordinatesPictureBox)).BeginInit();
     33      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    3334      this.SuspendLayout();
    3435      //
     
    4849      this.coordinatesMatrixView.Dock = System.Windows.Forms.DockStyle.None;
    4950      this.coordinatesMatrixView.Location = new System.Drawing.Point(0, 30);
     51      this.coordinatesMatrixView.ShowStatisticalInformation = false;
    5052      this.coordinatesMatrixView.Size = new System.Drawing.Size(256, 598);
     53      //
     54      // nameTextBox
     55      //
     56      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     57      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    5158      //
    5259      // roundingModeLabel
     
    8188      this.coordinatesSplitContainer.ResumeLayout(false);
    8289      ((System.ComponentModel.ISupportInitialize)(this.coordinatesPictureBox)).EndInit();
     90      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    8391      this.ResumeLayout(false);
     92      this.PerformLayout();
    8493
    8594    }
  • 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.