Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Core/3.3/ProblemView.Designer.cs @ 1529

Last change on this file since 1529 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 22.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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
21namespace HeuristicLab.CEDMA.Core {
22  partial class ProblemView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if(disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.importButton = new System.Windows.Forms.Button();
47      this.trainingSamplesStartTextBox = new System.Windows.Forms.TextBox();
48      this.trainingLabel = new System.Windows.Forms.Label();
49      this.trainingSamplesEndTextBox = new System.Windows.Forms.TextBox();
50      this.validationSamplesEndTextBox = new System.Windows.Forms.TextBox();
51      this.validationSamplesStartTextBox = new System.Windows.Forms.TextBox();
52      this.validationLabel = new System.Windows.Forms.Label();
53      this.testSamplesEndTextBox = new System.Windows.Forms.TextBox();
54      this.testSamplesStartTextBox = new System.Windows.Forms.TextBox();
55      this.testLabel = new System.Windows.Forms.Label();
56      this.targetsListBox = new System.Windows.Forms.CheckedListBox();
57      this.inputsListBox = new System.Windows.Forms.CheckedListBox();
58      this.autoregressiveCheckBox = new System.Windows.Forms.CheckBox();
59      this.targetsGroupBox = new System.Windows.Forms.GroupBox();
60      this.inputsGroupBox = new System.Windows.Forms.GroupBox();
61      this.partitioningGroupBox = new System.Windows.Forms.GroupBox();
62      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
63      this.classificationRadioButton = new System.Windows.Forms.RadioButton();
64      this.regressionRadioButton = new System.Windows.Forms.RadioButton();
65      this.timeSeriesRadioButton = new System.Windows.Forms.RadioButton();
66      this.minTimeOffsetLabel = new System.Windows.Forms.Label();
67      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
68      this.learningTaskGroupBox = new System.Windows.Forms.GroupBox();
69      this.autoregressiveLabel = new System.Windows.Forms.Label();
70      this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
71      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
72      this.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
73      this.targetsGroupBox.SuspendLayout();
74      this.inputsGroupBox.SuspendLayout();
75      this.partitioningGroupBox.SuspendLayout();
76      this.learningTaskGroupBox.SuspendLayout();
77      this.SuspendLayout();
78      //
79      // importButton
80      //
81      this.importButton.Location = new System.Drawing.Point(3, 3);
82      this.importButton.Name = "importButton";
83      this.importButton.Size = new System.Drawing.Size(75, 23);
84      this.importButton.TabIndex = 0;
85      this.importButton.Text = "Import";
86      this.importButton.UseVisualStyleBackColor = true;
87      this.importButton.Click += new System.EventHandler(this.importButton_Click);
88      //
89      // trainingSamplesStartTextBox
90      //
91      this.trainingSamplesStartTextBox.Location = new System.Drawing.Point(119, 17);
92      this.trainingSamplesStartTextBox.Name = "trainingSamplesStartTextBox";
93      this.trainingSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
94      this.trainingSamplesStartTextBox.TabIndex = 4;
95      this.trainingSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
96      this.trainingSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
97      //
98      // trainingLabel
99      //
100      this.trainingLabel.AutoSize = true;
101      this.trainingLabel.Location = new System.Drawing.Point(13, 20);
102      this.trainingLabel.Name = "trainingLabel";
103      this.trainingLabel.Size = new System.Drawing.Size(89, 13);
104      this.trainingLabel.TabIndex = 3;
105      this.trainingLabel.Text = "Training samples:";
106      //
107      // trainingSamplesEndTextBox
108      //
109      this.trainingSamplesEndTextBox.Location = new System.Drawing.Point(221, 17);
110      this.trainingSamplesEndTextBox.Name = "trainingSamplesEndTextBox";
111      this.trainingSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
112      this.trainingSamplesEndTextBox.TabIndex = 10;
113      this.trainingSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
114      this.trainingSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
115      //
116      // validationSamplesEndTextBox
117      //
118      this.validationSamplesEndTextBox.Location = new System.Drawing.Point(221, 43);
119      this.validationSamplesEndTextBox.Name = "validationSamplesEndTextBox";
120      this.validationSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
121      this.validationSamplesEndTextBox.TabIndex = 13;
122      this.validationSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
123      this.validationSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
124      //
125      // validationSamplesStartTextBox
126      //
127      this.validationSamplesStartTextBox.Location = new System.Drawing.Point(119, 43);
128      this.validationSamplesStartTextBox.Name = "validationSamplesStartTextBox";
129      this.validationSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
130      this.validationSamplesStartTextBox.TabIndex = 12;
131      this.validationSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
132      this.validationSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
133      //
134      // validationLabel
135      //
136      this.validationLabel.AutoSize = true;
137      this.validationLabel.Location = new System.Drawing.Point(5, 46);
138      this.validationLabel.Name = "validationLabel";
139      this.validationLabel.Size = new System.Drawing.Size(97, 13);
140      this.validationLabel.TabIndex = 11;
141      this.validationLabel.Text = "Validation samples:";
142      //
143      // testSamplesEndTextBox
144      //
145      this.testSamplesEndTextBox.Location = new System.Drawing.Point(221, 68);
146      this.testSamplesEndTextBox.Name = "testSamplesEndTextBox";
147      this.testSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
148      this.testSamplesEndTextBox.TabIndex = 16;
149      this.testSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
150      this.testSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
151      //
152      // testSamplesStartTextBox
153      //
154      this.testSamplesStartTextBox.Location = new System.Drawing.Point(119, 68);
155      this.testSamplesStartTextBox.Name = "testSamplesStartTextBox";
156      this.testSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
157      this.testSamplesStartTextBox.TabIndex = 15;
158      this.testSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
159      this.testSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
160      //
161      // testLabel
162      //
163      this.testLabel.AutoSize = true;
164      this.testLabel.Location = new System.Drawing.Point(30, 71);
165      this.testLabel.Name = "testLabel";
166      this.testLabel.Size = new System.Drawing.Size(72, 13);
167      this.testLabel.TabIndex = 14;
168      this.testLabel.Text = "Test samples:";
169      //
170      // targetsListBox
171      //
172      this.targetsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.targetsListBox.FormattingEnabled = true;
176      this.targetsListBox.Location = new System.Drawing.Point(8, 15);
177      this.targetsListBox.Name = "targetsListBox";
178      this.targetsListBox.Size = new System.Drawing.Size(153, 79);
179      this.targetsListBox.TabIndex = 19;
180      this.targetsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetsListBox_ItemCheck);
181      //
182      // inputsListBox
183      //
184      this.inputsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
185                  | System.Windows.Forms.AnchorStyles.Left)
186                  | System.Windows.Forms.AnchorStyles.Right)));
187      this.inputsListBox.FormattingEnabled = true;
188      this.inputsListBox.Location = new System.Drawing.Point(6, 15);
189      this.inputsListBox.Name = "inputsListBox";
190      this.inputsListBox.Size = new System.Drawing.Size(141, 79);
191      this.inputsListBox.TabIndex = 21;
192      this.inputsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputsListBox_ItemCheck);
193      //
194      // autoregressiveCheckBox
195      //
196      this.autoregressiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
197      this.autoregressiveCheckBox.AutoSize = true;
198      this.autoregressiveCheckBox.Enabled = false;
199      this.autoregressiveCheckBox.Location = new System.Drawing.Point(131, 83);
200      this.autoregressiveCheckBox.Name = "autoregressiveCheckBox";
201      this.autoregressiveCheckBox.Size = new System.Drawing.Size(15, 14);
202      this.autoregressiveCheckBox.TabIndex = 22;
203      this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
204      this.autoregressiveCheckBox.CheckedChanged += new System.EventHandler(this.autoregressiveCheckBox_CheckedChanged);
205      //
206      // targetsGroupBox
207      //
208      this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
209      this.targetsGroupBox.Controls.Add(this.targetsListBox);
210      this.targetsGroupBox.Location = new System.Drawing.Point(29, 515);
211      this.targetsGroupBox.Name = "targetsGroupBox";
212      this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
213      this.targetsGroupBox.TabIndex = 23;
214      this.targetsGroupBox.TabStop = false;
215      this.targetsGroupBox.Text = "Target variables";
216      //
217      // inputsGroupBox
218      //
219      this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
220      this.inputsGroupBox.Controls.Add(this.inputsListBox);
221      this.inputsGroupBox.Location = new System.Drawing.Point(202, 515);
222      this.inputsGroupBox.Name = "inputsGroupBox";
223      this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
224      this.inputsGroupBox.TabIndex = 24;
225      this.inputsGroupBox.TabStop = false;
226      this.inputsGroupBox.Text = "Input variables:";
227      //
228      // partitioningGroupBox
229      //
230      this.partitioningGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
231      this.partitioningGroupBox.Controls.Add(this.validationSamplesEndTextBox);
232      this.partitioningGroupBox.Controls.Add(this.trainingLabel);
233      this.partitioningGroupBox.Controls.Add(this.trainingSamplesStartTextBox);
234      this.partitioningGroupBox.Controls.Add(this.trainingSamplesEndTextBox);
235      this.partitioningGroupBox.Controls.Add(this.validationLabel);
236      this.partitioningGroupBox.Controls.Add(this.testSamplesEndTextBox);
237      this.partitioningGroupBox.Controls.Add(this.validationSamplesStartTextBox);
238      this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
239      this.partitioningGroupBox.Controls.Add(this.testLabel);
240      this.partitioningGroupBox.Location = new System.Drawing.Point(29, 409);
241      this.partitioningGroupBox.Name = "partitioningGroupBox";
242      this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
243      this.partitioningGroupBox.TabIndex = 25;
244      this.partitioningGroupBox.TabStop = false;
245      this.partitioningGroupBox.Text = "Data set partitions:";
246      //
247      // openFileDialog
248      //
249      this.openFileDialog.DefaultExt = "txt";
250      this.openFileDialog.FileName = "txt";
251      this.openFileDialog.Filter = "Text files|*.txt|All files|*.*";
252      this.openFileDialog.Title = "Import data set from file";
253      //
254      // classificationRadioButton
255      //
256      this.classificationRadioButton.AutoSize = true;
257      this.classificationRadioButton.Checked = true;
258      this.classificationRadioButton.Location = new System.Drawing.Point(6, 16);
259      this.classificationRadioButton.Name = "classificationRadioButton";
260      this.classificationRadioButton.Size = new System.Drawing.Size(86, 17);
261      this.classificationRadioButton.TabIndex = 28;
262      this.classificationRadioButton.TabStop = true;
263      this.classificationRadioButton.Text = "Classification";
264      this.classificationRadioButton.UseVisualStyleBackColor = true;
265      this.classificationRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
266      //
267      // regressionRadioButton
268      //
269      this.regressionRadioButton.AutoSize = true;
270      this.regressionRadioButton.Location = new System.Drawing.Point(6, 39);
271      this.regressionRadioButton.Name = "regressionRadioButton";
272      this.regressionRadioButton.Size = new System.Drawing.Size(78, 17);
273      this.regressionRadioButton.TabIndex = 29;
274      this.regressionRadioButton.Text = "Regression";
275      this.regressionRadioButton.UseVisualStyleBackColor = true;
276      this.regressionRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
277      //
278      // timeSeriesRadioButton
279      //
280      this.timeSeriesRadioButton.AutoSize = true;
281      this.timeSeriesRadioButton.Location = new System.Drawing.Point(6, 62);
282      this.timeSeriesRadioButton.Name = "timeSeriesRadioButton";
283      this.timeSeriesRadioButton.Size = new System.Drawing.Size(119, 17);
284      this.timeSeriesRadioButton.TabIndex = 30;
285      this.timeSeriesRadioButton.Text = "Time series forecast";
286      this.timeSeriesRadioButton.UseVisualStyleBackColor = true;
287      this.timeSeriesRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
288      //
289      // minTimeOffsetLabel
290      //
291      this.minTimeOffsetLabel.AutoSize = true;
292      this.minTimeOffsetLabel.Enabled = false;
293      this.minTimeOffsetLabel.Location = new System.Drawing.Point(38, 106);
294      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
295      this.minTimeOffsetLabel.Size = new System.Drawing.Size(87, 13);
296      this.minTimeOffsetLabel.TabIndex = 31;
297      this.minTimeOffsetLabel.Text = "Min. Time Offset:";
298      //
299      // minTimeOffsetTextBox
300      //
301      this.minTimeOffsetTextBox.Enabled = false;
302      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(131, 103);
303      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
304      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(96, 20);
305      this.minTimeOffsetTextBox.TabIndex = 32;
306      this.minTimeOffsetTextBox.Validated += new System.EventHandler(this.timeOffsetTextBox_Validated);
307      this.minTimeOffsetTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeOffsetTextBox_Validating);
308      //
309      // learningTaskGroupBox
310      //
311      this.learningTaskGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
312      this.learningTaskGroupBox.Controls.Add(this.autoregressiveLabel);
313      this.learningTaskGroupBox.Controls.Add(this.classificationRadioButton);
314      this.learningTaskGroupBox.Controls.Add(this.minTimeOffsetLabel);
315      this.learningTaskGroupBox.Controls.Add(this.minTimeOffsetTextBox);
316      this.learningTaskGroupBox.Controls.Add(this.maxTimeOffsetLabel);
317      this.learningTaskGroupBox.Controls.Add(this.regressionRadioButton);
318      this.learningTaskGroupBox.Controls.Add(this.maxTimeOffsetTextBox);
319      this.learningTaskGroupBox.Controls.Add(this.timeSeriesRadioButton);
320      this.learningTaskGroupBox.Controls.Add(this.autoregressiveCheckBox);
321      this.learningTaskGroupBox.Location = new System.Drawing.Point(29, 621);
322      this.learningTaskGroupBox.Name = "learningTaskGroupBox";
323      this.learningTaskGroupBox.Size = new System.Drawing.Size(326, 163);
324      this.learningTaskGroupBox.TabIndex = 35;
325      this.learningTaskGroupBox.TabStop = false;
326      this.learningTaskGroupBox.Text = "Learning task";
327      //
328      // autoregressiveLabel
329      //
330      this.autoregressiveLabel.AutoSize = true;
331      this.autoregressiveLabel.Enabled = false;
332      this.autoregressiveLabel.Location = new System.Drawing.Point(45, 83);
333      this.autoregressiveLabel.Name = "autoregressiveLabel";
334      this.autoregressiveLabel.Size = new System.Drawing.Size(80, 13);
335      this.autoregressiveLabel.TabIndex = 35;
336      this.autoregressiveLabel.Text = "Autoregressive:";
337      //
338      // maxTimeOffsetLabel
339      //
340      this.maxTimeOffsetLabel.AutoSize = true;
341      this.maxTimeOffsetLabel.Enabled = false;
342      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(35, 132);
343      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
344      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(90, 13);
345      this.maxTimeOffsetLabel.TabIndex = 33;
346      this.maxTimeOffsetLabel.Text = "Max. Time Offset:";
347      //
348      // maxTimeOffsetTextBox
349      //
350      this.maxTimeOffsetTextBox.Enabled = false;
351      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(131, 129);
352      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
353      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(96, 20);
354      this.maxTimeOffsetTextBox.TabIndex = 34;
355      this.maxTimeOffsetTextBox.Validated += new System.EventHandler(this.timeOffsetTextBox_Validated);
356      this.maxTimeOffsetTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeOffsetTextBox_Validating);
357      //
358      // datasetView
359      //
360      this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
361                  | System.Windows.Forms.AnchorStyles.Left)
362                  | System.Windows.Forms.AnchorStyles.Right)));
363      this.datasetView.Caption = "Editor";
364      this.datasetView.Dataset = null;
365      this.datasetView.Filename = null;
366      this.datasetView.Location = new System.Drawing.Point(3, 32);
367      this.datasetView.Name = "datasetView";
368      this.datasetView.Size = new System.Drawing.Size(395, 371);
369      this.datasetView.TabIndex = 17;
370      //
371      // ProblemView
372      //
373      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
374      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
375      this.Controls.Add(this.learningTaskGroupBox);
376      this.Controls.Add(this.partitioningGroupBox);
377      this.Controls.Add(this.inputsGroupBox);
378      this.Controls.Add(this.targetsGroupBox);
379      this.Controls.Add(this.datasetView);
380      this.Controls.Add(this.importButton);
381      this.Name = "ProblemView";
382      this.Size = new System.Drawing.Size(406, 787);
383      this.targetsGroupBox.ResumeLayout(false);
384      this.inputsGroupBox.ResumeLayout(false);
385      this.partitioningGroupBox.ResumeLayout(false);
386      this.partitioningGroupBox.PerformLayout();
387      this.learningTaskGroupBox.ResumeLayout(false);
388      this.learningTaskGroupBox.PerformLayout();
389      this.ResumeLayout(false);
390
391    }
392
393    #endregion
394
395    private System.Windows.Forms.Button importButton;
396    private System.Windows.Forms.TextBox trainingSamplesStartTextBox;
397    private System.Windows.Forms.Label trainingLabel;
398    private System.Windows.Forms.TextBox trainingSamplesEndTextBox;
399    private System.Windows.Forms.TextBox validationSamplesEndTextBox;
400    private System.Windows.Forms.TextBox validationSamplesStartTextBox;
401    private System.Windows.Forms.Label validationLabel;
402    private System.Windows.Forms.TextBox testSamplesEndTextBox;
403    private System.Windows.Forms.TextBox testSamplesStartTextBox;
404    private System.Windows.Forms.Label testLabel;
405    private HeuristicLab.DataAnalysis.DatasetView datasetView;
406    private System.Windows.Forms.CheckedListBox targetsListBox;
407    private System.Windows.Forms.CheckedListBox inputsListBox;
408    private System.Windows.Forms.CheckBox autoregressiveCheckBox;
409    private System.Windows.Forms.GroupBox targetsGroupBox;
410    private System.Windows.Forms.GroupBox inputsGroupBox;
411    private System.Windows.Forms.GroupBox partitioningGroupBox;
412    private System.Windows.Forms.OpenFileDialog openFileDialog;
413    private System.Windows.Forms.RadioButton classificationRadioButton;
414    private System.Windows.Forms.RadioButton regressionRadioButton;
415    private System.Windows.Forms.RadioButton timeSeriesRadioButton;
416    private System.Windows.Forms.Label minTimeOffsetLabel;
417    private System.Windows.Forms.TextBox minTimeOffsetTextBox;
418    private System.Windows.Forms.GroupBox learningTaskGroupBox;
419    private System.Windows.Forms.Label maxTimeOffsetLabel;
420    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
421    private System.Windows.Forms.Label autoregressiveLabel;
422  }
423}
Note: See TracBrowser for help on using the repository browser.