Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/12 16:28:05 (12 years ago)
Author:
abeham
Message:

#1722:

  • In QAPExhaustiveSwap2LocalImprovement moved local search code to a static method
  • Otherwise minor changes to the QAP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r7823 r7878  
    6868      // parameterCollectionView
    6969      //
    70       this.parameterCollectionView.Location = new System.Drawing.Point(0, 3);
    71       this.parameterCollectionView.Size = new System.Drawing.Size(497, 269);
     70      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
     71      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
     72      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
     73      this.parameterCollectionView.Size = new System.Drawing.Size(497, 274);
    7274      //
    7375      // nameTextBox
     
    7880      // tabControl
    7981      //
    80       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    81                   | System.Windows.Forms.AnchorStyles.Left)
    82                   | System.Windows.Forms.AnchorStyles.Right)));
     82      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     83            | System.Windows.Forms.AnchorStyles.Left)
     84            | System.Windows.Forms.AnchorStyles.Right)));
    8385      this.tabControl.Controls.Add(this.problemTabPage);
    8486      this.tabControl.Controls.Add(this.visualizationTabPage);
    85       this.tabControl.Location = new System.Drawing.Point(0, 29);
     87      this.tabControl.Location = new System.Drawing.Point(0, 27);
    8688      this.tabControl.Name = "tabControl";
    8789      this.tabControl.SelectedIndex = 0;
    88       this.tabControl.Size = new System.Drawing.Size(511, 304);
     90      this.tabControl.Size = new System.Drawing.Size(511, 306);
    8991      this.tabControl.TabIndex = 8;
    9092      //
     
    9597      this.problemTabPage.Name = "problemTabPage";
    9698      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    97       this.problemTabPage.Size = new System.Drawing.Size(503, 278);
     99      this.problemTabPage.Size = new System.Drawing.Size(503, 280);
    98100      this.problemTabPage.TabIndex = 0;
    99101      this.problemTabPage.Text = "Problem";
     
    106108      this.visualizationTabPage.Name = "visualizationTabPage";
    107109      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
    108       this.visualizationTabPage.Size = new System.Drawing.Size(503, 278);
     110      this.visualizationTabPage.Size = new System.Drawing.Size(503, 280);
    109111      this.visualizationTabPage.TabIndex = 1;
    110112      this.visualizationTabPage.Text = "Visualization";
     
    118120      this.qapView.Location = new System.Drawing.Point(3, 3);
    119121      this.qapView.Name = "qapView";
    120       this.qapView.Size = new System.Drawing.Size(497, 272);
     122      this.qapView.Size = new System.Drawing.Size(497, 245);
    121123      this.qapView.TabIndex = 0;
    122124      this.qapView.Weights = null;
     
    128130      this.Name = "QuadraticAssignmentProblemView";
    129131      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
    130       this.problemInstanceSplitContainer.Panel1.PerformLayout();
    131132      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
    132133      this.problemInstanceSplitContainer.Panel2.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.