#region License Information
/* HeuristicLab
* Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.CEDMA.Core {
partial class ProblemView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if(disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.importButton = new System.Windows.Forms.Button();
this.trainingSamplesStartTextBox = new System.Windows.Forms.TextBox();
this.trainingLabel = new System.Windows.Forms.Label();
this.trainingSamplesEndTextBox = new System.Windows.Forms.TextBox();
this.validationSamplesEndTextBox = new System.Windows.Forms.TextBox();
this.validationSamplesStartTextBox = new System.Windows.Forms.TextBox();
this.validationLabel = new System.Windows.Forms.Label();
this.testSamplesEndTextBox = new System.Windows.Forms.TextBox();
this.testSamplesStartTextBox = new System.Windows.Forms.TextBox();
this.testLabel = new System.Windows.Forms.Label();
this.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
this.targetsListBox = new System.Windows.Forms.CheckedListBox();
this.inputsListBox = new System.Windows.Forms.CheckedListBox();
this.autoregressiveCheckBox = new System.Windows.Forms.CheckBox();
this.targetsGroupBox = new System.Windows.Forms.GroupBox();
this.inputsGroupBox = new System.Windows.Forms.GroupBox();
this.partitioningGroupBox = new System.Windows.Forms.GroupBox();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.modelType = new System.Windows.Forms.ComboBox();
this.taskLabel = new System.Windows.Forms.Label();
this.targetsGroupBox.SuspendLayout();
this.inputsGroupBox.SuspendLayout();
this.partitioningGroupBox.SuspendLayout();
this.SuspendLayout();
//
// importButton
//
this.importButton.Location = new System.Drawing.Point(3, 3);
this.importButton.Name = "importButton";
this.importButton.Size = new System.Drawing.Size(75, 23);
this.importButton.TabIndex = 0;
this.importButton.Text = "Import";
this.importButton.UseVisualStyleBackColor = true;
this.importButton.Click += new System.EventHandler(this.importButton_Click);
//
// trainingSamplesStartTextBox
//
this.trainingSamplesStartTextBox.Location = new System.Drawing.Point(119, 17);
this.trainingSamplesStartTextBox.Name = "trainingSamplesStartTextBox";
this.trainingSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
this.trainingSamplesStartTextBox.TabIndex = 4;
this.trainingSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.trainingSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// trainingLabel
//
this.trainingLabel.AutoSize = true;
this.trainingLabel.Location = new System.Drawing.Point(13, 20);
this.trainingLabel.Name = "trainingLabel";
this.trainingLabel.Size = new System.Drawing.Size(89, 13);
this.trainingLabel.TabIndex = 3;
this.trainingLabel.Text = "Training samples:";
//
// trainingSamplesEndTextBox
//
this.trainingSamplesEndTextBox.Location = new System.Drawing.Point(221, 17);
this.trainingSamplesEndTextBox.Name = "trainingSamplesEndTextBox";
this.trainingSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
this.trainingSamplesEndTextBox.TabIndex = 10;
this.trainingSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.trainingSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// validationSamplesEndTextBox
//
this.validationSamplesEndTextBox.Location = new System.Drawing.Point(221, 43);
this.validationSamplesEndTextBox.Name = "validationSamplesEndTextBox";
this.validationSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
this.validationSamplesEndTextBox.TabIndex = 13;
this.validationSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.validationSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// validationSamplesStartTextBox
//
this.validationSamplesStartTextBox.Location = new System.Drawing.Point(119, 43);
this.validationSamplesStartTextBox.Name = "validationSamplesStartTextBox";
this.validationSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
this.validationSamplesStartTextBox.TabIndex = 12;
this.validationSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.validationSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// validationLabel
//
this.validationLabel.AutoSize = true;
this.validationLabel.Location = new System.Drawing.Point(5, 48);
this.validationLabel.Name = "validationLabel";
this.validationLabel.Size = new System.Drawing.Size(97, 13);
this.validationLabel.TabIndex = 11;
this.validationLabel.Text = "Validation samples:";
//
// testSamplesEndTextBox
//
this.testSamplesEndTextBox.Location = new System.Drawing.Point(221, 68);
this.testSamplesEndTextBox.Name = "testSamplesEndTextBox";
this.testSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
this.testSamplesEndTextBox.TabIndex = 16;
this.testSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.testSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// testSamplesStartTextBox
//
this.testSamplesStartTextBox.Location = new System.Drawing.Point(119, 68);
this.testSamplesStartTextBox.Name = "testSamplesStartTextBox";
this.testSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
this.testSamplesStartTextBox.TabIndex = 15;
this.testSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
this.testSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
//
// testLabel
//
this.testLabel.AutoSize = true;
this.testLabel.Location = new System.Drawing.Point(30, 71);
this.testLabel.Name = "testLabel";
this.testLabel.Size = new System.Drawing.Size(72, 13);
this.testLabel.TabIndex = 14;
this.testLabel.Text = "Test samples:";
//
// datasetView
//
this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.datasetView.Caption = "Editor";
this.datasetView.Dataset = null;
this.datasetView.Filename = null;
this.datasetView.Location = new System.Drawing.Point(3, 32);
this.datasetView.Name = "datasetView";
this.datasetView.Size = new System.Drawing.Size(326, 176);
this.datasetView.TabIndex = 17;
//
// targetsListBox
//
this.targetsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.targetsListBox.FormattingEnabled = true;
this.targetsListBox.Location = new System.Drawing.Point(8, 15);
this.targetsListBox.Name = "targetsListBox";
this.targetsListBox.Size = new System.Drawing.Size(153, 79);
this.targetsListBox.TabIndex = 19;
this.targetsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetsListBox_ItemCheck);
//
// inputsListBox
//
this.inputsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.inputsListBox.FormattingEnabled = true;
this.inputsListBox.Location = new System.Drawing.Point(6, 15);
this.inputsListBox.Name = "inputsListBox";
this.inputsListBox.Size = new System.Drawing.Size(141, 79);
this.inputsListBox.TabIndex = 21;
this.inputsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputsListBox_ItemCheck);
//
// autoregressiveCheckBox
//
this.autoregressiveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.autoregressiveCheckBox.AutoSize = true;
this.autoregressiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.autoregressiveCheckBox.Location = new System.Drawing.Point(215, 424);
this.autoregressiveCheckBox.Name = "autoregressiveCheckBox";
this.autoregressiveCheckBox.Size = new System.Drawing.Size(102, 17);
this.autoregressiveCheckBox.TabIndex = 22;
this.autoregressiveCheckBox.Text = "Auto regressive:";
this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
this.autoregressiveCheckBox.CheckedChanged += new System.EventHandler(this.autoregressiveCheckBox_CheckedChanged);
//
// targetsGroupBox
//
this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.targetsGroupBox.Controls.Add(this.targetsListBox);
this.targetsGroupBox.Location = new System.Drawing.Point(3, 320);
this.targetsGroupBox.Name = "targetsGroupBox";
this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
this.targetsGroupBox.TabIndex = 23;
this.targetsGroupBox.TabStop = false;
this.targetsGroupBox.Text = "Target variables";
//
// inputsGroupBox
//
this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.inputsGroupBox.Controls.Add(this.inputsListBox);
this.inputsGroupBox.Location = new System.Drawing.Point(176, 320);
this.inputsGroupBox.Name = "inputsGroupBox";
this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
this.inputsGroupBox.TabIndex = 24;
this.inputsGroupBox.TabStop = false;
this.inputsGroupBox.Text = "Input variables:";
//
// partitioningGroupBox
//
this.partitioningGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.partitioningGroupBox.Controls.Add(this.validationSamplesEndTextBox);
this.partitioningGroupBox.Controls.Add(this.trainingLabel);
this.partitioningGroupBox.Controls.Add(this.trainingSamplesStartTextBox);
this.partitioningGroupBox.Controls.Add(this.trainingSamplesEndTextBox);
this.partitioningGroupBox.Controls.Add(this.validationLabel);
this.partitioningGroupBox.Controls.Add(this.testSamplesEndTextBox);
this.partitioningGroupBox.Controls.Add(this.validationSamplesStartTextBox);
this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
this.partitioningGroupBox.Controls.Add(this.testLabel);
this.partitioningGroupBox.Location = new System.Drawing.Point(3, 214);
this.partitioningGroupBox.Name = "partitioningGroupBox";
this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
this.partitioningGroupBox.TabIndex = 25;
this.partitioningGroupBox.TabStop = false;
this.partitioningGroupBox.Text = "Data set partitions:";
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "txt";
this.openFileDialog.FileName = "txt";
this.openFileDialog.Filter = "Text files|*.txt|All files|*.*";
this.openFileDialog.Title = "Import data set from file";
//
// modelType
//
this.modelType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.modelType.FormattingEnabled = true;
this.modelType.Location = new System.Drawing.Point(88, 422);
this.modelType.Name = "modelType";
this.modelType.Size = new System.Drawing.Size(121, 21);
this.modelType.TabIndex = 26;
this.modelType.SelectedValueChanged += new System.EventHandler(this.modelType_SelectedValueChanged);
//
// taskLabel
//
this.taskLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.taskLabel.AutoSize = true;
this.taskLabel.Location = new System.Drawing.Point(8, 425);
this.taskLabel.Name = "taskLabel";
this.taskLabel.Size = new System.Drawing.Size(74, 13);
this.taskLabel.TabIndex = 27;
this.taskLabel.Text = "Learning task:";
//
// ProblemView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.taskLabel);
this.Controls.Add(this.modelType);
this.Controls.Add(this.partitioningGroupBox);
this.Controls.Add(this.inputsGroupBox);
this.Controls.Add(this.targetsGroupBox);
this.Controls.Add(this.autoregressiveCheckBox);
this.Controls.Add(this.datasetView);
this.Controls.Add(this.importButton);
this.Name = "ProblemView";
this.Size = new System.Drawing.Size(337, 446);
this.targetsGroupBox.ResumeLayout(false);
this.inputsGroupBox.ResumeLayout(false);
this.partitioningGroupBox.ResumeLayout(false);
this.partitioningGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button importButton;
private System.Windows.Forms.TextBox trainingSamplesStartTextBox;
private System.Windows.Forms.Label trainingLabel;
private System.Windows.Forms.TextBox trainingSamplesEndTextBox;
private System.Windows.Forms.TextBox validationSamplesEndTextBox;
private System.Windows.Forms.TextBox validationSamplesStartTextBox;
private System.Windows.Forms.Label validationLabel;
private System.Windows.Forms.TextBox testSamplesEndTextBox;
private System.Windows.Forms.TextBox testSamplesStartTextBox;
private System.Windows.Forms.Label testLabel;
private HeuristicLab.DataAnalysis.DatasetView datasetView;
private System.Windows.Forms.CheckedListBox targetsListBox;
private System.Windows.Forms.CheckedListBox inputsListBox;
private System.Windows.Forms.CheckBox autoregressiveCheckBox;
private System.Windows.Forms.GroupBox targetsGroupBox;
private System.Windows.Forms.GroupBox inputsGroupBox;
private System.Windows.Forms.GroupBox partitioningGroupBox;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.ComboBox modelType;
private System.Windows.Forms.Label taskLabel;
}
}