Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs @ 9608

Last change on this file since 9608 was 9608, checked in by sforsten, 11 years ago

#2070:

  • changed parse methods in TableFileParser to accept a bool which defines, if the first line contains variable names
  • added methods in TableFileParser to check if the first line contains variable names
  • adapted unit tests
  • adapted DataAnalysisImportTypeDialog so that a checkbox can be set to define if the first line contains variable names
  • added the flag NumberStyles.AllowTrailingSign for parsing doubles
File size: 24.0 KB
RevLine 
[8885]1#region License Information
2/* HeuristicLab
[9456]3 * Copyright (C) 2002-2013 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
[8877]22namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
[8598]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() {
[8877]47      this.components = new System.ComponentModel.Container();
[8693]48      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
[8598]49      this.OkButton = new System.Windows.Forms.Button();
[8599]50      this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
51      this.TestLabel = new System.Windows.Forms.Label();
52      this.TrainingLabel = new System.Windows.Forms.Label();
[8885]53      this.CancelationButton = new System.Windows.Forms.Button();
[8877]54      this.OpenFileButton = new System.Windows.Forms.Button();
[8693]55      this.ProblemFileLabel = new System.Windows.Forms.Label();
56      this.ProblemTextBox = new System.Windows.Forms.TextBox();
57      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
[8877]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);
[9608]74      this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
[8599]75      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
[8877]76      this.CSVSettingsGroupBox.SuspendLayout();
77      this.ProblemDataSettingsGroupBox.SuspendLayout();
[8598]78      this.SuspendLayout();
79      //
[8693]80      // ShuffleDataCheckbox
[8598]81      //
[8693]82      this.ShuffleDataCheckbox.AutoSize = true;
[8877]83      this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
84      this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
[8693]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;
[8598]90      //
91      // OkButton
92      //
[9449]93      this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[8598]94      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
[8693]95      this.OkButton.Enabled = false;
[9608]96      this.OkButton.Location = new System.Drawing.Point(303, 422);
[8598]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      //
[8599]103      // TrainingTestTrackBar
104      //
[9449]105      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]106            | System.Windows.Forms.AnchorStyles.Right)));
[8877]107      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
[8599]108      this.TrainingTestTrackBar.Maximum = 100;
[8601]109      this.TrainingTestTrackBar.Minimum = 1;
[8599]110      this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
[8877]111      this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
[8599]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      //
[8877]119      this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
[8599]120      this.TestLabel.AutoSize = true;
[8877]121      this.TestLabel.Location = new System.Drawing.Point(303, 68);
[8599]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;
[8877]130      this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
[8599]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      //
[8885]136      // CancelationButton
[8693]137      //
[8885]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;
[9608]140      this.CancelationButton.Location = new System.Drawing.Point(384, 422);
[8885]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;
[8693]146      //
[8877]147      // OpenFileButton
[8693]148      //
[8877]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);
[8693]157      //
158      // ProblemFileLabel
159      //
160      this.ProblemFileLabel.AutoSize = true;
[8877]161      this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
[8693]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      //
[9449]169      this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]170            | System.Windows.Forms.AnchorStyles.Right)));
[8877]171      this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
[8693]172      this.ProblemTextBox.Name = "ProblemTextBox";
173      this.ProblemTextBox.ReadOnly = true;
[8877]174      this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
[8693]175      this.ProblemTextBox.TabIndex = 9;
176      //
177      // openFileDialog
178      //
179      this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
180      //
[8877]181      // DateTimeFormatComboBox
182      //
[9449]183      this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]184            | System.Windows.Forms.AnchorStyles.Right)));
[8877]185      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9449]186      this.DateTimeFormatComboBox.Enabled = false;
[8877]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      //
[9449]196      this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]197            | System.Windows.Forms.AnchorStyles.Right)));
[8877]198      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9449]199      this.DecimalSeparatorComboBox.Enabled = false;
[8877]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      //
[9449]236      this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]237            | System.Windows.Forms.AnchorStyles.Right)));
[8877]238      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9449]239      this.SeparatorComboBox.Enabled = false;
[8877]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      //
[9449]249      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[8885]250            | System.Windows.Forms.AnchorStyles.Right)));
[9608]251      this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames);
[8877]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";
[9608]263      this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 126);
[8877]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)));
[8885]271      this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
[8877]272      this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
[8885]273      this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
[8877]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";
[8885]277      this.ToolTip.SetToolTip(this.DateTimeFormatInfoLabel, "Select the date time format used in the csv file");
[8877]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)));
[8885]283      this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
[8877]284      this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
[8885]285      this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
[8877]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";
[8885]289      this.ToolTip.SetToolTip(this.DecimalSeparatorInfoLabel, "Select the decimal separator used to for double values");
[8877]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)));
[8885]295      this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
[8877]296      this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
[8885]297      this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
[8877]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.";
[8885]301      this.ToolTip.SetToolTip(this.SeparatorInfoLabel, "Select the separator used to separate columns in the csv file.");
[8877]302      this.SeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
303      //
304      // ProblemDataSettingsGroupBox
305      //
[9449]306      this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
307            | System.Windows.Forms.AnchorStyles.Left)
[8885]308            | System.Windows.Forms.AnchorStyles.Right)));
[8877]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);
[9608]317      this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 164);
[8877]318      this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
[9608]319      this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 252);
[8877]320      this.ProblemDataSettingsGroupBox.TabIndex = 17;
321      this.ProblemDataSettingsGroupBox.TabStop = false;
322      this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
323      //
324      // ErrorTextBox
325      //
326      this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
327      this.ErrorTextBox.Multiline = true;
328      this.ErrorTextBox.Name = "ErrorTextBox";
329      this.ErrorTextBox.Size = new System.Drawing.Size(435, 73);
330      this.ErrorTextBox.TabIndex = 0;
[9449]331      this.ErrorTextBox.Text = "Open a CSV File";
[8877]332      this.ErrorTextBox.Visible = false;
333      //
334      // ShuffelInfoLabel
335      //
[8885]336      this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
[8877]337      this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
[8885]338      this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
[8877]339      this.ShuffelInfoLabel.Size = new System.Drawing.Size(16, 16);
340      this.ShuffelInfoLabel.TabIndex = 8;
[9024]341      this.ShuffelInfoLabel.Tag = "Check, if the imported data should be shuffled";
[8885]342      this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the importat data should be shuffled");
[8877]343      this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
344      //
345      // PreviewLabel
346      //
347      this.PreviewLabel.AutoSize = true;
348      this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
349      this.PreviewLabel.Name = "PreviewLabel";
350      this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
351      this.PreviewLabel.TabIndex = 7;
352      this.PreviewLabel.Text = "Preview";
353      //
354      // PreviewDatasetMatrix
355      //
[9449]356      this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
357            | System.Windows.Forms.AnchorStyles.Left)
[8885]358            | System.Windows.Forms.AnchorStyles.Right)));
[8877]359      this.PreviewDatasetMatrix.Caption = "Dataset Preview";
360      this.PreviewDatasetMatrix.Content = null;
361      this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
362      this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
363      this.PreviewDatasetMatrix.ReadOnly = true;
364      this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
365      this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
[9608]366      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138);
[8877]367      this.PreviewDatasetMatrix.TabIndex = 0;
368      //
[9608]369      // CheckboxColumnNames
370      //
371      this.CheckboxColumnNames.AutoSize = true;
372      this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);
373      this.CheckboxColumnNames.Name = "CheckboxColumnNames";
374      this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
375      this.CheckboxColumnNames.TabIndex = 24;
376      this.CheckboxColumnNames.Text = "Column names in first line";
377      this.CheckboxColumnNames.UseVisualStyleBackColor = true;
378      this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
379      //
[8598]380      // DataAnalysisImportTypeDialog
381      //
[8693]382      this.AcceptButton = this.OkButton;
[8598]383      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
384      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[9608]385      this.ClientSize = new System.Drawing.Size(471, 457);
[8877]386      this.Controls.Add(this.ProblemDataSettingsGroupBox);
387      this.Controls.Add(this.CSVSettingsGroupBox);
[8693]388      this.Controls.Add(this.ProblemTextBox);
[8877]389      this.Controls.Add(this.OpenFileButton);
[8693]390      this.Controls.Add(this.ProblemFileLabel);
[8885]391      this.Controls.Add(this.CancelationButton);
[8598]392      this.Controls.Add(this.OkButton);
[8693]393      this.MaximizeBox = false;
394      this.MinimizeBox = false;
[8598]395      this.Name = "DataAnalysisImportTypeDialog";
[8693]396      this.ShowIcon = false;
[8598]397      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
[8693]398      this.Text = "CSV Import";
[8599]399      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
[8877]400      this.CSVSettingsGroupBox.ResumeLayout(false);
401      this.CSVSettingsGroupBox.PerformLayout();
402      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
403      this.ProblemDataSettingsGroupBox.PerformLayout();
[8598]404      this.ResumeLayout(false);
405      this.PerformLayout();
[8599]406
[8598]407    }
408
409    #endregion
410
[8693]411    protected System.Windows.Forms.CheckBox ShuffleDataCheckbox;
[8598]412    protected System.Windows.Forms.Button OkButton;
[8693]413    protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
414    protected System.Windows.Forms.Label TestLabel;
415    protected System.Windows.Forms.Label TrainingLabel;
[8885]416    protected System.Windows.Forms.Button CancelationButton;
[8693]417    protected System.Windows.Forms.OpenFileDialog openFileDialog;
418    protected System.Windows.Forms.Label ProblemFileLabel;
[8877]419    protected System.Windows.Forms.Button OpenFileButton;
[8693]420    protected System.Windows.Forms.TextBox ProblemTextBox;
[8877]421    protected System.Windows.Forms.ComboBox DateTimeFormatComboBox;
422    protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox;
423    protected System.Windows.Forms.Label DateTimeFormatLabel;
424    protected System.Windows.Forms.Label DecimalSeperatorLabel;
425    protected System.Windows.Forms.Label SeparatorLabel;
426    protected System.Windows.Forms.ComboBox SeparatorComboBox;
427    protected System.Windows.Forms.GroupBox CSVSettingsGroupBox;
428    protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
429    protected System.Windows.Forms.TextBox ErrorTextBox;
430    protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
431    protected System.Windows.Forms.Label PreviewLabel;
432    protected System.Windows.Forms.Label SeparatorInfoLabel;
433    protected System.Windows.Forms.Label DateTimeFormatInfoLabel;
434    protected System.Windows.Forms.Label DecimalSeparatorInfoLabel;
435    protected System.Windows.Forms.Label ShuffelInfoLabel;
436    protected System.Windows.Forms.ToolTip ToolTip;
[9608]437    private System.Windows.Forms.CheckBox CheckboxColumnNames;
[8598]438  }
439}
Note: See TracBrowser for help on using the repository browser.