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 |
|
---|
22 | namespace HeuristicLab.DataImporter.Backend.Hl2ImporterFormat {
|
---|
23 | partial class Hl2ExporterView {
|
---|
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 Windows Form 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.txtProblemName = new System.Windows.Forms.TextBox();
|
---|
48 | this.label2 = new System.Windows.Forms.Label();
|
---|
49 | this.label3 = new System.Windows.Forms.Label();
|
---|
50 | this.label4 = new System.Windows.Forms.Label();
|
---|
51 | this.txtNonInputVariables = new System.Windows.Forms.TextBox();
|
---|
52 | this.txtMinimumTimeOffset = new System.Windows.Forms.TextBox();
|
---|
53 | this.label5 = new System.Windows.Forms.Label();
|
---|
54 | this.label6 = new System.Windows.Forms.Label();
|
---|
55 | this.label7 = new System.Windows.Forms.Label();
|
---|
56 | this.label8 = new System.Windows.Forms.Label();
|
---|
57 | this.txtMaximumTimeOffset = new System.Windows.Forms.TextBox();
|
---|
58 | this.txtMaximumTreeHeight = new System.Windows.Forms.TextBox();
|
---|
59 | this.txtMaximumTreeSize = new System.Windows.Forms.TextBox();
|
---|
60 | this.label9 = new System.Windows.Forms.Label();
|
---|
61 | this.label10 = new System.Windows.Forms.Label();
|
---|
62 | this.label11 = new System.Windows.Forms.Label();
|
---|
63 | this.txtTrainingStart = new System.Windows.Forms.TextBox();
|
---|
64 | this.txtTrainingEnd = new System.Windows.Forms.TextBox();
|
---|
65 | this.txtValidationEnd = new System.Windows.Forms.TextBox();
|
---|
66 | this.txtValidationStart = new System.Windows.Forms.TextBox();
|
---|
67 | this.label12 = new System.Windows.Forms.Label();
|
---|
68 | this.label13 = new System.Windows.Forms.Label();
|
---|
69 | this.label14 = new System.Windows.Forms.Label();
|
---|
70 | this.txtTestEnd = new System.Windows.Forms.TextBox();
|
---|
71 | this.txtTestStart = new System.Windows.Forms.TextBox();
|
---|
72 | this.label15 = new System.Windows.Forms.Label();
|
---|
73 | this.label16 = new System.Windows.Forms.Label();
|
---|
74 | this.label17 = new System.Windows.Forms.Label();
|
---|
75 | this.btnBrowse = new System.Windows.Forms.Button();
|
---|
76 | this.label1 = new System.Windows.Forms.Label();
|
---|
77 | this.txtFileName = new System.Windows.Forms.TextBox();
|
---|
78 | this.txtTargetVariable = new System.Windows.Forms.TextBox();
|
---|
79 | this.SuspendLayout();
|
---|
80 | //
|
---|
81 | // txtProblemName
|
---|
82 | //
|
---|
83 | this.txtProblemName.Location = new System.Drawing.Point(177, 30);
|
---|
84 | this.txtProblemName.Name = "txtProblemName";
|
---|
85 | this.txtProblemName.Size = new System.Drawing.Size(140, 20);
|
---|
86 | this.txtProblemName.TabIndex = 1;
|
---|
87 | //
|
---|
88 | // label2
|
---|
89 | //
|
---|
90 | this.label2.AutoSize = true;
|
---|
91 | this.label2.Location = new System.Drawing.Point(51, 33);
|
---|
92 | this.label2.Name = "label2";
|
---|
93 | this.label2.Size = new System.Drawing.Size(71, 13);
|
---|
94 | this.label2.TabIndex = 4;
|
---|
95 | this.label2.Text = "Problemname";
|
---|
96 | //
|
---|
97 | // label3
|
---|
98 | //
|
---|
99 | this.label3.AutoSize = true;
|
---|
100 | this.label3.Location = new System.Drawing.Point(51, 58);
|
---|
101 | this.label3.Name = "label3";
|
---|
102 | this.label3.Size = new System.Drawing.Size(79, 13);
|
---|
103 | this.label3.TabIndex = 5;
|
---|
104 | this.label3.Text = "Target Variable";
|
---|
105 | //
|
---|
106 | // label4
|
---|
107 | //
|
---|
108 | this.label4.AutoSize = true;
|
---|
109 | this.label4.Location = new System.Drawing.Point(51, 84);
|
---|
110 | this.label4.Name = "label4";
|
---|
111 | this.label4.Size = new System.Drawing.Size(100, 13);
|
---|
112 | this.label4.TabIndex = 7;
|
---|
113 | this.label4.Text = "Non-Input Variables";
|
---|
114 | //
|
---|
115 | // txtNonInputVariables
|
---|
116 | //
|
---|
117 | this.txtNonInputVariables.Location = new System.Drawing.Point(177, 81);
|
---|
118 | this.txtNonInputVariables.Name = "txtNonInputVariables";
|
---|
119 | this.txtNonInputVariables.Size = new System.Drawing.Size(140, 20);
|
---|
120 | this.txtNonInputVariables.TabIndex = 3;
|
---|
121 | //
|
---|
122 | // txtMinimumTimeOffset
|
---|
123 | //
|
---|
124 | this.txtMinimumTimeOffset.Location = new System.Drawing.Point(177, 106);
|
---|
125 | this.txtMinimumTimeOffset.Name = "txtMinimumTimeOffset";
|
---|
126 | this.txtMinimumTimeOffset.Size = new System.Drawing.Size(140, 20);
|
---|
127 | this.txtMinimumTimeOffset.TabIndex = 4;
|
---|
128 | //
|
---|
129 | // label5
|
---|
130 | //
|
---|
131 | this.label5.AutoSize = true;
|
---|
132 | this.label5.Location = new System.Drawing.Point(51, 109);
|
---|
133 | this.label5.Name = "label5";
|
---|
134 | this.label5.Size = new System.Drawing.Size(105, 13);
|
---|
135 | this.label5.TabIndex = 10;
|
---|
136 | this.label5.Text = "Minimum Time Offset";
|
---|
137 | //
|
---|
138 | // label6
|
---|
139 | //
|
---|
140 | this.label6.AutoSize = true;
|
---|
141 | this.label6.Location = new System.Drawing.Point(51, 134);
|
---|
142 | this.label6.Name = "label6";
|
---|
143 | this.label6.Size = new System.Drawing.Size(108, 13);
|
---|
144 | this.label6.TabIndex = 11;
|
---|
145 | this.label6.Text = "Maximum Time Offset";
|
---|
146 | //
|
---|
147 | // label7
|
---|
148 | //
|
---|
149 | this.label7.AutoSize = true;
|
---|
150 | this.label7.Location = new System.Drawing.Point(51, 159);
|
---|
151 | this.label7.Name = "label7";
|
---|
152 | this.label7.Size = new System.Drawing.Size(110, 13);
|
---|
153 | this.label7.TabIndex = 12;
|
---|
154 | this.label7.Text = "Maximum Tree Height";
|
---|
155 | //
|
---|
156 | // label8
|
---|
157 | //
|
---|
158 | this.label8.AutoSize = true;
|
---|
159 | this.label8.Location = new System.Drawing.Point(51, 184);
|
---|
160 | this.label8.Name = "label8";
|
---|
161 | this.label8.Size = new System.Drawing.Size(99, 13);
|
---|
162 | this.label8.TabIndex = 13;
|
---|
163 | this.label8.Text = "Maximum Tree Size";
|
---|
164 | //
|
---|
165 | // txtMaximumTimeOffset
|
---|
166 | //
|
---|
167 | this.txtMaximumTimeOffset.Location = new System.Drawing.Point(177, 131);
|
---|
168 | this.txtMaximumTimeOffset.Name = "txtMaximumTimeOffset";
|
---|
169 | this.txtMaximumTimeOffset.Size = new System.Drawing.Size(140, 20);
|
---|
170 | this.txtMaximumTimeOffset.TabIndex = 5;
|
---|
171 | //
|
---|
172 | // txtMaximumTreeHeight
|
---|
173 | //
|
---|
174 | this.txtMaximumTreeHeight.Location = new System.Drawing.Point(177, 156);
|
---|
175 | this.txtMaximumTreeHeight.Name = "txtMaximumTreeHeight";
|
---|
176 | this.txtMaximumTreeHeight.Size = new System.Drawing.Size(140, 20);
|
---|
177 | this.txtMaximumTreeHeight.TabIndex = 6;
|
---|
178 | //
|
---|
179 | // txtMaximumTreeSize
|
---|
180 | //
|
---|
181 | this.txtMaximumTreeSize.Location = new System.Drawing.Point(177, 181);
|
---|
182 | this.txtMaximumTreeSize.Name = "txtMaximumTreeSize";
|
---|
183 | this.txtMaximumTreeSize.Size = new System.Drawing.Size(140, 20);
|
---|
184 | this.txtMaximumTreeSize.TabIndex = 7;
|
---|
185 | //
|
---|
186 | // label9
|
---|
187 | //
|
---|
188 | this.label9.AutoSize = true;
|
---|
189 | this.label9.Location = new System.Drawing.Point(51, 209);
|
---|
190 | this.label9.Name = "label9";
|
---|
191 | this.label9.Size = new System.Drawing.Size(45, 13);
|
---|
192 | this.label9.TabIndex = 14;
|
---|
193 | this.label9.Text = "Training";
|
---|
194 | //
|
---|
195 | // label10
|
---|
196 | //
|
---|
197 | this.label10.AutoSize = true;
|
---|
198 | this.label10.Location = new System.Drawing.Point(130, 210);
|
---|
199 | this.label10.Name = "label10";
|
---|
200 | this.label10.Size = new System.Drawing.Size(29, 13);
|
---|
201 | this.label10.TabIndex = 15;
|
---|
202 | this.label10.Text = "Start";
|
---|
203 | //
|
---|
204 | // label11
|
---|
205 | //
|
---|
206 | this.label11.AutoSize = true;
|
---|
207 | this.label11.Location = new System.Drawing.Point(241, 210);
|
---|
208 | this.label11.Name = "label11";
|
---|
209 | this.label11.Size = new System.Drawing.Size(26, 13);
|
---|
210 | this.label11.TabIndex = 16;
|
---|
211 | this.label11.Text = "End";
|
---|
212 | //
|
---|
213 | // txtTrainingStart
|
---|
214 | //
|
---|
215 | this.txtTrainingStart.Location = new System.Drawing.Point(177, 207);
|
---|
216 | this.txtTrainingStart.Name = "txtTrainingStart";
|
---|
217 | this.txtTrainingStart.Size = new System.Drawing.Size(44, 20);
|
---|
218 | this.txtTrainingStart.TabIndex = 8;
|
---|
219 | //
|
---|
220 | // txtTrainingEnd
|
---|
221 | //
|
---|
222 | this.txtTrainingEnd.Location = new System.Drawing.Point(273, 207);
|
---|
223 | this.txtTrainingEnd.Name = "txtTrainingEnd";
|
---|
224 | this.txtTrainingEnd.Size = new System.Drawing.Size(44, 20);
|
---|
225 | this.txtTrainingEnd.TabIndex = 9;
|
---|
226 | //
|
---|
227 | // txtValidationEnd
|
---|
228 | //
|
---|
229 | this.txtValidationEnd.Location = new System.Drawing.Point(273, 233);
|
---|
230 | this.txtValidationEnd.Name = "txtValidationEnd";
|
---|
231 | this.txtValidationEnd.Size = new System.Drawing.Size(44, 20);
|
---|
232 | this.txtValidationEnd.TabIndex = 11;
|
---|
233 | //
|
---|
234 | // txtValidationStart
|
---|
235 | //
|
---|
236 | this.txtValidationStart.Location = new System.Drawing.Point(177, 233);
|
---|
237 | this.txtValidationStart.Name = "txtValidationStart";
|
---|
238 | this.txtValidationStart.Size = new System.Drawing.Size(44, 20);
|
---|
239 | this.txtValidationStart.TabIndex = 10;
|
---|
240 | //
|
---|
241 | // label12
|
---|
242 | //
|
---|
243 | this.label12.AutoSize = true;
|
---|
244 | this.label12.Location = new System.Drawing.Point(241, 236);
|
---|
245 | this.label12.Name = "label12";
|
---|
246 | this.label12.Size = new System.Drawing.Size(26, 13);
|
---|
247 | this.label12.TabIndex = 24;
|
---|
248 | this.label12.Text = "End";
|
---|
249 | //
|
---|
250 | // label13
|
---|
251 | //
|
---|
252 | this.label13.AutoSize = true;
|
---|
253 | this.label13.Location = new System.Drawing.Point(130, 236);
|
---|
254 | this.label13.Name = "label13";
|
---|
255 | this.label13.Size = new System.Drawing.Size(29, 13);
|
---|
256 | this.label13.TabIndex = 23;
|
---|
257 | this.label13.Text = "Start";
|
---|
258 | //
|
---|
259 | // label14
|
---|
260 | //
|
---|
261 | this.label14.AutoSize = true;
|
---|
262 | this.label14.Location = new System.Drawing.Point(51, 235);
|
---|
263 | this.label14.Name = "label14";
|
---|
264 | this.label14.Size = new System.Drawing.Size(53, 13);
|
---|
265 | this.label14.TabIndex = 22;
|
---|
266 | this.label14.Text = "Validation";
|
---|
267 | //
|
---|
268 | // txtTestEnd
|
---|
269 | //
|
---|
270 | this.txtTestEnd.Location = new System.Drawing.Point(273, 259);
|
---|
271 | this.txtTestEnd.Name = "txtTestEnd";
|
---|
272 | this.txtTestEnd.Size = new System.Drawing.Size(44, 20);
|
---|
273 | this.txtTestEnd.TabIndex = 13;
|
---|
274 | //
|
---|
275 | // txtTestStart
|
---|
276 | //
|
---|
277 | this.txtTestStart.Location = new System.Drawing.Point(177, 259);
|
---|
278 | this.txtTestStart.Name = "txtTestStart";
|
---|
279 | this.txtTestStart.Size = new System.Drawing.Size(44, 20);
|
---|
280 | this.txtTestStart.TabIndex = 12;
|
---|
281 | //
|
---|
282 | // label15
|
---|
283 | //
|
---|
284 | this.label15.AutoSize = true;
|
---|
285 | this.label15.Location = new System.Drawing.Point(241, 262);
|
---|
286 | this.label15.Name = "label15";
|
---|
287 | this.label15.Size = new System.Drawing.Size(26, 13);
|
---|
288 | this.label15.TabIndex = 29;
|
---|
289 | this.label15.Text = "End";
|
---|
290 | //
|
---|
291 | // label16
|
---|
292 | //
|
---|
293 | this.label16.AutoSize = true;
|
---|
294 | this.label16.Location = new System.Drawing.Point(130, 262);
|
---|
295 | this.label16.Name = "label16";
|
---|
296 | this.label16.Size = new System.Drawing.Size(29, 13);
|
---|
297 | this.label16.TabIndex = 28;
|
---|
298 | this.label16.Text = "Start";
|
---|
299 | //
|
---|
300 | // label17
|
---|
301 | //
|
---|
302 | this.label17.AutoSize = true;
|
---|
303 | this.label17.Location = new System.Drawing.Point(51, 261);
|
---|
304 | this.label17.Name = "label17";
|
---|
305 | this.label17.Size = new System.Drawing.Size(28, 13);
|
---|
306 | this.label17.TabIndex = 27;
|
---|
307 | this.label17.Text = "Test";
|
---|
308 | //
|
---|
309 | // btnBrowse
|
---|
310 | //
|
---|
311 | this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
312 | this.btnBrowse.Location = new System.Drawing.Point(323, 3);
|
---|
313 | this.btnBrowse.Name = "btnBrowse";
|
---|
314 | this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
---|
315 | this.btnBrowse.TabIndex = 14;
|
---|
316 | this.btnBrowse.Text = "Browse";
|
---|
317 | this.btnBrowse.UseVisualStyleBackColor = true;
|
---|
318 | this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
---|
319 | //
|
---|
320 | // label1
|
---|
321 | //
|
---|
322 | this.label1.AutoSize = true;
|
---|
323 | this.label1.Location = new System.Drawing.Point(1, 7);
|
---|
324 | this.label1.Name = "label1";
|
---|
325 | this.label1.Size = new System.Drawing.Size(49, 13);
|
---|
326 | this.label1.TabIndex = 2;
|
---|
327 | this.label1.Text = "Filename";
|
---|
328 | //
|
---|
329 | // txtFileName
|
---|
330 | //
|
---|
331 | this.txtFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
332 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
333 | this.txtFileName.Location = new System.Drawing.Point(54, 4);
|
---|
334 | this.txtFileName.Name = "txtFileName";
|
---|
335 | this.txtFileName.Size = new System.Drawing.Size(263, 20);
|
---|
336 | this.txtFileName.TabIndex = 0;
|
---|
337 | //
|
---|
338 | // txtTargetVariable
|
---|
339 | //
|
---|
340 | this.txtTargetVariable.Location = new System.Drawing.Point(177, 55);
|
---|
341 | this.txtTargetVariable.Name = "txtTargetVariable";
|
---|
342 | this.txtTargetVariable.Size = new System.Drawing.Size(140, 20);
|
---|
343 | this.txtTargetVariable.TabIndex = 2;
|
---|
344 | //
|
---|
345 | // Hl2ExporterView
|
---|
346 | //
|
---|
347 | this.Controls.Add(this.txtTargetVariable);
|
---|
348 | this.Controls.Add(this.btnBrowse);
|
---|
349 | this.Controls.Add(this.label1);
|
---|
350 | this.Controls.Add(this.txtFileName);
|
---|
351 | this.Controls.Add(this.txtTestEnd);
|
---|
352 | this.Controls.Add(this.txtTestStart);
|
---|
353 | this.Controls.Add(this.label15);
|
---|
354 | this.Controls.Add(this.label16);
|
---|
355 | this.Controls.Add(this.label17);
|
---|
356 | this.Controls.Add(this.txtValidationEnd);
|
---|
357 | this.Controls.Add(this.txtValidationStart);
|
---|
358 | this.Controls.Add(this.label12);
|
---|
359 | this.Controls.Add(this.label13);
|
---|
360 | this.Controls.Add(this.label14);
|
---|
361 | this.Controls.Add(this.txtTrainingEnd);
|
---|
362 | this.Controls.Add(this.txtTrainingStart);
|
---|
363 | this.Controls.Add(this.txtMaximumTreeSize);
|
---|
364 | this.Controls.Add(this.txtMaximumTreeHeight);
|
---|
365 | this.Controls.Add(this.txtMaximumTimeOffset);
|
---|
366 | this.Controls.Add(this.label11);
|
---|
367 | this.Controls.Add(this.label10);
|
---|
368 | this.Controls.Add(this.label9);
|
---|
369 | this.Controls.Add(this.label8);
|
---|
370 | this.Controls.Add(this.label7);
|
---|
371 | this.Controls.Add(this.label6);
|
---|
372 | this.Controls.Add(this.label5);
|
---|
373 | this.Controls.Add(this.txtMinimumTimeOffset);
|
---|
374 | this.Controls.Add(this.txtNonInputVariables);
|
---|
375 | this.Controls.Add(this.txtProblemName);
|
---|
376 | this.Controls.Add(this.label2);
|
---|
377 | this.Controls.Add(this.label3);
|
---|
378 | this.Controls.Add(this.label4);
|
---|
379 | this.Name = "Hl2ExporterView";
|
---|
380 | this.Size = new System.Drawing.Size(401, 293);
|
---|
381 | this.ResumeLayout(false);
|
---|
382 | this.PerformLayout();
|
---|
383 |
|
---|
384 | }
|
---|
385 |
|
---|
386 | #endregion
|
---|
387 |
|
---|
388 | private System.Windows.Forms.TextBox txtProblemName;
|
---|
389 | private System.Windows.Forms.Label label2;
|
---|
390 | private System.Windows.Forms.Label label3;
|
---|
391 | private System.Windows.Forms.Label label4;
|
---|
392 | private System.Windows.Forms.TextBox txtNonInputVariables;
|
---|
393 | private System.Windows.Forms.TextBox txtMinimumTimeOffset;
|
---|
394 | private System.Windows.Forms.Label label5;
|
---|
395 | private System.Windows.Forms.Label label6;
|
---|
396 | private System.Windows.Forms.Label label7;
|
---|
397 | private System.Windows.Forms.Label label8;
|
---|
398 | private System.Windows.Forms.TextBox txtMaximumTimeOffset;
|
---|
399 | private System.Windows.Forms.TextBox txtMaximumTreeHeight;
|
---|
400 | private System.Windows.Forms.TextBox txtMaximumTreeSize;
|
---|
401 | private System.Windows.Forms.Label label9;
|
---|
402 | private System.Windows.Forms.Label label10;
|
---|
403 | private System.Windows.Forms.Label label11;
|
---|
404 | private System.Windows.Forms.TextBox txtTrainingStart;
|
---|
405 | private System.Windows.Forms.TextBox txtTrainingEnd;
|
---|
406 | private System.Windows.Forms.TextBox txtValidationEnd;
|
---|
407 | private System.Windows.Forms.TextBox txtValidationStart;
|
---|
408 | private System.Windows.Forms.Label label12;
|
---|
409 | private System.Windows.Forms.Label label13;
|
---|
410 | private System.Windows.Forms.Label label14;
|
---|
411 | private System.Windows.Forms.TextBox txtTestEnd;
|
---|
412 | private System.Windows.Forms.TextBox txtTestStart;
|
---|
413 | private System.Windows.Forms.Label label15;
|
---|
414 | private System.Windows.Forms.Label label16;
|
---|
415 | private System.Windows.Forms.Label label17;
|
---|
416 | private System.Windows.Forms.Button btnBrowse;
|
---|
417 | private System.Windows.Forms.Label label1;
|
---|
418 | private System.Windows.Forms.TextBox txtFileName;
|
---|
419 | private System.Windows.Forms.TextBox txtTargetVariable;
|
---|
420 | }
|
---|
421 | }
|
---|