Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/12 17:28:37 (13 years ago)
Author:
abeham
Message:

#1614

  • Removed incompatible problem linhp318.tsp (contains fixed edges)
  • Fixed AssemblyInfo for TSPLIB
  • Added unit tests
  • Worked on assignment / solution view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentView.Designer.cs

    r7438 r7470  
    5656      this.label3 = new System.Windows.Forms.Label();
    5757      this.flowDistanceQualityLabel = new System.Windows.Forms.Label();
     58      this.assignmentSplitContainer = new System.Windows.Forms.SplitContainer();
     59      this.assignmentView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
    5860      this.assignmentGroupBox.SuspendLayout();
    5961      this.characteristicsGroupBox.SuspendLayout();
     62      ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).BeginInit();
     63      this.assignmentSplitContainer.Panel1.SuspendLayout();
     64      this.assignmentSplitContainer.Panel2.SuspendLayout();
     65      this.assignmentSplitContainer.SuspendLayout();
    6066      this.SuspendLayout();
    6167      //
    6268      // assignmentTreeView
    6369      //
    64       this.assignmentTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    65                   | System.Windows.Forms.AnchorStyles.Left)
    66                   | System.Windows.Forms.AnchorStyles.Right)));
    67       this.assignmentTreeView.Location = new System.Drawing.Point(6, 19);
     70      this.assignmentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     71      this.assignmentTreeView.Location = new System.Drawing.Point(0, 0);
    6872      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
    6973      this.assignmentTreeView.Name = "assignmentTreeView";
    70       this.assignmentTreeView.Size = new System.Drawing.Size(228, 331);
     74      this.assignmentTreeView.Size = new System.Drawing.Size(78, 337);
    7175      this.assignmentTreeView.TabIndex = 3;
    7276      this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect);
     
    9599      // assignmentGroupBox
    96100      //
    97       this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    98                   | System.Windows.Forms.AnchorStyles.Left)
    99                   | System.Windows.Forms.AnchorStyles.Right)));
    100       this.assignmentGroupBox.Controls.Add(this.assignmentTreeView);
     101      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     102            | System.Windows.Forms.AnchorStyles.Left)
     103            | System.Windows.Forms.AnchorStyles.Right)));
     104      this.assignmentGroupBox.Controls.Add(this.assignmentSplitContainer);
    101105      this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3);
    102106      this.assignmentGroupBox.Name = "assignmentGroupBox";
     
    108112      // characteristicsGroupBox
    109113      //
    110       this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    111                   | System.Windows.Forms.AnchorStyles.Left)));
     114      this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     115            | System.Windows.Forms.AnchorStyles.Left)));
    112116      this.characteristicsGroupBox.Controls.Add(this.label7);
    113117      this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel);
     
    185189      this.flowDistanceQualityLabel.Text = "-";
    186190      //
     191      // assignmentSplitContainer
     192      //
     193      this.assignmentSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     194      this.assignmentSplitContainer.Location = new System.Drawing.Point(3, 16);
     195      this.assignmentSplitContainer.Name = "assignmentSplitContainer";
     196      //
     197      // assignmentSplitContainer.Panel1
     198      //
     199      this.assignmentSplitContainer.Panel1.Controls.Add(this.assignmentTreeView);
     200      //
     201      // assignmentSplitContainer.Panel2
     202      //
     203      this.assignmentSplitContainer.Panel2.Controls.Add(this.assignmentView);
     204      this.assignmentSplitContainer.Size = new System.Drawing.Size(234, 337);
     205      this.assignmentSplitContainer.SplitterDistance = 78;
     206      this.assignmentSplitContainer.TabIndex = 4;
     207      //
     208      // assignmentView
     209      //
     210      this.assignmentView.Caption = "StringConvertibleArray View";
     211      this.assignmentView.Content = null;
     212      this.assignmentView.Dock = System.Windows.Forms.DockStyle.Fill;
     213      this.assignmentView.Location = new System.Drawing.Point(0, 0);
     214      this.assignmentView.Name = "assignmentView";
     215      this.assignmentView.ReadOnly = false;
     216      this.assignmentView.Size = new System.Drawing.Size(152, 337);
     217      this.assignmentView.TabIndex = 0;
     218      //
    187219      // GQAPAssignmentView
    188220      //
     
    196228      this.characteristicsGroupBox.ResumeLayout(false);
    197229      this.characteristicsGroupBox.PerformLayout();
     230      this.assignmentSplitContainer.Panel1.ResumeLayout(false);
     231      this.assignmentSplitContainer.Panel2.ResumeLayout(false);
     232      ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).EndInit();
     233      this.assignmentSplitContainer.ResumeLayout(false);
    198234      this.ResumeLayout(false);
    199235
     
    213249    private System.Windows.Forms.Label label5;
    214250    private System.Windows.Forms.Label installationQualityLabel;
     251    private System.Windows.Forms.SplitContainer assignmentSplitContainer;
     252    private Data.Views.StringConvertibleArrayView assignmentView;
    215253  }
    216254}
Note: See TracChangeset for help on using the changeset viewer.