Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/12 14:50:56 (12 years ago)
Author:
abeham
Message:

#1614: improved results output of GQAP

File:
1 edited

Legend:

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

    r7412 r7415  
    4747      this.assignmentTreeView = new System.Windows.Forms.TreeView();
    4848      this.label1 = new System.Windows.Forms.Label();
    49       this.qualityTextBox = new System.Windows.Forms.TextBox();
    50       this.label2 = new System.Windows.Forms.Label();
     49      this.qualityLabel = new System.Windows.Forms.Label();
     50      this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
     51      this.characteristicsGroupBox = new System.Windows.Forms.GroupBox();
     52      this.flowDistanceQualityLabel = new System.Windows.Forms.Label();
     53      this.label3 = new System.Windows.Forms.Label();
     54      this.installationQualityLabel = new System.Windows.Forms.Label();
     55      this.label5 = new System.Windows.Forms.Label();
     56      this.overbookedCapacityLabel = new System.Windows.Forms.Label();
     57      this.label7 = new System.Windows.Forms.Label();
     58      this.assignmentGroupBox.SuspendLayout();
     59      this.characteristicsGroupBox.SuspendLayout();
    5160      this.SuspendLayout();
    5261      //
     
    5665                  | System.Windows.Forms.AnchorStyles.Left)
    5766                  | System.Windows.Forms.AnchorStyles.Right)));
    58       this.assignmentTreeView.Location = new System.Drawing.Point(3, 50);
     67      this.assignmentTreeView.Location = new System.Drawing.Point(6, 19);
    5968      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
    6069      this.assignmentTreeView.Name = "assignmentTreeView";
    61       this.assignmentTreeView.Size = new System.Drawing.Size(349, 331);
     70      this.assignmentTreeView.Size = new System.Drawing.Size(228, 331);
    6271      this.assignmentTreeView.TabIndex = 3;
    6372      //
     
    6574      //
    6675      this.label1.AutoSize = true;
    67       this.label1.Location = new System.Drawing.Point(3, 7);
     76      this.label1.Location = new System.Drawing.Point(6, 19);
     77      this.label1.Margin = new System.Windows.Forms.Padding(3);
    6878      this.label1.Name = "label1";
    6979      this.label1.Size = new System.Drawing.Size(42, 13);
     
    7181      this.label1.Text = "Quality:";
    7282      //
    73       // qualityTextBox
    74       //
    75       this.qualityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     83      // qualityLabel
     84      //
     85      this.qualityLabel.AutoSize = true;
     86      this.qualityLabel.Location = new System.Drawing.Point(91, 19);
     87      this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
     88      this.qualityLabel.Name = "qualityLabel";
     89      this.qualityLabel.Size = new System.Drawing.Size(10, 13);
     90      this.qualityLabel.TabIndex = 4;
     91      this.qualityLabel.Text = "-";
     92      //
     93      // assignmentGroupBox
     94      //
     95      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     96                  | System.Windows.Forms.AnchorStyles.Left)
    7697                  | System.Windows.Forms.AnchorStyles.Right)));
    77       this.qualityTextBox.Location = new System.Drawing.Point(51, 4);
    78       this.qualityTextBox.Name = "qualityTextBox";
    79       this.qualityTextBox.Size = new System.Drawing.Size(301, 20);
    80       this.qualityTextBox.TabIndex = 1;
    81       //
    82       // label2
    83       //
    84       this.label2.AutoSize = true;
    85       this.label2.Location = new System.Drawing.Point(3, 31);
    86       this.label2.Name = "label2";
    87       this.label2.Size = new System.Drawing.Size(64, 13);
    88       this.label2.TabIndex = 2;
    89       this.label2.Text = "Assignment:";
     98      this.assignmentGroupBox.Controls.Add(this.assignmentTreeView);
     99      this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3);
     100      this.assignmentGroupBox.Name = "assignmentGroupBox";
     101      this.assignmentGroupBox.Size = new System.Drawing.Size(240, 356);
     102      this.assignmentGroupBox.TabIndex = 5;
     103      this.assignmentGroupBox.TabStop = false;
     104      this.assignmentGroupBox.Text = "Assignment";
     105      //
     106      // characteristicsGroupBox
     107      //
     108      this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     109                  | System.Windows.Forms.AnchorStyles.Left)));
     110      this.characteristicsGroupBox.Controls.Add(this.label7);
     111      this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel);
     112      this.characteristicsGroupBox.Controls.Add(this.label5);
     113      this.characteristicsGroupBox.Controls.Add(this.installationQualityLabel);
     114      this.characteristicsGroupBox.Controls.Add(this.label3);
     115      this.characteristicsGroupBox.Controls.Add(this.flowDistanceQualityLabel);
     116      this.characteristicsGroupBox.Controls.Add(this.label1);
     117      this.characteristicsGroupBox.Controls.Add(this.qualityLabel);
     118      this.characteristicsGroupBox.Location = new System.Drawing.Point(3, 3);
     119      this.characteristicsGroupBox.Name = "characteristicsGroupBox";
     120      this.characteristicsGroupBox.Size = new System.Drawing.Size(208, 356);
     121      this.characteristicsGroupBox.TabIndex = 6;
     122      this.characteristicsGroupBox.TabStop = false;
     123      this.characteristicsGroupBox.Text = "Characteristics";
     124      //
     125      // flowDistanceQualityLabel
     126      //
     127      this.flowDistanceQualityLabel.AutoSize = true;
     128      this.flowDistanceQualityLabel.Location = new System.Drawing.Point(91, 38);
     129      this.flowDistanceQualityLabel.Margin = new System.Windows.Forms.Padding(3);
     130      this.flowDistanceQualityLabel.Name = "flowDistanceQualityLabel";
     131      this.flowDistanceQualityLabel.Size = new System.Drawing.Size(10, 13);
     132      this.flowDistanceQualityLabel.TabIndex = 4;
     133      this.flowDistanceQualityLabel.Text = "-";
     134      //
     135      // label3
     136      //
     137      this.label3.AutoSize = true;
     138      this.label3.Location = new System.Drawing.Point(6, 38);
     139      this.label3.Margin = new System.Windows.Forms.Padding(3);
     140      this.label3.Name = "label3";
     141      this.label3.Size = new System.Drawing.Size(79, 13);
     142      this.label3.TabIndex = 0;
     143      this.label3.Text = "Flow/Distance:";
     144      //
     145      // installationQualityLabel
     146      //
     147      this.installationQualityLabel.AutoSize = true;
     148      this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
     149      this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
     150      this.installationQualityLabel.Name = "installationQualityLabel";
     151      this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
     152      this.installationQualityLabel.TabIndex = 4;
     153      this.installationQualityLabel.Text = "-";
     154      //
     155      // label5
     156      //
     157      this.label5.AutoSize = true;
     158      this.label5.Location = new System.Drawing.Point(6, 57);
     159      this.label5.Margin = new System.Windows.Forms.Padding(3);
     160      this.label5.Name = "label5";
     161      this.label5.Size = new System.Drawing.Size(60, 13);
     162      this.label5.TabIndex = 0;
     163      this.label5.Text = "Installation:";
     164      //
     165      // overbookedCapacityLabel
     166      //
     167      this.overbookedCapacityLabel.AutoSize = true;
     168      this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
     169      this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
     170      this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
     171      this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
     172      this.overbookedCapacityLabel.TabIndex = 4;
     173      this.overbookedCapacityLabel.Text = "-";
     174      //
     175      // label7
     176      //
     177      this.label7.AutoSize = true;
     178      this.label7.Location = new System.Drawing.Point(6, 76);
     179      this.label7.Margin = new System.Windows.Forms.Padding(3);
     180      this.label7.Name = "label7";
     181      this.label7.Size = new System.Drawing.Size(71, 13);
     182      this.label7.TabIndex = 0;
     183      this.label7.Text = "Overbooking:";
    90184      //
    91185      // GQAPAssignmentView
     
    93187      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    94188      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    95       this.Controls.Add(this.qualityTextBox);
    96       this.Controls.Add(this.label2);
    97       this.Controls.Add(this.label1);
    98       this.Controls.Add(this.assignmentTreeView);
     189      this.Controls.Add(this.characteristicsGroupBox);
     190      this.Controls.Add(this.assignmentGroupBox);
    99191      this.Name = "GQAPAssignmentView";
    100       this.Size = new System.Drawing.Size(355, 384);
     192      this.Size = new System.Drawing.Size(460, 362);
     193      this.assignmentGroupBox.ResumeLayout(false);
     194      this.characteristicsGroupBox.ResumeLayout(false);
     195      this.characteristicsGroupBox.PerformLayout();
    101196      this.ResumeLayout(false);
    102       this.PerformLayout();
    103197
    104198    }
     
    108202    private System.Windows.Forms.TreeView assignmentTreeView;
    109203    private System.Windows.Forms.Label label1;
    110     private System.Windows.Forms.TextBox qualityTextBox;
    111     private System.Windows.Forms.Label label2;
     204    private System.Windows.Forms.Label qualityLabel;
     205    private System.Windows.Forms.GroupBox assignmentGroupBox;
     206    private System.Windows.Forms.GroupBox characteristicsGroupBox;
     207    private System.Windows.Forms.Label label3;
     208    private System.Windows.Forms.Label flowDistanceQualityLabel;
     209    private System.Windows.Forms.Label label7;
     210    private System.Windows.Forms.Label overbookedCapacityLabel;
     211    private System.Windows.Forms.Label label5;
     212    private System.Windows.Forms.Label installationQualityLabel;
    112213  }
    113214}
Note: See TracChangeset for help on using the changeset viewer.