[8885] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17181] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8885] | 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
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
|
---|
[15185] | 23 | partial class ClassificationImportDialog {
|
---|
[8701] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
[15185] | 47 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassificationImportDialog));
|
---|
[8701] | 48 | this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
|
---|
[8715] | 49 | this.TargetVariableLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.TargetVariableInfoLabel = new System.Windows.Forms.Label();
|
---|
[8885] | 51 | this.UniformDistributionOfClassesCheckbox = new System.Windows.Forms.CheckBox();
|
---|
| 52 | this.UniformDistributClassValuesInfoLabel = new System.Windows.Forms.Label();
|
---|
[8701] | 53 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
|
---|
[8715] | 54 | this.CSVSettingsGroupBox.SuspendLayout();
|
---|
| 55 | this.ProblemDataSettingsGroupBox.SuspendLayout();
|
---|
[8701] | 56 | this.SuspendLayout();
|
---|
| 57 | //
|
---|
[8885] | 58 | // ShuffleDataCheckbox
|
---|
| 59 | //
|
---|
| 60 | this.ShuffleDataCheckbox.CheckedChanged += new System.EventHandler(this.ShuffleDataCheckbox_CheckedChanged);
|
---|
| 61 | //
|
---|
| 62 | // OkButton
|
---|
| 63 | //
|
---|
[9608] | 64 | this.OkButton.Location = new System.Drawing.Point(303, 482);
|
---|
[8885] | 65 | //
|
---|
| 66 | // TrainingTestTrackBar
|
---|
| 67 | //
|
---|
| 68 | this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 70);
|
---|
| 69 | //
|
---|
| 70 | // TestLabel
|
---|
| 71 | //
|
---|
| 72 | this.TestLabel.Location = new System.Drawing.Point(303, 95);
|
---|
| 73 | //
|
---|
| 74 | // TrainingLabel
|
---|
| 75 | //
|
---|
| 76 | this.TrainingLabel.Location = new System.Drawing.Point(76, 95);
|
---|
| 77 | //
|
---|
[15184] | 78 | // CancellationButton
|
---|
[8885] | 79 | //
|
---|
[15184] | 80 | this.CancellationButton.Location = new System.Drawing.Point(384, 482);
|
---|
[8885] | 81 | //
|
---|
[8715] | 82 | // ProblemDataSettingsGroupBox
|
---|
| 83 | //
|
---|
[8885] | 84 | this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributClassValuesInfoLabel);
|
---|
[8715] | 85 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableInfoLabel);
|
---|
| 86 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
|
---|
| 87 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
|
---|
[8885] | 88 | this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributionOfClassesCheckbox);
|
---|
[13584] | 89 | this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 285);
|
---|
[8885] | 90 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributionOfClassesCheckbox, 0);
|
---|
[8715] | 91 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
|
---|
| 92 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
|
---|
| 93 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableInfoLabel, 0);
|
---|
[8885] | 94 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributClassValuesInfoLabel, 0);
|
---|
| 95 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
|
---|
[8715] | 96 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingTestTrackBar, 0);
|
---|
| 97 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingLabel, 0);
|
---|
[8885] | 98 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TestLabel, 0);
|
---|
| 99 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
|
---|
| 100 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
|
---|
[8715] | 101 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewDatasetMatrix, 0);
|
---|
| 102 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ErrorTextBox, 0);
|
---|
| 103 | //
|
---|
[8885] | 104 | // ErrorTextBox
|
---|
| 105 | //
|
---|
| 106 | this.ErrorTextBox.Location = new System.Drawing.Point(6, 19);
|
---|
| 107 | this.ErrorTextBox.Size = new System.Drawing.Size(435, 96);
|
---|
| 108 | //
|
---|
| 109 | // PreviewDatasetMatrix
|
---|
| 110 | //
|
---|
| 111 | this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 134);
|
---|
[13584] | 112 | this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 145);
|
---|
[8885] | 113 | //
|
---|
| 114 | // PreviewLabel
|
---|
| 115 | //
|
---|
| 116 | this.PreviewLabel.Location = new System.Drawing.Point(6, 118);
|
---|
| 117 | //
|
---|
[8701] | 118 | // TargetVariableComboBox
|
---|
| 119 | //
|
---|
[13584] | 120 | this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8701] | 122 | this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 123 | this.TargetVariableComboBox.FormattingEnabled = true;
|
---|
[8885] | 124 | this.TargetVariableComboBox.Location = new System.Drawing.Point(94, 43);
|
---|
[8701] | 125 | this.TargetVariableComboBox.Name = "TargetVariableComboBox";
|
---|
[8885] | 126 | this.TargetVariableComboBox.Size = new System.Drawing.Size(317, 21);
|
---|
[8701] | 127 | this.TargetVariableComboBox.TabIndex = 10;
|
---|
| 128 | //
|
---|
[8715] | 129 | // TargetVariableLabel
|
---|
| 130 | //
|
---|
| 131 | this.TargetVariableLabel.AutoSize = true;
|
---|
[8885] | 132 | this.TargetVariableLabel.Location = new System.Drawing.Point(6, 46);
|
---|
[8715] | 133 | this.TargetVariableLabel.Name = "TargetVariableLabel";
|
---|
| 134 | this.TargetVariableLabel.Size = new System.Drawing.Size(82, 13);
|
---|
| 135 | this.TargetVariableLabel.TabIndex = 20;
|
---|
| 136 | this.TargetVariableLabel.Text = "Target Variable:";
|
---|
| 137 | //
|
---|
[8885] | 138 | // TargetVariableInfoLabel
|
---|
[8715] | 139 | //
|
---|
[8885] | 140 | this.TargetVariableInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 141 | this.TargetVariableInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
| 142 | this.TargetVariableInfoLabel.Location = new System.Drawing.Point(421, 45);
|
---|
| 143 | this.TargetVariableInfoLabel.Name = "TargetVariableInfoLabel";
|
---|
[8715] | 144 | this.TargetVariableInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 145 | this.TargetVariableInfoLabel.TabIndex = 21;
|
---|
| 146 | this.TargetVariableInfoLabel.Tag = "Select the target variable of the csv file.";
|
---|
[8885] | 147 | this.ToolTip.SetToolTip(this.TargetVariableInfoLabel, (string)this.TargetVariableInfoLabel.Tag);
|
---|
[8715] | 148 | this.TargetVariableInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 149 | //
|
---|
[8885] | 150 | // UniformDistributionOfClassesCheckbox
|
---|
| 151 | //
|
---|
| 152 | this.UniformDistributionOfClassesCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 153 | this.UniformDistributionOfClassesCheckbox.AutoSize = true;
|
---|
| 154 | this.UniformDistributionOfClassesCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 155 | this.UniformDistributionOfClassesCheckbox.Enabled = false;
|
---|
| 156 | this.UniformDistributionOfClassesCheckbox.Location = new System.Drawing.Point(259, 19);
|
---|
| 157 | this.UniformDistributionOfClassesCheckbox.Name = "UniformDistributionOfClassesCheckbox";
|
---|
| 158 | this.UniformDistributionOfClassesCheckbox.Size = new System.Drawing.Size(152, 17);
|
---|
| 159 | this.UniformDistributionOfClassesCheckbox.TabIndex = 22;
|
---|
| 160 | this.UniformDistributionOfClassesCheckbox.Text = "Uniformly distribute classes";
|
---|
| 161 | this.UniformDistributionOfClassesCheckbox.UseVisualStyleBackColor = true;
|
---|
| 162 | //
|
---|
| 163 | // UniformDistributClassValuesInfoLabel
|
---|
| 164 | //
|
---|
| 165 | this.UniformDistributClassValuesInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 166 | this.UniformDistributClassValuesInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
| 167 | this.UniformDistributClassValuesInfoLabel.Location = new System.Drawing.Point(421, 20);
|
---|
| 168 | this.UniformDistributClassValuesInfoLabel.Name = "UniformDistributClassValuesInfoLabel";
|
---|
| 169 | this.UniformDistributClassValuesInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 170 | this.UniformDistributClassValuesInfoLabel.TabIndex = 23;
|
---|
| 171 | this.UniformDistributClassValuesInfoLabel.Tag = "Check, if classes should be distributed uniformly between training and test. This" +
|
---|
| 172 | " can change the distribution of training and test a little bit.";
|
---|
| 173 | this.ToolTip.SetToolTip(this.UniformDistributClassValuesInfoLabel, (string)this.UniformDistributClassValuesInfoLabel.Tag);
|
---|
| 174 | this.UniformDistributClassValuesInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 175 | //
|
---|
[15185] | 176 | // ClassificationImportDialog
|
---|
[8701] | 177 | //
|
---|
| 178 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 179 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[9608] | 180 | this.ClientSize = new System.Drawing.Size(471, 517);
|
---|
[15185] | 181 | this.Name = "ClassificationImportDialog";
|
---|
[8701] | 182 | this.Text = "Classification CSV Import";
|
---|
| 183 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
|
---|
[8715] | 184 | this.CSVSettingsGroupBox.ResumeLayout(false);
|
---|
| 185 | this.CSVSettingsGroupBox.PerformLayout();
|
---|
| 186 | this.ProblemDataSettingsGroupBox.ResumeLayout(false);
|
---|
| 187 | this.ProblemDataSettingsGroupBox.PerformLayout();
|
---|
[8701] | 188 | this.ResumeLayout(false);
|
---|
| 189 | this.PerformLayout();
|
---|
| 190 |
|
---|
| 191 | }
|
---|
| 192 | #endregion
|
---|
| 193 |
|
---|
[8885] | 194 | protected System.Windows.Forms.ComboBox TargetVariableComboBox;
|
---|
| 195 | protected System.Windows.Forms.Label TargetVariableLabel;
|
---|
[8715] | 196 | protected System.Windows.Forms.Label TargetVariableInfoLabel;
|
---|
[8885] | 197 | protected System.Windows.Forms.Label UniformDistributClassValuesInfoLabel;
|
---|
| 198 | protected System.Windows.Forms.CheckBox UniformDistributionOfClassesCheckbox;
|
---|
[8701] | 199 | }
|
---|
| 200 | } |
---|