1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2013 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.Instances.QAPGenerator.Views {
|
---|
23 | partial class TaibQAPInstanceGeneratorDescriptorView {
|
---|
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.globalRadiusLabel = new System.Windows.Forms.Label();
|
---|
48 | this.globalRadiusNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
49 | this.clusterSizeRadiusLabel = new System.Windows.Forms.Label();
|
---|
50 | this.clusterSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
51 | this.clusterSizeRadiusSeparatorLabel = new System.Windows.Forms.Label();
|
---|
52 | this.clusterRadiusNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
53 | this.minMaxFlowExponentLabel = new System.Windows.Forms.Label();
|
---|
54 | this.minFlowExponentNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
55 | this.minMaxFlowExponentSeparatorLabel = new System.Windows.Forms.Label();
|
---|
56 | this.maxFlowExponentNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
57 | ((System.ComponentModel.ISupportInitialize)(this.sizeNumericUpDown)).BeginInit();
|
---|
58 | ((System.ComponentModel.ISupportInitialize)(this.globalRadiusNumericUpDown)).BeginInit();
|
---|
59 | ((System.ComponentModel.ISupportInitialize)(this.clusterSizeNumericUpDown)).BeginInit();
|
---|
60 | ((System.ComponentModel.ISupportInitialize)(this.clusterRadiusNumericUpDown)).BeginInit();
|
---|
61 | ((System.ComponentModel.ISupportInitialize)(this.minFlowExponentNumericUpDown)).BeginInit();
|
---|
62 | ((System.ComponentModel.ISupportInitialize)(this.maxFlowExponentNumericUpDown)).BeginInit();
|
---|
63 | this.SuspendLayout();
|
---|
64 | //
|
---|
65 | // globalRadiusLabel
|
---|
66 | //
|
---|
67 | this.globalRadiusLabel.AutoSize = true;
|
---|
68 | this.globalRadiusLabel.Location = new System.Drawing.Point(230, 2);
|
---|
69 | this.globalRadiusLabel.Name = "globalRadiusLabel";
|
---|
70 | this.globalRadiusLabel.Size = new System.Drawing.Size(71, 13);
|
---|
71 | this.globalRadiusLabel.TabIndex = 0;
|
---|
72 | this.globalRadiusLabel.Text = "Global radius:";
|
---|
73 | //
|
---|
74 | // globalRadiusNumericUpDown
|
---|
75 | //
|
---|
76 | this.globalRadiusNumericUpDown.Location = new System.Drawing.Point(307, 0);
|
---|
77 | this.globalRadiusNumericUpDown.Maximum = new decimal(new int[] {
|
---|
78 | 100000,
|
---|
79 | 0,
|
---|
80 | 0,
|
---|
81 | 0});
|
---|
82 | this.globalRadiusNumericUpDown.Name = "globalRadiusNumericUpDown";
|
---|
83 | this.globalRadiusNumericUpDown.Size = new System.Drawing.Size(64, 20);
|
---|
84 | this.globalRadiusNumericUpDown.TabIndex = 1;
|
---|
85 | this.globalRadiusNumericUpDown.ValueChanged += new System.EventHandler(this.globalRadiusNumericUpDown_ValueChanged);
|
---|
86 | //
|
---|
87 | // clusterSizeRadiusLabel
|
---|
88 | //
|
---|
89 | this.clusterSizeRadiusLabel.AutoSize = true;
|
---|
90 | this.clusterSizeRadiusLabel.Location = new System.Drawing.Point(379, 2);
|
---|
91 | this.clusterSizeRadiusLabel.Name = "clusterSizeRadiusLabel";
|
---|
92 | this.clusterSizeRadiusLabel.Size = new System.Drawing.Size(132, 13);
|
---|
93 | this.clusterSizeRadiusLabel.TabIndex = 0;
|
---|
94 | this.clusterSizeRadiusLabel.Text = "Max Cluster Size / Radius:";
|
---|
95 | //
|
---|
96 | // clusterSizeNumericUpDown
|
---|
97 | //
|
---|
98 | this.clusterSizeNumericUpDown.Location = new System.Drawing.Point(517, 0);
|
---|
99 | this.clusterSizeNumericUpDown.Maximum = new decimal(new int[] {
|
---|
100 | 1000,
|
---|
101 | 0,
|
---|
102 | 0,
|
---|
103 | 0});
|
---|
104 | this.clusterSizeNumericUpDown.Name = "clusterSizeNumericUpDown";
|
---|
105 | this.clusterSizeNumericUpDown.Size = new System.Drawing.Size(64, 20);
|
---|
106 | this.clusterSizeNumericUpDown.TabIndex = 1;
|
---|
107 | this.clusterSizeNumericUpDown.ValueChanged += new System.EventHandler(this.clusterSizeNumericUpDown_ValueChanged);
|
---|
108 | //
|
---|
109 | // clusterSizeRadiusSeparatorLabel
|
---|
110 | //
|
---|
111 | this.clusterSizeRadiusSeparatorLabel.AutoSize = true;
|
---|
112 | this.clusterSizeRadiusSeparatorLabel.Location = new System.Drawing.Point(587, 2);
|
---|
113 | this.clusterSizeRadiusSeparatorLabel.Name = "clusterSizeRadiusSeparatorLabel";
|
---|
114 | this.clusterSizeRadiusSeparatorLabel.Size = new System.Drawing.Size(12, 13);
|
---|
115 | this.clusterSizeRadiusSeparatorLabel.TabIndex = 0;
|
---|
116 | this.clusterSizeRadiusSeparatorLabel.Text = "/";
|
---|
117 | //
|
---|
118 | // clusterRadiusNumericUpDown
|
---|
119 | //
|
---|
120 | this.clusterRadiusNumericUpDown.Location = new System.Drawing.Point(605, 0);
|
---|
121 | this.clusterRadiusNumericUpDown.Maximum = new decimal(new int[] {
|
---|
122 | 100000,
|
---|
123 | 0,
|
---|
124 | 0,
|
---|
125 | 0});
|
---|
126 | this.clusterRadiusNumericUpDown.Name = "clusterRadiusNumericUpDown";
|
---|
127 | this.clusterRadiusNumericUpDown.Size = new System.Drawing.Size(64, 20);
|
---|
128 | this.clusterRadiusNumericUpDown.TabIndex = 1;
|
---|
129 | this.clusterRadiusNumericUpDown.ValueChanged += new System.EventHandler(this.clusterRadiusNumericUpDown_ValueChanged);
|
---|
130 | //
|
---|
131 | // minMaxFlowExponentLabel
|
---|
132 | //
|
---|
133 | this.minMaxFlowExponentLabel.AutoSize = true;
|
---|
134 | this.minMaxFlowExponentLabel.Location = new System.Drawing.Point(675, 2);
|
---|
135 | this.minMaxFlowExponentLabel.Name = "minMaxFlowExponentLabel";
|
---|
136 | this.minMaxFlowExponentLabel.Size = new System.Drawing.Size(131, 13);
|
---|
137 | this.minMaxFlowExponentLabel.TabIndex = 0;
|
---|
138 | this.minMaxFlowExponentLabel.Text = "Min / Max Flow Exponent:";
|
---|
139 | //
|
---|
140 | // minFlowExponentNumericUpDown
|
---|
141 | //
|
---|
142 | this.minFlowExponentNumericUpDown.Location = new System.Drawing.Point(812, 0);
|
---|
143 | this.minFlowExponentNumericUpDown.Minimum = new decimal(new int[] {
|
---|
144 | 1000,
|
---|
145 | 0,
|
---|
146 | 0,
|
---|
147 | -2147483648});
|
---|
148 | this.minFlowExponentNumericUpDown.Name = "minFlowExponentNumericUpDown";
|
---|
149 | this.minFlowExponentNumericUpDown.Size = new System.Drawing.Size(64, 20);
|
---|
150 | this.minFlowExponentNumericUpDown.TabIndex = 1;
|
---|
151 | this.minFlowExponentNumericUpDown.ValueChanged += new System.EventHandler(this.minFlowExponentNumericUpDown_ValueChanged);
|
---|
152 | //
|
---|
153 | // minMaxFlowExponentSeparatorLabel
|
---|
154 | //
|
---|
155 | this.minMaxFlowExponentSeparatorLabel.AutoSize = true;
|
---|
156 | this.minMaxFlowExponentSeparatorLabel.Location = new System.Drawing.Point(882, 2);
|
---|
157 | this.minMaxFlowExponentSeparatorLabel.Name = "minMaxFlowExponentSeparatorLabel";
|
---|
158 | this.minMaxFlowExponentSeparatorLabel.Size = new System.Drawing.Size(12, 13);
|
---|
159 | this.minMaxFlowExponentSeparatorLabel.TabIndex = 0;
|
---|
160 | this.minMaxFlowExponentSeparatorLabel.Text = "/";
|
---|
161 | //
|
---|
162 | // maxFlowExponentNumericUpDown
|
---|
163 | //
|
---|
164 | this.maxFlowExponentNumericUpDown.Location = new System.Drawing.Point(900, 0);
|
---|
165 | this.maxFlowExponentNumericUpDown.Name = "maxFlowExponentNumericUpDown";
|
---|
166 | this.maxFlowExponentNumericUpDown.Size = new System.Drawing.Size(64, 20);
|
---|
167 | this.maxFlowExponentNumericUpDown.TabIndex = 1;
|
---|
168 | this.maxFlowExponentNumericUpDown.ValueChanged += new System.EventHandler(this.maxFlowExponentNumericUpDown_ValueChanged);
|
---|
169 | //
|
---|
170 | // TaibQAPInstanceGeneratorDescriptorView
|
---|
171 | //
|
---|
172 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
173 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
174 | this.Controls.Add(this.maxFlowExponentNumericUpDown);
|
---|
175 | this.Controls.Add(this.minFlowExponentNumericUpDown);
|
---|
176 | this.Controls.Add(this.clusterRadiusNumericUpDown);
|
---|
177 | this.Controls.Add(this.clusterSizeNumericUpDown);
|
---|
178 | this.Controls.Add(this.globalRadiusNumericUpDown);
|
---|
179 | this.Controls.Add(this.minMaxFlowExponentSeparatorLabel);
|
---|
180 | this.Controls.Add(this.minMaxFlowExponentLabel);
|
---|
181 | this.Controls.Add(this.clusterSizeRadiusSeparatorLabel);
|
---|
182 | this.Controls.Add(this.clusterSizeRadiusLabel);
|
---|
183 | this.Controls.Add(this.globalRadiusLabel);
|
---|
184 | this.Name = "TaibQAPInstanceGeneratorDescriptorView";
|
---|
185 | this.Size = new System.Drawing.Size(971, 19);
|
---|
186 | this.Controls.SetChildIndex(this.sizeLabel, 0);
|
---|
187 | this.Controls.SetChildIndex(this.seedLabel, 0);
|
---|
188 | this.Controls.SetChildIndex(this.globalRadiusLabel, 0);
|
---|
189 | this.Controls.SetChildIndex(this.clusterSizeRadiusLabel, 0);
|
---|
190 | this.Controls.SetChildIndex(this.clusterSizeRadiusSeparatorLabel, 0);
|
---|
191 | this.Controls.SetChildIndex(this.minMaxFlowExponentLabel, 0);
|
---|
192 | this.Controls.SetChildIndex(this.minMaxFlowExponentSeparatorLabel, 0);
|
---|
193 | this.Controls.SetChildIndex(this.sizeNumericUpDown, 0);
|
---|
194 | this.Controls.SetChildIndex(this.globalRadiusNumericUpDown, 0);
|
---|
195 | this.Controls.SetChildIndex(this.clusterSizeNumericUpDown, 0);
|
---|
196 | this.Controls.SetChildIndex(this.clusterRadiusNumericUpDown, 0);
|
---|
197 | this.Controls.SetChildIndex(this.minFlowExponentNumericUpDown, 0);
|
---|
198 | this.Controls.SetChildIndex(this.maxFlowExponentNumericUpDown, 0);
|
---|
199 | this.Controls.SetChildIndex(this.seedTextBox, 0);
|
---|
200 | ((System.ComponentModel.ISupportInitialize)(this.sizeNumericUpDown)).EndInit();
|
---|
201 | ((System.ComponentModel.ISupportInitialize)(this.globalRadiusNumericUpDown)).EndInit();
|
---|
202 | ((System.ComponentModel.ISupportInitialize)(this.clusterSizeNumericUpDown)).EndInit();
|
---|
203 | ((System.ComponentModel.ISupportInitialize)(this.clusterRadiusNumericUpDown)).EndInit();
|
---|
204 | ((System.ComponentModel.ISupportInitialize)(this.minFlowExponentNumericUpDown)).EndInit();
|
---|
205 | ((System.ComponentModel.ISupportInitialize)(this.maxFlowExponentNumericUpDown)).EndInit();
|
---|
206 | this.ResumeLayout(false);
|
---|
207 | this.PerformLayout();
|
---|
208 |
|
---|
209 | }
|
---|
210 |
|
---|
211 | #endregion
|
---|
212 |
|
---|
213 | private System.Windows.Forms.Label globalRadiusLabel;
|
---|
214 | private System.Windows.Forms.NumericUpDown globalRadiusNumericUpDown;
|
---|
215 | private System.Windows.Forms.Label clusterSizeRadiusLabel;
|
---|
216 | private System.Windows.Forms.NumericUpDown clusterSizeNumericUpDown;
|
---|
217 | private System.Windows.Forms.Label clusterSizeRadiusSeparatorLabel;
|
---|
218 | private System.Windows.Forms.NumericUpDown clusterRadiusNumericUpDown;
|
---|
219 | private System.Windows.Forms.Label minMaxFlowExponentLabel;
|
---|
220 | private System.Windows.Forms.NumericUpDown minFlowExponentNumericUpDown;
|
---|
221 | private System.Windows.Forms.Label minMaxFlowExponentSeparatorLabel;
|
---|
222 | private System.Windows.Forms.NumericUpDown maxFlowExponentNumericUpDown;
|
---|
223 | }
|
---|
224 | }
|
---|