Free cookie consent management tool by TermsFeed Policy Generator

source: branches/plugins/HeuristicLab.CEDMA.Core/3.2/ProblemView.Designer.cs @ 2228

Last change on this file since 2228 was 1043, checked in by gkronber, 16 years ago

worked on view for CEDMA problems and persistence of CEDMA problems to RDF store. #419 (Refactor CEDMA plugins)

File size: 16.9 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.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
57      this.targetsListBox = new System.Windows.Forms.CheckedListBox();
58      this.inputsListBox = new System.Windows.Forms.CheckedListBox();
59      this.autoregressiveCheckBox = new System.Windows.Forms.CheckBox();
60      this.targetsGroupBox = new System.Windows.Forms.GroupBox();
61      this.inputsGroupBox = new System.Windows.Forms.GroupBox();
62      this.partitioningGroupBox = new System.Windows.Forms.GroupBox();
63      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
64      this.modelType = new System.Windows.Forms.ComboBox();
65      this.taskLabel = new System.Windows.Forms.Label();
66      this.targetsGroupBox.SuspendLayout();
67      this.inputsGroupBox.SuspendLayout();
68      this.partitioningGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // importButton
72      //
73      this.importButton.Location = new System.Drawing.Point(3, 3);
74      this.importButton.Name = "importButton";
75      this.importButton.Size = new System.Drawing.Size(75, 23);
76      this.importButton.TabIndex = 0;
77      this.importButton.Text = "Import";
78      this.importButton.UseVisualStyleBackColor = true;
79      this.importButton.Click += new System.EventHandler(this.importButton_Click);
80      //
81      // trainingSamplesStartTextBox
82      //
83      this.trainingSamplesStartTextBox.Location = new System.Drawing.Point(119, 17);
84      this.trainingSamplesStartTextBox.Name = "trainingSamplesStartTextBox";
85      this.trainingSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
86      this.trainingSamplesStartTextBox.TabIndex = 4;
87      this.trainingSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
88      this.trainingSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
89      //
90      // trainingLabel
91      //
92      this.trainingLabel.AutoSize = true;
93      this.trainingLabel.Location = new System.Drawing.Point(13, 20);
94      this.trainingLabel.Name = "trainingLabel";
95      this.trainingLabel.Size = new System.Drawing.Size(89, 13);
96      this.trainingLabel.TabIndex = 3;
97      this.trainingLabel.Text = "Training samples:";
98      //
99      // trainingSamplesEndTextBox
100      //
101      this.trainingSamplesEndTextBox.Location = new System.Drawing.Point(221, 17);
102      this.trainingSamplesEndTextBox.Name = "trainingSamplesEndTextBox";
103      this.trainingSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
104      this.trainingSamplesEndTextBox.TabIndex = 10;
105      this.trainingSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
106      this.trainingSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
107      //
108      // validationSamplesEndTextBox
109      //
110      this.validationSamplesEndTextBox.Location = new System.Drawing.Point(221, 43);
111      this.validationSamplesEndTextBox.Name = "validationSamplesEndTextBox";
112      this.validationSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
113      this.validationSamplesEndTextBox.TabIndex = 13;
114      this.validationSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
115      this.validationSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
116      //
117      // validationSamplesStartTextBox
118      //
119      this.validationSamplesStartTextBox.Location = new System.Drawing.Point(119, 43);
120      this.validationSamplesStartTextBox.Name = "validationSamplesStartTextBox";
121      this.validationSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
122      this.validationSamplesStartTextBox.TabIndex = 12;
123      this.validationSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
124      this.validationSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
125      //
126      // validationLabel
127      //
128      this.validationLabel.AutoSize = true;
129      this.validationLabel.Location = new System.Drawing.Point(5, 48);
130      this.validationLabel.Name = "validationLabel";
131      this.validationLabel.Size = new System.Drawing.Size(97, 13);
132      this.validationLabel.TabIndex = 11;
133      this.validationLabel.Text = "Validation samples:";
134      //
135      // testSamplesEndTextBox
136      //
137      this.testSamplesEndTextBox.Location = new System.Drawing.Point(221, 68);
138      this.testSamplesEndTextBox.Name = "testSamplesEndTextBox";
139      this.testSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
140      this.testSamplesEndTextBox.TabIndex = 16;
141      this.testSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
142      this.testSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
143      //
144      // testSamplesStartTextBox
145      //
146      this.testSamplesStartTextBox.Location = new System.Drawing.Point(119, 68);
147      this.testSamplesStartTextBox.Name = "testSamplesStartTextBox";
148      this.testSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
149      this.testSamplesStartTextBox.TabIndex = 15;
150      this.testSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
151      this.testSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
152      //
153      // testLabel
154      //
155      this.testLabel.AutoSize = true;
156      this.testLabel.Location = new System.Drawing.Point(30, 71);
157      this.testLabel.Name = "testLabel";
158      this.testLabel.Size = new System.Drawing.Size(72, 13);
159      this.testLabel.TabIndex = 14;
160      this.testLabel.Text = "Test samples:";
161      //
162      // datasetView
163      //
164      this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
165                  | System.Windows.Forms.AnchorStyles.Left)
166                  | System.Windows.Forms.AnchorStyles.Right)));
167      this.datasetView.Caption = "Editor";
168      this.datasetView.Dataset = null;
169      this.datasetView.Filename = null;
170      this.datasetView.Location = new System.Drawing.Point(3, 32);
171      this.datasetView.Name = "datasetView";
172      this.datasetView.Size = new System.Drawing.Size(326, 176);
173      this.datasetView.TabIndex = 17;
174      //
175      // targetsListBox
176      //
177      this.targetsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
178                  | System.Windows.Forms.AnchorStyles.Left)
179                  | System.Windows.Forms.AnchorStyles.Right)));
180      this.targetsListBox.FormattingEnabled = true;
181      this.targetsListBox.Location = new System.Drawing.Point(8, 15);
182      this.targetsListBox.Name = "targetsListBox";
183      this.targetsListBox.Size = new System.Drawing.Size(153, 79);
184      this.targetsListBox.TabIndex = 19;
185      this.targetsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetsListBox_ItemCheck);
186      //
187      // inputsListBox
188      //
189      this.inputsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
190                  | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
192      this.inputsListBox.FormattingEnabled = true;
193      this.inputsListBox.Location = new System.Drawing.Point(6, 15);
194      this.inputsListBox.Name = "inputsListBox";
195      this.inputsListBox.Size = new System.Drawing.Size(141, 79);
196      this.inputsListBox.TabIndex = 21;
197      this.inputsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputsListBox_ItemCheck);
198      //
199      // autoregressiveCheckBox
200      //
201      this.autoregressiveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
202      this.autoregressiveCheckBox.AutoSize = true;
203      this.autoregressiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
204      this.autoregressiveCheckBox.Location = new System.Drawing.Point(215, 424);
205      this.autoregressiveCheckBox.Name = "autoregressiveCheckBox";
206      this.autoregressiveCheckBox.Size = new System.Drawing.Size(102, 17);
207      this.autoregressiveCheckBox.TabIndex = 22;
208      this.autoregressiveCheckBox.Text = "Auto regressive:";
209      this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
210      this.autoregressiveCheckBox.CheckedChanged += new System.EventHandler(this.autoregressiveCheckBox_CheckedChanged);
211      //
212      // targetsGroupBox
213      //
214      this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
215      this.targetsGroupBox.Controls.Add(this.targetsListBox);
216      this.targetsGroupBox.Location = new System.Drawing.Point(3, 320);
217      this.targetsGroupBox.Name = "targetsGroupBox";
218      this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
219      this.targetsGroupBox.TabIndex = 23;
220      this.targetsGroupBox.TabStop = false;
221      this.targetsGroupBox.Text = "Target variables";
222      //
223      // inputsGroupBox
224      //
225      this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
226      this.inputsGroupBox.Controls.Add(this.inputsListBox);
227      this.inputsGroupBox.Location = new System.Drawing.Point(176, 320);
228      this.inputsGroupBox.Name = "inputsGroupBox";
229      this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
230      this.inputsGroupBox.TabIndex = 24;
231      this.inputsGroupBox.TabStop = false;
232      this.inputsGroupBox.Text = "Input variables:";
233      //
234      // partitioningGroupBox
235      //
236      this.partitioningGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
237      this.partitioningGroupBox.Controls.Add(this.validationSamplesEndTextBox);
238      this.partitioningGroupBox.Controls.Add(this.trainingLabel);
239      this.partitioningGroupBox.Controls.Add(this.trainingSamplesStartTextBox);
240      this.partitioningGroupBox.Controls.Add(this.trainingSamplesEndTextBox);
241      this.partitioningGroupBox.Controls.Add(this.validationLabel);
242      this.partitioningGroupBox.Controls.Add(this.testSamplesEndTextBox);
243      this.partitioningGroupBox.Controls.Add(this.validationSamplesStartTextBox);
244      this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
245      this.partitioningGroupBox.Controls.Add(this.testLabel);
246      this.partitioningGroupBox.Location = new System.Drawing.Point(3, 214);
247      this.partitioningGroupBox.Name = "partitioningGroupBox";
248      this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
249      this.partitioningGroupBox.TabIndex = 25;
250      this.partitioningGroupBox.TabStop = false;
251      this.partitioningGroupBox.Text = "Data set partitions:";
252      //
253      // openFileDialog
254      //
255      this.openFileDialog.DefaultExt = "txt";
256      this.openFileDialog.FileName = "txt";
257      this.openFileDialog.Filter = "Text files|*.txt|All files|*.*";
258      this.openFileDialog.Title = "Import data set from file";
259      //
260      // modelType
261      //
262      this.modelType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
263      this.modelType.FormattingEnabled = true;
264      this.modelType.Location = new System.Drawing.Point(88, 422);
265      this.modelType.Name = "modelType";
266      this.modelType.Size = new System.Drawing.Size(121, 21);
267      this.modelType.TabIndex = 26;
268      this.modelType.SelectedValueChanged += new System.EventHandler(this.modelType_SelectedValueChanged);
269      //
270      // taskLabel
271      //
272      this.taskLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
273      this.taskLabel.AutoSize = true;
274      this.taskLabel.Location = new System.Drawing.Point(8, 425);
275      this.taskLabel.Name = "taskLabel";
276      this.taskLabel.Size = new System.Drawing.Size(74, 13);
277      this.taskLabel.TabIndex = 27;
278      this.taskLabel.Text = "Learning task:";
279      //
280      // ProblemView
281      //
282      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
283      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
284      this.Controls.Add(this.taskLabel);
285      this.Controls.Add(this.modelType);
286      this.Controls.Add(this.partitioningGroupBox);
287      this.Controls.Add(this.inputsGroupBox);
288      this.Controls.Add(this.targetsGroupBox);
289      this.Controls.Add(this.autoregressiveCheckBox);
290      this.Controls.Add(this.datasetView);
291      this.Controls.Add(this.importButton);
292      this.Name = "ProblemView";
293      this.Size = new System.Drawing.Size(337, 446);
294      this.targetsGroupBox.ResumeLayout(false);
295      this.inputsGroupBox.ResumeLayout(false);
296      this.partitioningGroupBox.ResumeLayout(false);
297      this.partitioningGroupBox.PerformLayout();
298      this.ResumeLayout(false);
299      this.PerformLayout();
300
301    }
302
303    #endregion
304
305    private System.Windows.Forms.Button importButton;
306    private System.Windows.Forms.TextBox trainingSamplesStartTextBox;
307    private System.Windows.Forms.Label trainingLabel;
308    private System.Windows.Forms.TextBox trainingSamplesEndTextBox;
309    private System.Windows.Forms.TextBox validationSamplesEndTextBox;
310    private System.Windows.Forms.TextBox validationSamplesStartTextBox;
311    private System.Windows.Forms.Label validationLabel;
312    private System.Windows.Forms.TextBox testSamplesEndTextBox;
313    private System.Windows.Forms.TextBox testSamplesStartTextBox;
314    private System.Windows.Forms.Label testLabel;
315    private HeuristicLab.DataAnalysis.DatasetView datasetView;
316    private System.Windows.Forms.CheckedListBox targetsListBox;
317    private System.Windows.Forms.CheckedListBox inputsListBox;
318    private System.Windows.Forms.CheckBox autoregressiveCheckBox;
319    private System.Windows.Forms.GroupBox targetsGroupBox;
320    private System.Windows.Forms.GroupBox inputsGroupBox;
321    private System.Windows.Forms.GroupBox partitioningGroupBox;
322    private System.Windows.Forms.OpenFileDialog openFileDialog;
323    private System.Windows.Forms.ComboBox modelType;
324    private System.Windows.Forms.Label taskLabel;
325  }
326}
Note: See TracBrowser for help on using the repository browser.