#region License Information
/* HeuristicLab
* Copyright (C) 2002-2018 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.Problems.Instances.DataAnalysis.Views {
partial class ClassificationImportDialog {
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassificationImportDialog));
this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
this.TargetVariableLabel = new System.Windows.Forms.Label();
this.TargetVariableInfoLabel = new System.Windows.Forms.Label();
this.UniformDistributionOfClassesCheckbox = new System.Windows.Forms.CheckBox();
this.UniformDistributClassValuesInfoLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
this.CSVSettingsGroupBox.SuspendLayout();
this.ProblemDataSettingsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// ShuffleDataCheckbox
//
this.ShuffleDataCheckbox.CheckedChanged += new System.EventHandler(this.ShuffleDataCheckbox_CheckedChanged);
//
// OkButton
//
this.OkButton.Location = new System.Drawing.Point(303, 482);
//
// TrainingTestTrackBar
//
this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 70);
//
// TestLabel
//
this.TestLabel.Location = new System.Drawing.Point(303, 95);
//
// TrainingLabel
//
this.TrainingLabel.Location = new System.Drawing.Point(76, 95);
//
// CancellationButton
//
this.CancellationButton.Location = new System.Drawing.Point(384, 482);
//
// ProblemDataSettingsGroupBox
//
this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributClassValuesInfoLabel);
this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableInfoLabel);
this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributionOfClassesCheckbox);
this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 285);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributionOfClassesCheckbox, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableInfoLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributClassValuesInfoLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingTestTrackBar, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TestLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewDatasetMatrix, 0);
this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ErrorTextBox, 0);
//
// ErrorTextBox
//
this.ErrorTextBox.Location = new System.Drawing.Point(6, 19);
this.ErrorTextBox.Size = new System.Drawing.Size(435, 96);
//
// PreviewDatasetMatrix
//
this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 134);
this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 145);
//
// PreviewLabel
//
this.PreviewLabel.Location = new System.Drawing.Point(6, 118);
//
// TargetVariableComboBox
//
this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.TargetVariableComboBox.FormattingEnabled = true;
this.TargetVariableComboBox.Location = new System.Drawing.Point(94, 43);
this.TargetVariableComboBox.Name = "TargetVariableComboBox";
this.TargetVariableComboBox.Size = new System.Drawing.Size(317, 21);
this.TargetVariableComboBox.TabIndex = 10;
//
// TargetVariableLabel
//
this.TargetVariableLabel.AutoSize = true;
this.TargetVariableLabel.Location = new System.Drawing.Point(6, 46);
this.TargetVariableLabel.Name = "TargetVariableLabel";
this.TargetVariableLabel.Size = new System.Drawing.Size(82, 13);
this.TargetVariableLabel.TabIndex = 20;
this.TargetVariableLabel.Text = "Target Variable:";
//
// TargetVariableInfoLabel
//
this.TargetVariableInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.TargetVariableInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
this.TargetVariableInfoLabel.Location = new System.Drawing.Point(421, 45);
this.TargetVariableInfoLabel.Name = "TargetVariableInfoLabel";
this.TargetVariableInfoLabel.Size = new System.Drawing.Size(16, 16);
this.TargetVariableInfoLabel.TabIndex = 21;
this.TargetVariableInfoLabel.Tag = "Select the target variable of the csv file.";
this.ToolTip.SetToolTip(this.TargetVariableInfoLabel, (string)this.TargetVariableInfoLabel.Tag);
this.TargetVariableInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
//
// UniformDistributionOfClassesCheckbox
//
this.UniformDistributionOfClassesCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.UniformDistributionOfClassesCheckbox.AutoSize = true;
this.UniformDistributionOfClassesCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.UniformDistributionOfClassesCheckbox.Enabled = false;
this.UniformDistributionOfClassesCheckbox.Location = new System.Drawing.Point(259, 19);
this.UniformDistributionOfClassesCheckbox.Name = "UniformDistributionOfClassesCheckbox";
this.UniformDistributionOfClassesCheckbox.Size = new System.Drawing.Size(152, 17);
this.UniformDistributionOfClassesCheckbox.TabIndex = 22;
this.UniformDistributionOfClassesCheckbox.Text = "Uniformly distribute classes";
this.UniformDistributionOfClassesCheckbox.UseVisualStyleBackColor = true;
//
// UniformDistributClassValuesInfoLabel
//
this.UniformDistributClassValuesInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.UniformDistributClassValuesInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
this.UniformDistributClassValuesInfoLabel.Location = new System.Drawing.Point(421, 20);
this.UniformDistributClassValuesInfoLabel.Name = "UniformDistributClassValuesInfoLabel";
this.UniformDistributClassValuesInfoLabel.Size = new System.Drawing.Size(16, 16);
this.UniformDistributClassValuesInfoLabel.TabIndex = 23;
this.UniformDistributClassValuesInfoLabel.Tag = "Check, if classes should be distributed uniformly between training and test. This" +
" can change the distribution of training and test a little bit.";
this.ToolTip.SetToolTip(this.UniformDistributClassValuesInfoLabel, (string)this.UniformDistributClassValuesInfoLabel.Tag);
this.UniformDistributClassValuesInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
//
// ClassificationImportDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(471, 517);
this.Name = "ClassificationImportDialog";
this.Text = "Classification CSV Import";
((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
this.CSVSettingsGroupBox.ResumeLayout(false);
this.CSVSettingsGroupBox.PerformLayout();
this.ProblemDataSettingsGroupBox.ResumeLayout(false);
this.ProblemDataSettingsGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
protected System.Windows.Forms.ComboBox TargetVariableComboBox;
protected System.Windows.Forms.Label TargetVariableLabel;
protected System.Windows.Forms.Label TargetVariableInfoLabel;
protected System.Windows.Forms.Label UniformDistributClassValuesInfoLabel;
protected System.Windows.Forms.CheckBox UniformDistributionOfClassesCheckbox;
}
}