Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs @ 8701

Last change on this file since 8701 was 8701, checked in by sforsten, 12 years ago

#1942:

  • add combo boxes to DataAnalysisImportTypeDialog to select csv settings
  • get branch ready
File size: 21.1 KB
Line 
1
2using HeuristicLab.Common.Resources;
3namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
4  partial class DataAnalysisImportTypeDialog {
5    /// <summary>
6    /// Required designer variable.
7    /// </summary>
8    private System.ComponentModel.IContainer components = null;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing) {
15      if (disposing && (components != null)) {
16        components.Dispose();
17      }
18      base.Dispose(disposing);
19    }
20
21    #region Windows Form Designer generated code
22
23    /// <summary>
24    /// Required method for Designer support - do not modify
25    /// the contents of this method with the code editor.
26    /// </summary>
27    private void InitializeComponent() {
28      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
29      this.OkButton = new System.Windows.Forms.Button();
30      this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
31      this.TestLabel = new System.Windows.Forms.Label();
32      this.TrainingLabel = new System.Windows.Forms.Label();
33      this.CancelButton = new System.Windows.Forms.Button();
34      this.OpenFileButton = new System.Windows.Forms.Button();
35      this.ProblemFileLabel = new System.Windows.Forms.Label();
36      this.ProblemTextBox = new System.Windows.Forms.TextBox();
37      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
38      this.DateTimeFormatComboBox = new System.Windows.Forms.ComboBox();
39      this.DecimalSeparatorComboBox = new System.Windows.Forms.ComboBox();
40      this.DateTimeFormatLabel = new System.Windows.Forms.Label();
41      this.DecimalSeperatorLabel = new System.Windows.Forms.Label();
42      this.SeparatorLabel = new System.Windows.Forms.Label();
43      this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
44      this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
45      this.SeparatorInfoButton = new System.Windows.Forms.Button();
46      this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox();
47      this.PreviewLabel = new System.Windows.Forms.Label();
48      this.ErrorTextBox = new System.Windows.Forms.TextBox();
49      this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
50      this.DecimalSeparatorInfoButton = new System.Windows.Forms.Button();
51      this.DateTimeFormatInfoButton = new System.Windows.Forms.Button();
52      this.ShuffleDataInfoButton = new System.Windows.Forms.Button();
53      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
54      this.CSVSettingsGroupBox.SuspendLayout();
55      this.ProblemDataSettingsGroupBox.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // ShuffleDataCheckbox
59      //
60      this.ShuffleDataCheckbox.AutoSize = true;
61      this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
62      this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
63      this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
64      this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
65      this.ShuffleDataCheckbox.TabIndex = 1;
66      this.ShuffleDataCheckbox.Text = "Shuffle Data?";
67      this.ShuffleDataCheckbox.UseVisualStyleBackColor = true;
68      //
69      // OkButton
70      //
71      this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
72      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
73      this.OkButton.Enabled = false;
74      this.OkButton.Location = new System.Drawing.Point(87, 407);
75      this.OkButton.Name = "OkButton";
76      this.OkButton.Size = new System.Drawing.Size(75, 23);
77      this.OkButton.TabIndex = 2;
78      this.OkButton.Text = "&Ok";
79      this.OkButton.UseVisualStyleBackColor = true;
80      //
81      // TrainingTestTrackBar
82      //
83      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
84                  | System.Windows.Forms.AnchorStyles.Right)));
85      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
86      this.TrainingTestTrackBar.Maximum = 100;
87      this.TrainingTestTrackBar.Minimum = 1;
88      this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
89      this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
90      this.TrainingTestTrackBar.TabIndex = 4;
91      this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
92      this.TrainingTestTrackBar.Value = 66;
93      this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
94      //
95      // TestLabel
96      //
97      this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
98      this.TestLabel.AutoSize = true;
99      this.TestLabel.Location = new System.Drawing.Point(303, 68);
100      this.TestLabel.Name = "TestLabel";
101      this.TestLabel.Size = new System.Drawing.Size(57, 13);
102      this.TestLabel.TabIndex = 6;
103      this.TestLabel.Text = "Test: 34 %";
104      //
105      // TrainingLabel
106      //
107      this.TrainingLabel.AutoSize = true;
108      this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
109      this.TrainingLabel.Name = "TrainingLabel";
110      this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
111      this.TrainingLabel.TabIndex = 5;
112      this.TrainingLabel.Text = "Training: 66 %";
113      //
114      // CancelButton
115      //
116      this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
117      this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
118      this.CancelButton.Location = new System.Drawing.Point(318, 407);
119      this.CancelButton.Name = "CancelButton";
120      this.CancelButton.Size = new System.Drawing.Size(75, 23);
121      this.CancelButton.TabIndex = 3;
122      this.CancelButton.Text = "&Cancel";
123      this.CancelButton.UseVisualStyleBackColor = true;
124      //
125      // openFileButton
126      //
127      this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
128      this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
129      this.OpenFileButton.Name = "openFileButton";
130      this.OpenFileButton.Size = new System.Drawing.Size(24, 24);
131      this.OpenFileButton.TabIndex = 8;
132      this.OpenFileButton.Text = "Open";
133      this.OpenFileButton.UseVisualStyleBackColor = true;
134      this.OpenFileButton.Click += new System.EventHandler(this.openFileButton_Click);
135      //
136      // ProblemFileLabel
137      //
138      this.ProblemFileLabel.AutoSize = true;
139      this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
140      this.ProblemFileLabel.Name = "ProblemFileLabel";
141      this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
142      this.ProblemFileLabel.TabIndex = 6;
143      this.ProblemFileLabel.Text = "Problem File:";
144      //
145      // ProblemTextBox
146      //
147      this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
148                  | System.Windows.Forms.AnchorStyles.Right)));
149      this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
150      this.ProblemTextBox.Name = "ProblemTextBox";
151      this.ProblemTextBox.ReadOnly = true;
152      this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
153      this.ProblemTextBox.TabIndex = 9;
154      //
155      // openFileDialog
156      //
157      this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
158      //
159      // DateTimeFormatComboBox
160      //
161      this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
162                  | System.Windows.Forms.AnchorStyles.Right)));
163      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
164      this.DateTimeFormatComboBox.FormattingEnabled = true;
165      this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73);
166      this.DateTimeFormatComboBox.Name = "DateTimeFormatComboBox";
167      this.DateTimeFormatComboBox.Size = new System.Drawing.Size(300, 21);
168      this.DateTimeFormatComboBox.TabIndex = 15;
169      this.DateTimeFormatComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
170      //
171      // DecimalSeparatorComboBox
172      //
173      this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
176      this.DecimalSeparatorComboBox.FormattingEnabled = true;
177      this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46);
178      this.DecimalSeparatorComboBox.Name = "DecimalSeparatorComboBox";
179      this.DecimalSeparatorComboBox.Size = new System.Drawing.Size(300, 21);
180      this.DecimalSeparatorComboBox.TabIndex = 14;
181      this.DecimalSeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
182      //
183      // DateTimeFormatLabel
184      //
185      this.DateTimeFormatLabel.AutoSize = true;
186      this.DateTimeFormatLabel.Location = new System.Drawing.Point(6, 76);
187      this.DateTimeFormatLabel.Name = "DateTimeFormatLabel";
188      this.DateTimeFormatLabel.Size = new System.Drawing.Size(91, 13);
189      this.DateTimeFormatLabel.TabIndex = 13;
190      this.DateTimeFormatLabel.Text = "DateTime Format:";
191      //
192      // DecimalSeperatorLabel
193      //
194      this.DecimalSeperatorLabel.AutoSize = true;
195      this.DecimalSeperatorLabel.Location = new System.Drawing.Point(6, 49);
196      this.DecimalSeperatorLabel.Name = "DecimalSeperatorLabel";
197      this.DecimalSeperatorLabel.Size = new System.Drawing.Size(97, 13);
198      this.DecimalSeperatorLabel.TabIndex = 12;
199      this.DecimalSeperatorLabel.Text = "Decimal Separator:";
200      //
201      // SeparatorLabel
202      //
203      this.SeparatorLabel.AutoSize = true;
204      this.SeparatorLabel.Location = new System.Drawing.Point(6, 22);
205      this.SeparatorLabel.Name = "SeparatorLabel";
206      this.SeparatorLabel.Size = new System.Drawing.Size(56, 13);
207      this.SeparatorLabel.TabIndex = 11;
208      this.SeparatorLabel.Text = "Separator:";
209      //
210      // SeparatorComboBox
211      //
212      this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
213                  | System.Windows.Forms.AnchorStyles.Right)));
214      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
215      this.SeparatorComboBox.FormattingEnabled = true;
216      this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19);
217      this.SeparatorComboBox.Name = "SeparatorComboBox";
218      this.SeparatorComboBox.Size = new System.Drawing.Size(300, 21);
219      this.SeparatorComboBox.TabIndex = 10;
220      this.SeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
221      //
222      // CSVSettingsGroupBox
223      //
224      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
225                  | System.Windows.Forms.AnchorStyles.Right)));
226      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoButton);
227      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoButton);
228      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorInfoButton);
229      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorComboBox);
230      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatComboBox);
231      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorLabel);
232      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorComboBox);
233      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeperatorLabel);
234      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatLabel);
235      this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32);
236      this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox";
237      this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 105);
238      this.CSVSettingsGroupBox.TabIndex = 16;
239      this.CSVSettingsGroupBox.TabStop = false;
240      this.CSVSettingsGroupBox.Text = "CSV Settings";
241      //
242      // SeparatorInfoButton
243      //
244      this.SeparatorInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
245      this.SeparatorInfoButton.Location = new System.Drawing.Point(417, 17);
246      this.SeparatorInfoButton.Name = "SeparatorInfoButton";
247      this.SeparatorInfoButton.Size = new System.Drawing.Size(24, 24);
248      this.SeparatorInfoButton.TabIndex = 18;
249      this.SeparatorInfoButton.Text = "SeparatorInfo";
250      this.SeparatorInfoButton.UseVisualStyleBackColor = true;
251      //
252      // ProblemDataSettingsGroupBox
253      //
254      this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
255                  | System.Windows.Forms.AnchorStyles.Left)
256                  | System.Windows.Forms.AnchorStyles.Right)));
257      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataInfoButton);
258      this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel);
259      this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
260      this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel);
261      this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix);
262      this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel);
263      this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
264      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox);
265      this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 143);
266      this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
267      this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 258);
268      this.ProblemDataSettingsGroupBox.TabIndex = 17;
269      this.ProblemDataSettingsGroupBox.TabStop = false;
270      this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
271      //
272      // PreviewLabel
273      //
274      this.PreviewLabel.AutoSize = true;
275      this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
276      this.PreviewLabel.Name = "PreviewLabel";
277      this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
278      this.PreviewLabel.TabIndex = 7;
279      this.PreviewLabel.Text = "Preview";
280      //
281      // ErrorTextBox
282      //
283      this.ErrorTextBox.Location = new System.Drawing.Point(111, 164);
284      this.ErrorTextBox.Multiline = true;
285      this.ErrorTextBox.Name = "ErrorTextBox";
286      this.ErrorTextBox.Size = new System.Drawing.Size(193, 32);
287      this.ErrorTextBox.TabIndex = 0;
288      this.ErrorTextBox.Visible = false;
289      //
290      // PreviewDatasetMatrix
291      //
292      this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
293                  | System.Windows.Forms.AnchorStyles.Left)
294                  | System.Windows.Forms.AnchorStyles.Right)));
295      this.PreviewDatasetMatrix.Caption = "Dataset Preview";
296      this.PreviewDatasetMatrix.Content = null;
297      this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
298      this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
299      this.PreviewDatasetMatrix.ReadOnly = true;
300      this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
301      this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
302      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 144);
303      this.PreviewDatasetMatrix.TabIndex = 0;
304      //
305      // DecimalSeparatorInfoButtin
306      //
307      this.DecimalSeparatorInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
308      this.DecimalSeparatorInfoButton.Location = new System.Drawing.Point(417, 44);
309      this.DecimalSeparatorInfoButton.Name = "DecimalSeparatorInfoButtin";
310      this.DecimalSeparatorInfoButton.Size = new System.Drawing.Size(24, 24);
311      this.DecimalSeparatorInfoButton.TabIndex = 19;
312      this.DecimalSeparatorInfoButton.Text = "DecimalSeparatorInfo";
313      this.DecimalSeparatorInfoButton.UseVisualStyleBackColor = true;
314      //
315      // DateTimeFormatInfoButton
316      //
317      this.DateTimeFormatInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
318      this.DateTimeFormatInfoButton.Location = new System.Drawing.Point(417, 71);
319      this.DateTimeFormatInfoButton.Name = "DateTimeFormatInfoButton";
320      this.DateTimeFormatInfoButton.Size = new System.Drawing.Size(24, 24);
321      this.DateTimeFormatInfoButton.TabIndex = 20;
322      this.DateTimeFormatInfoButton.Text = "DateTimeFormatInfo";
323      this.DateTimeFormatInfoButton.UseVisualStyleBackColor = true;
324      //
325      // ShuffleDataInfoButton
326      //
327      this.ShuffleDataInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
328      this.ShuffleDataInfoButton.Location = new System.Drawing.Point(111, 15);
329      this.ShuffleDataInfoButton.Name = "ShuffleDataInfoButton";
330      this.ShuffleDataInfoButton.Size = new System.Drawing.Size(24, 24);
331      this.ShuffleDataInfoButton.TabIndex = 19;
332      this.ShuffleDataInfoButton.Text = "ShuffleDataInfo";
333      this.ShuffleDataInfoButton.UseVisualStyleBackColor = true;
334      //
335      // DataAnalysisImportTypeDialog
336      //
337      this.AcceptButton = this.OkButton;
338      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
339      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
340      this.ClientSize = new System.Drawing.Size(471, 442);
341      this.ControlBox = false;
342      this.Controls.Add(this.ProblemDataSettingsGroupBox);
343      this.Controls.Add(this.CSVSettingsGroupBox);
344      this.Controls.Add(this.ProblemTextBox);
345      this.Controls.Add(this.OpenFileButton);
346      this.Controls.Add(this.ProblemFileLabel);
347      this.Controls.Add(this.CancelButton);
348      this.Controls.Add(this.OkButton);
349      this.MaximizeBox = false;
350      this.MinimizeBox = false;
351      this.Name = "DataAnalysisImportTypeDialog";
352      this.ShowIcon = false;
353      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
354      this.Text = "CSV Import";
355      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
356      this.CSVSettingsGroupBox.ResumeLayout(false);
357      this.CSVSettingsGroupBox.PerformLayout();
358      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
359      this.ProblemDataSettingsGroupBox.PerformLayout();
360      this.ResumeLayout(false);
361      this.PerformLayout();
362
363    }
364
365    #endregion
366
367    protected System.Windows.Forms.CheckBox ShuffleDataCheckbox;
368    protected System.Windows.Forms.Button OkButton;
369    protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
370    protected System.Windows.Forms.Label TestLabel;
371    protected System.Windows.Forms.Label TrainingLabel;
372    protected System.Windows.Forms.Button CancelButton;
373    protected System.Windows.Forms.OpenFileDialog openFileDialog;
374    protected System.Windows.Forms.Label ProblemFileLabel;
375    protected System.Windows.Forms.Button OpenFileButton;
376    protected System.Windows.Forms.TextBox ProblemTextBox;
377    protected System.Windows.Forms.ComboBox DateTimeFormatComboBox;
378    protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox;
379    protected System.Windows.Forms.Label DateTimeFormatLabel;
380    protected System.Windows.Forms.Label DecimalSeperatorLabel;
381    protected System.Windows.Forms.Label SeparatorLabel;
382    protected System.Windows.Forms.ComboBox SeparatorComboBox;
383    protected System.Windows.Forms.GroupBox CSVSettingsGroupBox;
384    protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
385    protected System.Windows.Forms.TextBox ErrorTextBox;
386    protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
387    private System.Windows.Forms.Label PreviewLabel;
388    protected System.Windows.Forms.Button SeparatorInfoButton;
389    protected System.Windows.Forms.Button DateTimeFormatInfoButton;
390    protected System.Windows.Forms.Button DecimalSeparatorInfoButton;
391    protected System.Windows.Forms.Button ShuffleDataInfoButton;
392
393  }
394}
Note: See TracBrowser for help on using the repository browser.