Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added basic design for ProblemView #419 (Refactor CEDMA plugins)

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