Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs @ 9651

Last change on this file since 9651 was 9651, checked in by mkommend, 11 years ago

#2070: Merged r9608, r9610, r9611, r9623, and r9624 in the stable branch.

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