Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/ProblemView.Designer.cs @ 1003

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

worked on CEDMA console and problem importer. #419 (Refactor CEDMA plugins)

File size: 12.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.textBox1 = new System.Windows.Forms.TextBox();
48      this.trainingLabel = new System.Windows.Forms.Label();
49      this.textBox4 = new System.Windows.Forms.TextBox();
50      this.textBox2 = new System.Windows.Forms.TextBox();
51      this.textBox3 = new System.Windows.Forms.TextBox();
52      this.validationLabel = new System.Windows.Forms.Label();
53      this.textBox5 = new System.Windows.Forms.TextBox();
54      this.textBox6 = 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.targetsGroupBox.SuspendLayout();
65      this.inputsGroupBox.SuspendLayout();
66      this.partitioningGroupBox.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // importButton
70      //
71      this.importButton.Location = new System.Drawing.Point(3, 3);
72      this.importButton.Name = "importButton";
73      this.importButton.Size = new System.Drawing.Size(75, 23);
74      this.importButton.TabIndex = 0;
75      this.importButton.Text = "Import";
76      this.importButton.UseVisualStyleBackColor = true;
77      this.importButton.Click += new System.EventHandler(this.importButton_Click);
78      //
79      // textBox1
80      //
81      this.textBox1.Location = new System.Drawing.Point(119, 17);
82      this.textBox1.Name = "textBox1";
83      this.textBox1.Size = new System.Drawing.Size(96, 20);
84      this.textBox1.TabIndex = 4;
85      //
86      // trainingLabel
87      //
88      this.trainingLabel.AutoSize = true;
89      this.trainingLabel.Location = new System.Drawing.Point(13, 20);
90      this.trainingLabel.Name = "trainingLabel";
91      this.trainingLabel.Size = new System.Drawing.Size(89, 13);
92      this.trainingLabel.TabIndex = 3;
93      this.trainingLabel.Text = "Training samples:";
94      //
95      // textBox4
96      //
97      this.textBox4.Location = new System.Drawing.Point(221, 17);
98      this.textBox4.Name = "textBox4";
99      this.textBox4.Size = new System.Drawing.Size(96, 20);
100      this.textBox4.TabIndex = 10;
101      //
102      // textBox2
103      //
104      this.textBox2.Location = new System.Drawing.Point(221, 43);
105      this.textBox2.Name = "textBox2";
106      this.textBox2.Size = new System.Drawing.Size(96, 20);
107      this.textBox2.TabIndex = 13;
108      //
109      // textBox3
110      //
111      this.textBox3.Location = new System.Drawing.Point(119, 43);
112      this.textBox3.Name = "textBox3";
113      this.textBox3.Size = new System.Drawing.Size(96, 20);
114      this.textBox3.TabIndex = 12;
115      //
116      // validationLabel
117      //
118      this.validationLabel.AutoSize = true;
119      this.validationLabel.Location = new System.Drawing.Point(5, 48);
120      this.validationLabel.Name = "validationLabel";
121      this.validationLabel.Size = new System.Drawing.Size(97, 13);
122      this.validationLabel.TabIndex = 11;
123      this.validationLabel.Text = "Validation samples:";
124      //
125      // textBox5
126      //
127      this.textBox5.Location = new System.Drawing.Point(221, 68);
128      this.textBox5.Name = "textBox5";
129      this.textBox5.Size = new System.Drawing.Size(96, 20);
130      this.textBox5.TabIndex = 16;
131      //
132      // textBox6
133      //
134      this.textBox6.Location = new System.Drawing.Point(119, 68);
135      this.textBox6.Name = "textBox6";
136      this.textBox6.Size = new System.Drawing.Size(96, 20);
137      this.textBox6.TabIndex = 15;
138      //
139      // testLabel
140      //
141      this.testLabel.AutoSize = true;
142      this.testLabel.Location = new System.Drawing.Point(30, 71);
143      this.testLabel.Name = "testLabel";
144      this.testLabel.Size = new System.Drawing.Size(72, 13);
145      this.testLabel.TabIndex = 14;
146      this.testLabel.Text = "Test samples:";
147      //
148      // datasetView
149      //
150      this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
151                  | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.datasetView.Caption = "Editor";
154      this.datasetView.Dataset = null;
155      this.datasetView.Filename = null;
156      this.datasetView.Location = new System.Drawing.Point(3, 32);
157      this.datasetView.Name = "datasetView";
158      this.datasetView.Size = new System.Drawing.Size(326, 230);
159      this.datasetView.TabIndex = 17;
160      //
161      // targetsListBox
162      //
163      this.targetsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
164                  | System.Windows.Forms.AnchorStyles.Left)
165                  | System.Windows.Forms.AnchorStyles.Right)));
166      this.targetsListBox.FormattingEnabled = true;
167      this.targetsListBox.Location = new System.Drawing.Point(8, 15);
168      this.targetsListBox.Name = "targetsListBox";
169      this.targetsListBox.Size = new System.Drawing.Size(153, 79);
170      this.targetsListBox.TabIndex = 19;
171      //
172      // inputsListBox
173      //
174      this.inputsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
175                  | System.Windows.Forms.AnchorStyles.Left)
176                  | System.Windows.Forms.AnchorStyles.Right)));
177      this.inputsListBox.FormattingEnabled = true;
178      this.inputsListBox.Location = new System.Drawing.Point(6, 15);
179      this.inputsListBox.Name = "inputsListBox";
180      this.inputsListBox.Size = new System.Drawing.Size(141, 79);
181      this.inputsListBox.TabIndex = 21;
182      //
183      // autoregressiveCheckBox
184      //
185      this.autoregressiveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
186      this.autoregressiveCheckBox.AutoSize = true;
187      this.autoregressiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
188      this.autoregressiveCheckBox.Location = new System.Drawing.Point(3, 480);
189      this.autoregressiveCheckBox.Name = "autoregressiveCheckBox";
190      this.autoregressiveCheckBox.Size = new System.Drawing.Size(102, 17);
191      this.autoregressiveCheckBox.TabIndex = 22;
192      this.autoregressiveCheckBox.Text = "Auto regressive:";
193      this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
194      //
195      // targetsGroupBox
196      //
197      this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
198      this.targetsGroupBox.Controls.Add(this.targetsListBox);
199      this.targetsGroupBox.Location = new System.Drawing.Point(3, 374);
200      this.targetsGroupBox.Name = "targetsGroupBox";
201      this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
202      this.targetsGroupBox.TabIndex = 23;
203      this.targetsGroupBox.TabStop = false;
204      this.targetsGroupBox.Text = "Target variables";
205      //
206      // inputsGroupBox
207      //
208      this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
209      this.inputsGroupBox.Controls.Add(this.inputsListBox);
210      this.inputsGroupBox.Location = new System.Drawing.Point(176, 374);
211      this.inputsGroupBox.Name = "inputsGroupBox";
212      this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
213      this.inputsGroupBox.TabIndex = 24;
214      this.inputsGroupBox.TabStop = false;
215      this.inputsGroupBox.Text = "Input variables:";
216      //
217      // partitioningGroupBox
218      //
219      this.partitioningGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
220      this.partitioningGroupBox.Controls.Add(this.textBox2);
221      this.partitioningGroupBox.Controls.Add(this.trainingLabel);
222      this.partitioningGroupBox.Controls.Add(this.textBox1);
223      this.partitioningGroupBox.Controls.Add(this.textBox4);
224      this.partitioningGroupBox.Controls.Add(this.validationLabel);
225      this.partitioningGroupBox.Controls.Add(this.textBox5);
226      this.partitioningGroupBox.Controls.Add(this.textBox3);
227      this.partitioningGroupBox.Controls.Add(this.textBox6);
228      this.partitioningGroupBox.Controls.Add(this.testLabel);
229      this.partitioningGroupBox.Location = new System.Drawing.Point(3, 268);
230      this.partitioningGroupBox.Name = "partitioningGroupBox";
231      this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
232      this.partitioningGroupBox.TabIndex = 25;
233      this.partitioningGroupBox.TabStop = false;
234      this.partitioningGroupBox.Text = "Data set partitions:";
235      //
236      // openFileDialog
237      //
238      this.openFileDialog.DefaultExt = "txt";
239      this.openFileDialog.FileName = "txt";
240      this.openFileDialog.Filter = "Text files|*.txt|All files|*.*";
241      this.openFileDialog.Title = "Import data set from file";
242      //
243      // ProblemView
244      //
245      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
246      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
247      this.Controls.Add(this.partitioningGroupBox);
248      this.Controls.Add(this.inputsGroupBox);
249      this.Controls.Add(this.targetsGroupBox);
250      this.Controls.Add(this.autoregressiveCheckBox);
251      this.Controls.Add(this.datasetView);
252      this.Controls.Add(this.importButton);
253      this.Name = "ProblemView";
254      this.Size = new System.Drawing.Size(337, 500);
255      this.targetsGroupBox.ResumeLayout(false);
256      this.inputsGroupBox.ResumeLayout(false);
257      this.partitioningGroupBox.ResumeLayout(false);
258      this.partitioningGroupBox.PerformLayout();
259      this.ResumeLayout(false);
260      this.PerformLayout();
261
262    }
263
264    #endregion
265
266    private System.Windows.Forms.Button importButton;
267    private System.Windows.Forms.TextBox textBox1;
268    private System.Windows.Forms.Label trainingLabel;
269    private System.Windows.Forms.TextBox textBox4;
270    private System.Windows.Forms.TextBox textBox2;
271    private System.Windows.Forms.TextBox textBox3;
272    private System.Windows.Forms.Label validationLabel;
273    private System.Windows.Forms.TextBox textBox5;
274    private System.Windows.Forms.TextBox textBox6;
275    private System.Windows.Forms.Label testLabel;
276    private HeuristicLab.DataAnalysis.DatasetView datasetView;
277    private System.Windows.Forms.CheckedListBox targetsListBox;
278    private System.Windows.Forms.CheckedListBox inputsListBox;
279    private System.Windows.Forms.CheckBox autoregressiveCheckBox;
280    private System.Windows.Forms.GroupBox targetsGroupBox;
281    private System.Windows.Forms.GroupBox inputsGroupBox;
282    private System.Windows.Forms.GroupBox partitioningGroupBox;
283    private System.Windows.Forms.OpenFileDialog openFileDialog;
284  }
285}
Note: See TracBrowser for help on using the repository browser.