Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/11 15:34:30 (13 years ago)
Author:
abeham
Message:

#1330

  • Renamed the DistanceMatrix parameter to Distances
  • Renamed the SwapMove to Swap2Move and renamed operators accordingly
  • Integrated changes in HeuristicLab.Analysis.Views regarding description text box
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r5641 r5838  
    7575      this.nameLabel.Location = new System.Drawing.Point(3, 32);
    7676      //
    77       // descriptionLabel
    78       //
    79       this.descriptionLabel.Location = new System.Drawing.Point(3, 58);
    80       //
    81       // descriptionTextBox
    82       //
    83       this.descriptionTextBox.Location = new System.Drawing.Point(86, 55);
    84       this.descriptionTextBox.Size = new System.Drawing.Size(561, 20);
    85       //
    8677      // importInstanceButton
    8778      //
     
    147138      this.tabControl.Controls.Add(this.problemTabPage);
    148139      this.tabControl.Controls.Add(this.visualizationTabPage);
    149       this.tabControl.Location = new System.Drawing.Point(0, 81);
     140      this.tabControl.Location = new System.Drawing.Point(0, 55);
    150141      this.tabControl.Name = "tabControl";
    151142      this.tabControl.SelectedIndex = 0;
    152       this.tabControl.Size = new System.Drawing.Size(647, 411);
     143      this.tabControl.Size = new System.Drawing.Size(647, 437);
    153144      this.tabControl.TabIndex = 8;
    154145      //
     
    158149      this.problemTabPage.Name = "problemTabPage";
    159150      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    160       this.problemTabPage.Size = new System.Drawing.Size(639, 385);
     151      this.problemTabPage.Size = new System.Drawing.Size(639, 411);
    161152      this.problemTabPage.TabIndex = 0;
    162153      this.problemTabPage.Text = "Problem";
     
    196187      this.Name = "QuadraticAssignmentProblemView";
    197188      this.Size = new System.Drawing.Size(647, 492);
     189      this.Controls.SetChildIndex(this.infoLabel, 0);
    198190      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    199       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    200191      this.Controls.SetChildIndex(this.nameLabel, 0);
    201192      this.Controls.SetChildIndex(this.nameTextBox, 0);
    202193      this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
    203       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    204194      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
    205195      this.Controls.SetChildIndex(this.importInstanceButton, 0);
Note: See TracChangeset for help on using the changeset viewer.