1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 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
|
---|
21 |
|
---|
22 | namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
|
---|
23 | partial class ClassificationImportDialog {
|
---|
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() {
|
---|
47 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassificationImportDialog));
|
---|
48 | this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.TargetVariableLabel = new System.Windows.Forms.Label();
|
---|
50 | this.TargetVariableInfoLabel = new System.Windows.Forms.Label();
|
---|
51 | this.UniformDistributionOfClassesCheckbox = new System.Windows.Forms.CheckBox();
|
---|
52 | this.UniformDistributClassValuesInfoLabel = new System.Windows.Forms.Label();
|
---|
53 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
|
---|
54 | this.CSVSettingsGroupBox.SuspendLayout();
|
---|
55 | this.ProblemDataSettingsGroupBox.SuspendLayout();
|
---|
56 | this.SuspendLayout();
|
---|
57 | //
|
---|
58 | // ShuffleDataCheckbox
|
---|
59 | //
|
---|
60 | this.ShuffleDataCheckbox.CheckedChanged += new System.EventHandler(this.ShuffleDataCheckbox_CheckedChanged);
|
---|
61 | //
|
---|
62 | // OkButton
|
---|
63 | //
|
---|
64 | this.OkButton.Location = new System.Drawing.Point(303, 482);
|
---|
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 | //
|
---|
78 | // CancellationButton
|
---|
79 | //
|
---|
80 | this.CancellationButton.Location = new System.Drawing.Point(384, 482);
|
---|
81 | //
|
---|
82 | // ProblemDataSettingsGroupBox
|
---|
83 | //
|
---|
84 | this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributClassValuesInfoLabel);
|
---|
85 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableInfoLabel);
|
---|
86 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
|
---|
87 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
|
---|
88 | this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributionOfClassesCheckbox);
|
---|
89 | this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 285);
|
---|
90 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributionOfClassesCheckbox, 0);
|
---|
91 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
|
---|
92 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
|
---|
93 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableInfoLabel, 0);
|
---|
94 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributClassValuesInfoLabel, 0);
|
---|
95 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
|
---|
96 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingTestTrackBar, 0);
|
---|
97 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingLabel, 0);
|
---|
98 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TestLabel, 0);
|
---|
99 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
|
---|
100 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
|
---|
101 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewDatasetMatrix, 0);
|
---|
102 | this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ErrorTextBox, 0);
|
---|
103 | //
|
---|
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);
|
---|
112 | this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 145);
|
---|
113 | //
|
---|
114 | // PreviewLabel
|
---|
115 | //
|
---|
116 | this.PreviewLabel.Location = new System.Drawing.Point(6, 118);
|
---|
117 | //
|
---|
118 | // TargetVariableComboBox
|
---|
119 | //
|
---|
120 | this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
122 | this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
123 | this.TargetVariableComboBox.FormattingEnabled = true;
|
---|
124 | this.TargetVariableComboBox.Location = new System.Drawing.Point(94, 43);
|
---|
125 | this.TargetVariableComboBox.Name = "TargetVariableComboBox";
|
---|
126 | this.TargetVariableComboBox.Size = new System.Drawing.Size(317, 21);
|
---|
127 | this.TargetVariableComboBox.TabIndex = 10;
|
---|
128 | //
|
---|
129 | // TargetVariableLabel
|
---|
130 | //
|
---|
131 | this.TargetVariableLabel.AutoSize = true;
|
---|
132 | this.TargetVariableLabel.Location = new System.Drawing.Point(6, 46);
|
---|
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 | //
|
---|
138 | // TargetVariableInfoLabel
|
---|
139 | //
|
---|
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";
|
---|
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.";
|
---|
147 | this.ToolTip.SetToolTip(this.TargetVariableInfoLabel, (string)this.TargetVariableInfoLabel.Tag);
|
---|
148 | this.TargetVariableInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
149 | //
|
---|
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 | //
|
---|
176 | // ClassificationImportDialog
|
---|
177 | //
|
---|
178 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
179 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
180 | this.ClientSize = new System.Drawing.Size(471, 517);
|
---|
181 | this.Name = "ClassificationImportDialog";
|
---|
182 | this.Text = "Classification CSV Import";
|
---|
183 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
|
---|
184 | this.CSVSettingsGroupBox.ResumeLayout(false);
|
---|
185 | this.CSVSettingsGroupBox.PerformLayout();
|
---|
186 | this.ProblemDataSettingsGroupBox.ResumeLayout(false);
|
---|
187 | this.ProblemDataSettingsGroupBox.PerformLayout();
|
---|
188 | this.ResumeLayout(false);
|
---|
189 | this.PerformLayout();
|
---|
190 |
|
---|
191 | }
|
---|
192 | #endregion
|
---|
193 |
|
---|
194 | protected System.Windows.Forms.ComboBox TargetVariableComboBox;
|
---|
195 | protected System.Windows.Forms.Label TargetVariableLabel;
|
---|
196 | protected System.Windows.Forms.Label TargetVariableInfoLabel;
|
---|
197 | protected System.Windows.Forms.Label UniformDistributClassValuesInfoLabel;
|
---|
198 | protected System.Windows.Forms.CheckBox UniformDistributionOfClassesCheckbox;
|
---|
199 | }
|
---|
200 | } |
---|