Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentView.Designer.cs @ 7415

Last change on this file since 7415 was 7415, checked in by abeham, 12 years ago

#1614: improved results output of GQAP

File size: 9.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views {
23  partial class GQAPAssignmentView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.assignmentTreeView = new System.Windows.Forms.TreeView();
48      this.label1 = 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();
60      this.SuspendLayout();
61      //
62      // assignmentTreeView
63      //
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);
68      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
69      this.assignmentTreeView.Name = "assignmentTreeView";
70      this.assignmentTreeView.Size = new System.Drawing.Size(228, 331);
71      this.assignmentTreeView.TabIndex = 3;
72      //
73      // label1
74      //
75      this.label1.AutoSize = true;
76      this.label1.Location = new System.Drawing.Point(6, 19);
77      this.label1.Margin = new System.Windows.Forms.Padding(3);
78      this.label1.Name = "label1";
79      this.label1.Size = new System.Drawing.Size(42, 13);
80      this.label1.TabIndex = 0;
81      this.label1.Text = "Quality:";
82      //
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)
97                  | System.Windows.Forms.AnchorStyles.Right)));
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:";
184      //
185      // GQAPAssignmentView
186      //
187      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
188      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189      this.Controls.Add(this.characteristicsGroupBox);
190      this.Controls.Add(this.assignmentGroupBox);
191      this.Name = "GQAPAssignmentView";
192      this.Size = new System.Drawing.Size(460, 362);
193      this.assignmentGroupBox.ResumeLayout(false);
194      this.characteristicsGroupBox.ResumeLayout(false);
195      this.characteristicsGroupBox.PerformLayout();
196      this.ResumeLayout(false);
197
198    }
199
200    #endregion
201
202    private System.Windows.Forms.TreeView assignmentTreeView;
203    private System.Windows.Forms.Label label1;
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;
213  }
214}
Note: See TracBrowser for help on using the repository browser.