Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9456 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

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