#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.textBox1 = new System.Windows.Forms.TextBox(); this.trainingLabel = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.validationLabel = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = 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.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; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(119, 17); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(96, 20); this.textBox1.TabIndex = 4; // // 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:"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(221, 17); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(96, 20); this.textBox4.TabIndex = 10; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(221, 43); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(96, 20); this.textBox2.TabIndex = 13; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(119, 43); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(96, 20); this.textBox3.TabIndex = 12; // // 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:"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(221, 68); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(96, 20); this.textBox5.TabIndex = 16; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(119, 68); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(96, 20); this.textBox6.TabIndex = 15; // // 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, 221); 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; // // 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; // // autoregressiveCheckBox // this.autoregressiveCheckBox.AutoSize = true; this.autoregressiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.autoregressiveCheckBox.Location = new System.Drawing.Point(3, 471); 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; // // targetsGroupBox // this.targetsGroupBox.Controls.Add(this.targetsListBox); this.targetsGroupBox.Location = new System.Drawing.Point(3, 365); 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.Controls.Add(this.inputsListBox); this.inputsGroupBox.Location = new System.Drawing.Point(176, 365); 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.Controls.Add(this.textBox2); this.partitioningGroupBox.Controls.Add(this.trainingLabel); this.partitioningGroupBox.Controls.Add(this.textBox1); this.partitioningGroupBox.Controls.Add(this.textBox4); this.partitioningGroupBox.Controls.Add(this.validationLabel); this.partitioningGroupBox.Controls.Add(this.textBox5); this.partitioningGroupBox.Controls.Add(this.textBox3); this.partitioningGroupBox.Controls.Add(this.textBox6); this.partitioningGroupBox.Controls.Add(this.testLabel); this.partitioningGroupBox.Location = new System.Drawing.Point(3, 259); 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:"; // // ProblemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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, 569); 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 textBox1; private System.Windows.Forms.Label trainingLabel; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label validationLabel; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox6; 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; } }