1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 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 |
|
---|
22 | namespace 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.assignmentSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
52 | this.assignmentView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
|
---|
53 | this.characteristicsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
54 | this.label7 = new System.Windows.Forms.Label();
|
---|
55 | this.overbookedCapacityLabel = new System.Windows.Forms.Label();
|
---|
56 | this.label5 = new System.Windows.Forms.Label();
|
---|
57 | this.installationQualityLabel = new System.Windows.Forms.Label();
|
---|
58 | this.label3 = new System.Windows.Forms.Label();
|
---|
59 | this.flowDistanceQualityLabel = new System.Windows.Forms.Label();
|
---|
60 | this.recalculateButton = new System.Windows.Forms.Button();
|
---|
61 | this.assignmentGroupBox.SuspendLayout();
|
---|
62 | ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).BeginInit();
|
---|
63 | this.assignmentSplitContainer.Panel1.SuspendLayout();
|
---|
64 | this.assignmentSplitContainer.Panel2.SuspendLayout();
|
---|
65 | this.assignmentSplitContainer.SuspendLayout();
|
---|
66 | this.characteristicsGroupBox.SuspendLayout();
|
---|
67 | this.SuspendLayout();
|
---|
68 | //
|
---|
69 | // assignmentTreeView
|
---|
70 | //
|
---|
71 | this.assignmentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
72 | this.assignmentTreeView.Location = new System.Drawing.Point(0, 0);
|
---|
73 | this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
|
---|
74 | this.assignmentTreeView.Name = "assignmentTreeView";
|
---|
75 | this.assignmentTreeView.Size = new System.Drawing.Size(78, 337);
|
---|
76 | this.assignmentTreeView.TabIndex = 3;
|
---|
77 | this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect);
|
---|
78 | this.assignmentTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.assignmentTreeView_MouseUp);
|
---|
79 | //
|
---|
80 | // label1
|
---|
81 | //
|
---|
82 | this.label1.AutoSize = true;
|
---|
83 | this.label1.Location = new System.Drawing.Point(6, 19);
|
---|
84 | this.label1.Margin = new System.Windows.Forms.Padding(3);
|
---|
85 | this.label1.Name = "label1";
|
---|
86 | this.label1.Size = new System.Drawing.Size(42, 13);
|
---|
87 | this.label1.TabIndex = 0;
|
---|
88 | this.label1.Text = "Quality:";
|
---|
89 | //
|
---|
90 | // qualityLabel
|
---|
91 | //
|
---|
92 | this.qualityLabel.AutoSize = true;
|
---|
93 | this.qualityLabel.Location = new System.Drawing.Point(91, 19);
|
---|
94 | this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
95 | this.qualityLabel.Name = "qualityLabel";
|
---|
96 | this.qualityLabel.Size = new System.Drawing.Size(10, 13);
|
---|
97 | this.qualityLabel.TabIndex = 4;
|
---|
98 | this.qualityLabel.Text = "-";
|
---|
99 | //
|
---|
100 | // assignmentGroupBox
|
---|
101 | //
|
---|
102 | this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
103 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
104 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
105 | this.assignmentGroupBox.Controls.Add(this.assignmentSplitContainer);
|
---|
106 | this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3);
|
---|
107 | this.assignmentGroupBox.Name = "assignmentGroupBox";
|
---|
108 | this.assignmentGroupBox.Size = new System.Drawing.Size(240, 356);
|
---|
109 | this.assignmentGroupBox.TabIndex = 5;
|
---|
110 | this.assignmentGroupBox.TabStop = false;
|
---|
111 | this.assignmentGroupBox.Text = "Assignment";
|
---|
112 | //
|
---|
113 | // assignmentSplitContainer
|
---|
114 | //
|
---|
115 | this.assignmentSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
116 | this.assignmentSplitContainer.Location = new System.Drawing.Point(3, 16);
|
---|
117 | this.assignmentSplitContainer.Name = "assignmentSplitContainer";
|
---|
118 | //
|
---|
119 | // assignmentSplitContainer.Panel1
|
---|
120 | //
|
---|
121 | this.assignmentSplitContainer.Panel1.Controls.Add(this.assignmentTreeView);
|
---|
122 | //
|
---|
123 | // assignmentSplitContainer.Panel2
|
---|
124 | //
|
---|
125 | this.assignmentSplitContainer.Panel2.Controls.Add(this.assignmentView);
|
---|
126 | this.assignmentSplitContainer.Size = new System.Drawing.Size(234, 337);
|
---|
127 | this.assignmentSplitContainer.SplitterDistance = 78;
|
---|
128 | this.assignmentSplitContainer.TabIndex = 4;
|
---|
129 | //
|
---|
130 | // assignmentView
|
---|
131 | //
|
---|
132 | this.assignmentView.Caption = "StringConvertibleArray View";
|
---|
133 | this.assignmentView.Content = null;
|
---|
134 | this.assignmentView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
135 | this.assignmentView.Location = new System.Drawing.Point(0, 0);
|
---|
136 | this.assignmentView.Name = "assignmentView";
|
---|
137 | this.assignmentView.ReadOnly = false;
|
---|
138 | this.assignmentView.Size = new System.Drawing.Size(152, 337);
|
---|
139 | this.assignmentView.TabIndex = 0;
|
---|
140 | //
|
---|
141 | // characteristicsGroupBox
|
---|
142 | //
|
---|
143 | this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
144 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
145 | this.characteristicsGroupBox.Controls.Add(this.recalculateButton);
|
---|
146 | this.characteristicsGroupBox.Controls.Add(this.label7);
|
---|
147 | this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel);
|
---|
148 | this.characteristicsGroupBox.Controls.Add(this.label5);
|
---|
149 | this.characteristicsGroupBox.Controls.Add(this.installationQualityLabel);
|
---|
150 | this.characteristicsGroupBox.Controls.Add(this.label3);
|
---|
151 | this.characteristicsGroupBox.Controls.Add(this.flowDistanceQualityLabel);
|
---|
152 | this.characteristicsGroupBox.Controls.Add(this.label1);
|
---|
153 | this.characteristicsGroupBox.Controls.Add(this.qualityLabel);
|
---|
154 | this.characteristicsGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
155 | this.characteristicsGroupBox.Name = "characteristicsGroupBox";
|
---|
156 | this.characteristicsGroupBox.Size = new System.Drawing.Size(208, 356);
|
---|
157 | this.characteristicsGroupBox.TabIndex = 6;
|
---|
158 | this.characteristicsGroupBox.TabStop = false;
|
---|
159 | this.characteristicsGroupBox.Text = "Characteristics";
|
---|
160 | //
|
---|
161 | // label7
|
---|
162 | //
|
---|
163 | this.label7.AutoSize = true;
|
---|
164 | this.label7.Location = new System.Drawing.Point(6, 76);
|
---|
165 | this.label7.Margin = new System.Windows.Forms.Padding(3);
|
---|
166 | this.label7.Name = "label7";
|
---|
167 | this.label7.Size = new System.Drawing.Size(71, 13);
|
---|
168 | this.label7.TabIndex = 0;
|
---|
169 | this.label7.Text = "Overbooking:";
|
---|
170 | //
|
---|
171 | // overbookedCapacityLabel
|
---|
172 | //
|
---|
173 | this.overbookedCapacityLabel.AutoSize = true;
|
---|
174 | this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
|
---|
175 | this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
176 | this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
|
---|
177 | this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
|
---|
178 | this.overbookedCapacityLabel.TabIndex = 4;
|
---|
179 | this.overbookedCapacityLabel.Text = "-";
|
---|
180 | //
|
---|
181 | // label5
|
---|
182 | //
|
---|
183 | this.label5.AutoSize = true;
|
---|
184 | this.label5.Location = new System.Drawing.Point(6, 57);
|
---|
185 | this.label5.Margin = new System.Windows.Forms.Padding(3);
|
---|
186 | this.label5.Name = "label5";
|
---|
187 | this.label5.Size = new System.Drawing.Size(60, 13);
|
---|
188 | this.label5.TabIndex = 0;
|
---|
189 | this.label5.Text = "Installation:";
|
---|
190 | //
|
---|
191 | // installationQualityLabel
|
---|
192 | //
|
---|
193 | this.installationQualityLabel.AutoSize = true;
|
---|
194 | this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
|
---|
195 | this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
196 | this.installationQualityLabel.Name = "installationQualityLabel";
|
---|
197 | this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
|
---|
198 | this.installationQualityLabel.TabIndex = 4;
|
---|
199 | this.installationQualityLabel.Text = "-";
|
---|
200 | //
|
---|
201 | // label3
|
---|
202 | //
|
---|
203 | this.label3.AutoSize = true;
|
---|
204 | this.label3.Location = new System.Drawing.Point(6, 38);
|
---|
205 | this.label3.Margin = new System.Windows.Forms.Padding(3);
|
---|
206 | this.label3.Name = "label3";
|
---|
207 | this.label3.Size = new System.Drawing.Size(79, 13);
|
---|
208 | this.label3.TabIndex = 0;
|
---|
209 | this.label3.Text = "Flow/Distance:";
|
---|
210 | //
|
---|
211 | // flowDistanceQualityLabel
|
---|
212 | //
|
---|
213 | this.flowDistanceQualityLabel.AutoSize = true;
|
---|
214 | this.flowDistanceQualityLabel.Location = new System.Drawing.Point(91, 38);
|
---|
215 | this.flowDistanceQualityLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
216 | this.flowDistanceQualityLabel.Name = "flowDistanceQualityLabel";
|
---|
217 | this.flowDistanceQualityLabel.Size = new System.Drawing.Size(10, 13);
|
---|
218 | this.flowDistanceQualityLabel.TabIndex = 4;
|
---|
219 | this.flowDistanceQualityLabel.Text = "-";
|
---|
220 | //
|
---|
221 | // recalculateButton
|
---|
222 | //
|
---|
223 | this.recalculateButton.Location = new System.Drawing.Point(9, 95);
|
---|
224 | this.recalculateButton.Name = "recalculateButton";
|
---|
225 | this.recalculateButton.Size = new System.Drawing.Size(193, 23);
|
---|
226 | this.recalculateButton.TabIndex = 5;
|
---|
227 | this.recalculateButton.Text = "Recalculate";
|
---|
228 | this.recalculateButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
229 | this.recalculateButton.UseVisualStyleBackColor = true;
|
---|
230 | this.recalculateButton.Click += new System.EventHandler(this.recalculateButton_Click);
|
---|
231 | //
|
---|
232 | // GQAPAssignmentView
|
---|
233 | //
|
---|
234 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
235 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
236 | this.Controls.Add(this.characteristicsGroupBox);
|
---|
237 | this.Controls.Add(this.assignmentGroupBox);
|
---|
238 | this.Name = "GQAPAssignmentView";
|
---|
239 | this.Size = new System.Drawing.Size(460, 362);
|
---|
240 | this.assignmentGroupBox.ResumeLayout(false);
|
---|
241 | this.assignmentSplitContainer.Panel1.ResumeLayout(false);
|
---|
242 | this.assignmentSplitContainer.Panel2.ResumeLayout(false);
|
---|
243 | ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).EndInit();
|
---|
244 | this.assignmentSplitContainer.ResumeLayout(false);
|
---|
245 | this.characteristicsGroupBox.ResumeLayout(false);
|
---|
246 | this.characteristicsGroupBox.PerformLayout();
|
---|
247 | this.ResumeLayout(false);
|
---|
248 |
|
---|
249 | }
|
---|
250 |
|
---|
251 | #endregion
|
---|
252 |
|
---|
253 | private System.Windows.Forms.TreeView assignmentTreeView;
|
---|
254 | private System.Windows.Forms.Label label1;
|
---|
255 | private System.Windows.Forms.Label qualityLabel;
|
---|
256 | private System.Windows.Forms.GroupBox assignmentGroupBox;
|
---|
257 | private System.Windows.Forms.GroupBox characteristicsGroupBox;
|
---|
258 | private System.Windows.Forms.Label label3;
|
---|
259 | private System.Windows.Forms.Label flowDistanceQualityLabel;
|
---|
260 | private System.Windows.Forms.Label label7;
|
---|
261 | private System.Windows.Forms.Label overbookedCapacityLabel;
|
---|
262 | private System.Windows.Forms.Label label5;
|
---|
263 | private System.Windows.Forms.Label installationQualityLabel;
|
---|
264 | private System.Windows.Forms.SplitContainer assignmentSplitContainer;
|
---|
265 | private Data.Views.StringConvertibleArrayView assignmentView;
|
---|
266 | private System.Windows.Forms.Button recalculateButton;
|
---|
267 | }
|
---|
268 | }
|
---|