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 DataAnalysisImportDialog {
|
---|
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 | this.components = new System.ComponentModel.Container();
|
---|
48 | this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
|
---|
49 | this.OkButton = new System.Windows.Forms.Button();
|
---|
50 | this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
|
---|
51 | this.TestLabel = new System.Windows.Forms.Label();
|
---|
52 | this.TrainingLabel = new System.Windows.Forms.Label();
|
---|
53 | this.CancellationButton = new System.Windows.Forms.Button();
|
---|
54 | this.OpenFileButton = new System.Windows.Forms.Button();
|
---|
55 | this.ProblemFileLabel = new System.Windows.Forms.Label();
|
---|
56 | this.ProblemTextBox = new System.Windows.Forms.TextBox();
|
---|
57 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
58 | this.DateTimeFormatComboBox = new System.Windows.Forms.ComboBox();
|
---|
59 | this.DecimalSeparatorComboBox = new System.Windows.Forms.ComboBox();
|
---|
60 | this.DateTimeFormatLabel = new System.Windows.Forms.Label();
|
---|
61 | this.DecimalSeperatorLabel = new System.Windows.Forms.Label();
|
---|
62 | this.SeparatorLabel = new System.Windows.Forms.Label();
|
---|
63 | this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
|
---|
64 | this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
65 | this.EncodingInfoLabel = new System.Windows.Forms.Label();
|
---|
66 | this.EncodingLabel = new System.Windows.Forms.Label();
|
---|
67 | this.EncodingComboBox = new System.Windows.Forms.ComboBox();
|
---|
68 | this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
|
---|
69 | this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label();
|
---|
70 | this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label();
|
---|
71 | this.SeparatorInfoLabel = new System.Windows.Forms.Label();
|
---|
72 | this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
73 | this.ErrorTextBox = new System.Windows.Forms.TextBox();
|
---|
74 | this.ShuffelInfoLabel = new System.Windows.Forms.Label();
|
---|
75 | this.PreviewLabel = new System.Windows.Forms.Label();
|
---|
76 | this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
77 | this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
78 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
|
---|
79 | this.CSVSettingsGroupBox.SuspendLayout();
|
---|
80 | this.ProblemDataSettingsGroupBox.SuspendLayout();
|
---|
81 | this.SuspendLayout();
|
---|
82 | //
|
---|
83 | // ShuffleDataCheckbox
|
---|
84 | //
|
---|
85 | this.ShuffleDataCheckbox.AutoSize = true;
|
---|
86 | this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
87 | this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
|
---|
88 | this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
|
---|
89 | this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
|
---|
90 | this.ShuffleDataCheckbox.TabIndex = 1;
|
---|
91 | this.ShuffleDataCheckbox.Text = "Shuffle Data?";
|
---|
92 | this.ShuffleDataCheckbox.UseVisualStyleBackColor = true;
|
---|
93 | //
|
---|
94 | // OkButton
|
---|
95 | //
|
---|
96 | this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
97 | this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
98 | this.OkButton.Enabled = false;
|
---|
99 | this.OkButton.Location = new System.Drawing.Point(303, 422);
|
---|
100 | this.OkButton.Name = "OkButton";
|
---|
101 | this.OkButton.Size = new System.Drawing.Size(75, 23);
|
---|
102 | this.OkButton.TabIndex = 2;
|
---|
103 | this.OkButton.Text = "&Ok";
|
---|
104 | this.OkButton.UseVisualStyleBackColor = true;
|
---|
105 | //
|
---|
106 | // TrainingTestTrackBar
|
---|
107 | //
|
---|
108 | this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
109 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
110 | this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
|
---|
111 | this.TrainingTestTrackBar.Maximum = 100;
|
---|
112 | this.TrainingTestTrackBar.Minimum = 1;
|
---|
113 | this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
|
---|
114 | this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
|
---|
115 | this.TrainingTestTrackBar.TabIndex = 4;
|
---|
116 | this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
117 | this.TrainingTestTrackBar.Value = 66;
|
---|
118 | this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
|
---|
119 | //
|
---|
120 | // TestLabel
|
---|
121 | //
|
---|
122 | this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
123 | this.TestLabel.AutoSize = true;
|
---|
124 | this.TestLabel.Location = new System.Drawing.Point(303, 68);
|
---|
125 | this.TestLabel.Name = "TestLabel";
|
---|
126 | this.TestLabel.Size = new System.Drawing.Size(57, 13);
|
---|
127 | this.TestLabel.TabIndex = 6;
|
---|
128 | this.TestLabel.Text = "Test: 34 %";
|
---|
129 | //
|
---|
130 | // TrainingLabel
|
---|
131 | //
|
---|
132 | this.TrainingLabel.AutoSize = true;
|
---|
133 | this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
|
---|
134 | this.TrainingLabel.Name = "TrainingLabel";
|
---|
135 | this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
|
---|
136 | this.TrainingLabel.TabIndex = 5;
|
---|
137 | this.TrainingLabel.Text = "Training: 66 %";
|
---|
138 | //
|
---|
139 | // CancellationButton
|
---|
140 | //
|
---|
141 | this.CancellationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
142 | this.CancellationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
143 | this.CancellationButton.Location = new System.Drawing.Point(384, 422);
|
---|
144 | this.CancellationButton.Name = "CancellationButton";
|
---|
145 | this.CancellationButton.Size = new System.Drawing.Size(75, 23);
|
---|
146 | this.CancellationButton.TabIndex = 3;
|
---|
147 | this.CancellationButton.Text = "&Cancel";
|
---|
148 | this.CancellationButton.UseVisualStyleBackColor = true;
|
---|
149 | //
|
---|
150 | // OpenFileButton
|
---|
151 | //
|
---|
152 | this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
153 | this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
154 | this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
|
---|
155 | this.OpenFileButton.Name = "OpenFileButton";
|
---|
156 | this.OpenFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
157 | this.OpenFileButton.TabIndex = 8;
|
---|
158 | this.OpenFileButton.UseVisualStyleBackColor = true;
|
---|
159 | this.OpenFileButton.Click += new System.EventHandler(this.OpenFileButtonClick);
|
---|
160 | //
|
---|
161 | // ProblemFileLabel
|
---|
162 | //
|
---|
163 | this.ProblemFileLabel.AutoSize = true;
|
---|
164 | this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
|
---|
165 | this.ProblemFileLabel.Name = "ProblemFileLabel";
|
---|
166 | this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
|
---|
167 | this.ProblemFileLabel.TabIndex = 6;
|
---|
168 | this.ProblemFileLabel.Text = "Problem File:";
|
---|
169 | //
|
---|
170 | // ProblemTextBox
|
---|
171 | //
|
---|
172 | this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
173 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
174 | this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
|
---|
175 | this.ProblemTextBox.Name = "ProblemTextBox";
|
---|
176 | this.ProblemTextBox.ReadOnly = true;
|
---|
177 | this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
|
---|
178 | this.ProblemTextBox.TabIndex = 9;
|
---|
179 | //
|
---|
180 | // openFileDialog
|
---|
181 | //
|
---|
182 | this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
|
---|
183 | //
|
---|
184 | // DateTimeFormatComboBox
|
---|
185 | //
|
---|
186 | this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
188 | this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
189 | this.DateTimeFormatComboBox.Enabled = false;
|
---|
190 | this.DateTimeFormatComboBox.FormattingEnabled = true;
|
---|
191 | this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73);
|
---|
192 | this.DateTimeFormatComboBox.Name = "DateTimeFormatComboBox";
|
---|
193 | this.DateTimeFormatComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
194 | this.DateTimeFormatComboBox.TabIndex = 15;
|
---|
195 | this.DateTimeFormatComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
196 | //
|
---|
197 | // DecimalSeparatorComboBox
|
---|
198 | //
|
---|
199 | this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
200 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
201 | this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
202 | this.DecimalSeparatorComboBox.Enabled = false;
|
---|
203 | this.DecimalSeparatorComboBox.FormattingEnabled = true;
|
---|
204 | this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46);
|
---|
205 | this.DecimalSeparatorComboBox.Name = "DecimalSeparatorComboBox";
|
---|
206 | this.DecimalSeparatorComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
207 | this.DecimalSeparatorComboBox.TabIndex = 14;
|
---|
208 | this.DecimalSeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
209 | //
|
---|
210 | // DateTimeFormatLabel
|
---|
211 | //
|
---|
212 | this.DateTimeFormatLabel.AutoSize = true;
|
---|
213 | this.DateTimeFormatLabel.Location = new System.Drawing.Point(6, 76);
|
---|
214 | this.DateTimeFormatLabel.Name = "DateTimeFormatLabel";
|
---|
215 | this.DateTimeFormatLabel.Size = new System.Drawing.Size(91, 13);
|
---|
216 | this.DateTimeFormatLabel.TabIndex = 13;
|
---|
217 | this.DateTimeFormatLabel.Text = "DateTime Format:";
|
---|
218 | //
|
---|
219 | // DecimalSeperatorLabel
|
---|
220 | //
|
---|
221 | this.DecimalSeperatorLabel.AutoSize = true;
|
---|
222 | this.DecimalSeperatorLabel.Location = new System.Drawing.Point(6, 49);
|
---|
223 | this.DecimalSeperatorLabel.Name = "DecimalSeperatorLabel";
|
---|
224 | this.DecimalSeperatorLabel.Size = new System.Drawing.Size(97, 13);
|
---|
225 | this.DecimalSeperatorLabel.TabIndex = 12;
|
---|
226 | this.DecimalSeperatorLabel.Text = "Decimal Separator:";
|
---|
227 | //
|
---|
228 | // SeparatorLabel
|
---|
229 | //
|
---|
230 | this.SeparatorLabel.AutoSize = true;
|
---|
231 | this.SeparatorLabel.Location = new System.Drawing.Point(6, 22);
|
---|
232 | this.SeparatorLabel.Name = "SeparatorLabel";
|
---|
233 | this.SeparatorLabel.Size = new System.Drawing.Size(56, 13);
|
---|
234 | this.SeparatorLabel.TabIndex = 11;
|
---|
235 | this.SeparatorLabel.Text = "Separator:";
|
---|
236 | //
|
---|
237 | // SeparatorComboBox
|
---|
238 | //
|
---|
239 | this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
240 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
241 | this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
242 | this.SeparatorComboBox.Enabled = false;
|
---|
243 | this.SeparatorComboBox.FormattingEnabled = true;
|
---|
244 | this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19);
|
---|
245 | this.SeparatorComboBox.Name = "SeparatorComboBox";
|
---|
246 | this.SeparatorComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
247 | this.SeparatorComboBox.TabIndex = 10;
|
---|
248 | this.SeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
249 | //
|
---|
250 | // CSVSettingsGroupBox
|
---|
251 | //
|
---|
252 | this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
253 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
254 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingInfoLabel);
|
---|
255 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingLabel);
|
---|
256 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingComboBox);
|
---|
257 | this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames);
|
---|
258 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoLabel);
|
---|
259 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoLabel);
|
---|
260 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorInfoLabel);
|
---|
261 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorComboBox);
|
---|
262 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatComboBox);
|
---|
263 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorLabel);
|
---|
264 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorComboBox);
|
---|
265 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeperatorLabel);
|
---|
266 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatLabel);
|
---|
267 | this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32);
|
---|
268 | this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox";
|
---|
269 | this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 153);
|
---|
270 | this.CSVSettingsGroupBox.TabIndex = 16;
|
---|
271 | this.CSVSettingsGroupBox.TabStop = false;
|
---|
272 | this.CSVSettingsGroupBox.Text = "CSV Settings";
|
---|
273 | //
|
---|
274 | // EncodingInfoLabel
|
---|
275 | //
|
---|
276 | this.EncodingInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
277 | this.EncodingInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
278 | this.EncodingInfoLabel.Location = new System.Drawing.Point(421, 102);
|
---|
279 | this.EncodingInfoLabel.Name = "EncodingInfoLabel";
|
---|
280 | this.EncodingInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
281 | this.EncodingInfoLabel.TabIndex = 27;
|
---|
282 | this.EncodingInfoLabel.Tag = "Select the encoding the file was saved with.";
|
---|
283 | this.ToolTip.SetToolTip(this.EncodingInfoLabel, "Select the encoding the file was saved with.");
|
---|
284 | this.EncodingInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
285 | //
|
---|
286 | // EncodingLabel
|
---|
287 | //
|
---|
288 | this.EncodingLabel.AutoSize = true;
|
---|
289 | this.EncodingLabel.Location = new System.Drawing.Point(6, 103);
|
---|
290 | this.EncodingLabel.Name = "EncodingLabel";
|
---|
291 | this.EncodingLabel.Size = new System.Drawing.Size(52, 13);
|
---|
292 | this.EncodingLabel.TabIndex = 26;
|
---|
293 | this.EncodingLabel.Text = "Encoding";
|
---|
294 | //
|
---|
295 | // EncodingComboBox
|
---|
296 | //
|
---|
297 | this.EncodingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
298 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
299 | this.EncodingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
300 | this.EncodingComboBox.Enabled = false;
|
---|
301 | this.EncodingComboBox.FormattingEnabled = true;
|
---|
302 | this.EncodingComboBox.Location = new System.Drawing.Point(111, 100);
|
---|
303 | this.EncodingComboBox.Name = "EncodingComboBox";
|
---|
304 | this.EncodingComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
305 | this.EncodingComboBox.TabIndex = 25;
|
---|
306 | this.EncodingComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
307 | //
|
---|
308 | // CheckboxColumnNames
|
---|
309 | //
|
---|
310 | this.CheckboxColumnNames.AutoSize = true;
|
---|
311 | this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 127);
|
---|
312 | this.CheckboxColumnNames.Name = "CheckboxColumnNames";
|
---|
313 | this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
|
---|
314 | this.CheckboxColumnNames.TabIndex = 24;
|
---|
315 | this.CheckboxColumnNames.Text = "Column names in first line";
|
---|
316 | this.CheckboxColumnNames.UseVisualStyleBackColor = true;
|
---|
317 | this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
|
---|
318 | //
|
---|
319 | // DateTimeFormatInfoLabel
|
---|
320 | //
|
---|
321 | this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
322 | this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
323 | this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
|
---|
324 | this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
|
---|
325 | this.DateTimeFormatInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
326 | this.DateTimeFormatInfoLabel.TabIndex = 23;
|
---|
327 | this.DateTimeFormatInfoLabel.Tag = "Select the date time format used in the csv file";
|
---|
328 | this.ToolTip.SetToolTip(this.DateTimeFormatInfoLabel, "Select the date time format used in the csv file");
|
---|
329 | this.DateTimeFormatInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
330 | //
|
---|
331 | // DecimalSeparatorInfoLabel
|
---|
332 | //
|
---|
333 | this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
334 | this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
335 | this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
|
---|
336 | this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
|
---|
337 | this.DecimalSeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
338 | this.DecimalSeparatorInfoLabel.TabIndex = 22;
|
---|
339 | this.DecimalSeparatorInfoLabel.Tag = "Select the decimal separator used to for double values";
|
---|
340 | this.ToolTip.SetToolTip(this.DecimalSeparatorInfoLabel, "Select the decimal separator used to for double values");
|
---|
341 | this.DecimalSeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
342 | //
|
---|
343 | // SeparatorInfoLabel
|
---|
344 | //
|
---|
345 | this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
346 | this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
347 | this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
|
---|
348 | this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
|
---|
349 | this.SeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
350 | this.SeparatorInfoLabel.TabIndex = 21;
|
---|
351 | this.SeparatorInfoLabel.Tag = "Select the separator used to separate columns in the csv file.";
|
---|
352 | this.ToolTip.SetToolTip(this.SeparatorInfoLabel, "Select the separator used to separate columns in the csv file.");
|
---|
353 | this.SeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
354 | //
|
---|
355 | // ProblemDataSettingsGroupBox
|
---|
356 | //
|
---|
357 | this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
358 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
359 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
360 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
|
---|
361 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffelInfoLabel);
|
---|
362 | this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel);
|
---|
363 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel);
|
---|
364 | this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix);
|
---|
365 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel);
|
---|
366 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
|
---|
367 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox);
|
---|
368 | this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 191);
|
---|
369 | this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
|
---|
370 | this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 225);
|
---|
371 | this.ProblemDataSettingsGroupBox.TabIndex = 17;
|
---|
372 | this.ProblemDataSettingsGroupBox.TabStop = false;
|
---|
373 | this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
|
---|
374 | //
|
---|
375 | // ErrorTextBox
|
---|
376 | //
|
---|
377 | this.ErrorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
---|
378 | this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
|
---|
379 | this.ErrorTextBox.Multiline = true;
|
---|
380 | this.ErrorTextBox.Name = "ErrorTextBox";
|
---|
381 | this.ErrorTextBox.Size = new System.Drawing.Size(435, 73);
|
---|
382 | this.ErrorTextBox.TabIndex = 0;
|
---|
383 | this.ErrorTextBox.Text = "Open a CSV File";
|
---|
384 | this.ErrorTextBox.Visible = false;
|
---|
385 | //
|
---|
386 | // ShuffelInfoLabel
|
---|
387 | //
|
---|
388 | this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
389 | this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
|
---|
390 | this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
|
---|
391 | this.ShuffelInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
392 | this.ShuffelInfoLabel.TabIndex = 8;
|
---|
393 | this.ShuffelInfoLabel.Tag = "Check, if the imported data should be shuffled";
|
---|
394 | this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the imported data should be shuffled");
|
---|
395 | this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
396 | //
|
---|
397 | // PreviewLabel
|
---|
398 | //
|
---|
399 | this.PreviewLabel.AutoSize = true;
|
---|
400 | this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
|
---|
401 | this.PreviewLabel.Name = "PreviewLabel";
|
---|
402 | this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
|
---|
403 | this.PreviewLabel.TabIndex = 7;
|
---|
404 | this.PreviewLabel.Text = "Preview";
|
---|
405 | //
|
---|
406 | // PreviewDatasetMatrix
|
---|
407 | //
|
---|
408 | this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
409 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
410 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
411 | this.PreviewDatasetMatrix.Caption = "Dataset Preview";
|
---|
412 | this.PreviewDatasetMatrix.Content = null;
|
---|
413 | this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
|
---|
414 | this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
|
---|
415 | this.PreviewDatasetMatrix.ReadOnly = true;
|
---|
416 | this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
|
---|
417 | this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
|
---|
418 | this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 111);
|
---|
419 | this.PreviewDatasetMatrix.TabIndex = 0;
|
---|
420 | //
|
---|
421 | // DataAnalysisImportDialog
|
---|
422 | //
|
---|
423 | this.AcceptButton = this.OkButton;
|
---|
424 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
425 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
426 | this.ClientSize = new System.Drawing.Size(471, 457);
|
---|
427 | this.Controls.Add(this.ProblemDataSettingsGroupBox);
|
---|
428 | this.Controls.Add(this.CSVSettingsGroupBox);
|
---|
429 | this.Controls.Add(this.ProblemTextBox);
|
---|
430 | this.Controls.Add(this.OpenFileButton);
|
---|
431 | this.Controls.Add(this.ProblemFileLabel);
|
---|
432 | this.Controls.Add(this.CancellationButton);
|
---|
433 | this.Controls.Add(this.OkButton);
|
---|
434 | this.MaximizeBox = false;
|
---|
435 | this.MinimizeBox = false;
|
---|
436 | this.Name = "DataAnalysisImportDialog";
|
---|
437 | this.ShowIcon = false;
|
---|
438 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
439 | this.Text = "CSV Import";
|
---|
440 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
|
---|
441 | this.CSVSettingsGroupBox.ResumeLayout(false);
|
---|
442 | this.CSVSettingsGroupBox.PerformLayout();
|
---|
443 | this.ProblemDataSettingsGroupBox.ResumeLayout(false);
|
---|
444 | this.ProblemDataSettingsGroupBox.PerformLayout();
|
---|
445 | this.ResumeLayout(false);
|
---|
446 | this.PerformLayout();
|
---|
447 |
|
---|
448 | }
|
---|
449 |
|
---|
450 | #endregion
|
---|
451 |
|
---|
452 | protected System.Windows.Forms.CheckBox ShuffleDataCheckbox;
|
---|
453 | protected System.Windows.Forms.Button OkButton;
|
---|
454 | protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
|
---|
455 | protected System.Windows.Forms.Label TestLabel;
|
---|
456 | protected System.Windows.Forms.Label TrainingLabel;
|
---|
457 | protected System.Windows.Forms.Button CancellationButton;
|
---|
458 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
459 | protected System.Windows.Forms.Label ProblemFileLabel;
|
---|
460 | protected System.Windows.Forms.Button OpenFileButton;
|
---|
461 | protected System.Windows.Forms.TextBox ProblemTextBox;
|
---|
462 | protected System.Windows.Forms.ComboBox DateTimeFormatComboBox;
|
---|
463 | protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox;
|
---|
464 | protected System.Windows.Forms.Label DateTimeFormatLabel;
|
---|
465 | protected System.Windows.Forms.Label DecimalSeperatorLabel;
|
---|
466 | protected System.Windows.Forms.Label SeparatorLabel;
|
---|
467 | protected System.Windows.Forms.ComboBox SeparatorComboBox;
|
---|
468 | protected System.Windows.Forms.GroupBox CSVSettingsGroupBox;
|
---|
469 | protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
|
---|
470 | protected System.Windows.Forms.TextBox ErrorTextBox;
|
---|
471 | protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
|
---|
472 | protected System.Windows.Forms.Label PreviewLabel;
|
---|
473 | protected System.Windows.Forms.Label SeparatorInfoLabel;
|
---|
474 | protected System.Windows.Forms.Label DateTimeFormatInfoLabel;
|
---|
475 | protected System.Windows.Forms.Label DecimalSeparatorInfoLabel;
|
---|
476 | protected System.Windows.Forms.Label ShuffelInfoLabel;
|
---|
477 | protected System.Windows.Forms.ToolTip ToolTip;
|
---|
478 | private System.Windows.Forms.CheckBox CheckboxColumnNames;
|
---|
479 | protected System.Windows.Forms.Label EncodingInfoLabel;
|
---|
480 | protected System.Windows.Forms.Label EncodingLabel;
|
---|
481 | protected System.Windows.Forms.ComboBox EncodingComboBox;
|
---|
482 | }
|
---|
483 | } |
---|