Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1942:

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