Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/12 16:16:23 (12 years ago)
Author:
sforsten
Message:

#1942:

  • add combo boxes to DataAnalysisImportTypeDialog to select csv settings
  • get branch ready
Location:
branches/DataAnalysisCSVImport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisCSVImport

    • Property svn:ignore set to
      *.suo
  • branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs

    r8693 r8701  
    1 namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
     1
     2using HeuristicLab.Common.Resources;
     3namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    24  partial class DataAnalysisImportTypeDialog {
    35    /// <summary>
     
    2729      this.OkButton = new System.Windows.Forms.Button();
    2830      this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
    29       this.TrainingTestGroupBox = new System.Windows.Forms.GroupBox();
    3031      this.TestLabel = new System.Windows.Forms.Label();
    3132      this.TrainingLabel = new System.Windows.Forms.Label();
    3233      this.CancelButton = new System.Windows.Forms.Button();
    33       this.openFileButton = new System.Windows.Forms.Button();
     34      this.OpenFileButton = new System.Windows.Forms.Button();
    3435      this.ProblemFileLabel = new System.Windows.Forms.Label();
    3536      this.ProblemTextBox = new System.Windows.Forms.TextBox();
    3637      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();
    3753      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
    38       this.TrainingTestGroupBox.SuspendLayout();
     54      this.CSVSettingsGroupBox.SuspendLayout();
     55      this.ProblemDataSettingsGroupBox.SuspendLayout();
    3956      this.SuspendLayout();
    4057      //
     
    4259      //
    4360      this.ShuffleDataCheckbox.AutoSize = true;
    44       this.ShuffleDataCheckbox.Location = new System.Drawing.Point(12, 38);
     61      this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     62      this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
    4563      this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
    4664      this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
     
    5169      // OkButton
    5270      //
     71      this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    5372      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    5473      this.OkButton.Enabled = false;
    55       this.OkButton.Location = new System.Drawing.Point(61, 147);
     74      this.OkButton.Location = new System.Drawing.Point(87, 407);
    5675      this.OkButton.Name = "OkButton";
    5776      this.OkButton.Size = new System.Drawing.Size(75, 23);
     
    6483      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6584                  | System.Windows.Forms.AnchorStyles.Right)));
    66       this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 19);
     85      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
    6786      this.TrainingTestTrackBar.Maximum = 100;
    6887      this.TrainingTestTrackBar.Minimum = 1;
    6988      this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
    70       this.TrainingTestTrackBar.Size = new System.Drawing.Size(303, 45);
     89      this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
    7190      this.TrainingTestTrackBar.TabIndex = 4;
    7291      this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     
    7493      this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
    7594      //
    76       // TrainingTestGroupBox
    77       //
    78       this.TrainingTestGroupBox.Controls.Add(this.TestLabel);
    79       this.TrainingTestGroupBox.Controls.Add(this.TrainingLabel);
    80       this.TrainingTestGroupBox.Controls.Add(this.TrainingTestTrackBar);
    81       this.TrainingTestGroupBox.Location = new System.Drawing.Point(12, 61);
    82       this.TrainingTestGroupBox.Name = "TrainingTestGroupBox";
    83       this.TrainingTestGroupBox.Size = new System.Drawing.Size(315, 80);
    84       this.TrainingTestGroupBox.TabIndex = 5;
    85       this.TrainingTestGroupBox.TabStop = false;
    86       this.TrainingTestGroupBox.Text = "Training/Test";
    87       //
    8895      // TestLabel
    8996      //
     97      this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    9098      this.TestLabel.AutoSize = true;
    91       this.TestLabel.Location = new System.Drawing.Point(188, 51);
     99      this.TestLabel.Location = new System.Drawing.Point(303, 68);
    92100      this.TestLabel.Name = "TestLabel";
    93101      this.TestLabel.Size = new System.Drawing.Size(57, 13);
     
    98106      //
    99107      this.TrainingLabel.AutoSize = true;
    100       this.TrainingLabel.Location = new System.Drawing.Point(50, 51);
     108      this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
    101109      this.TrainingLabel.Name = "TrainingLabel";
    102110      this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
     
    106114      // CancelButton
    107115      //
     116      this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    108117      this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    109       this.CancelButton.Location = new System.Drawing.Point(182, 147);
     118      this.CancelButton.Location = new System.Drawing.Point(318, 407);
    110119      this.CancelButton.Name = "CancelButton";
    111120      this.CancelButton.Size = new System.Drawing.Size(75, 23);
     
    116125      // openFileButton
    117126      //
    118       this.openFileButton.Location = new System.Drawing.Point(303, 12);
    119       this.openFileButton.Name = "openFileButton";
    120       this.openFileButton.Size = new System.Drawing.Size(24, 24);
    121       this.openFileButton.TabIndex = 8;
    122       this.openFileButton.UseVisualStyleBackColor = true;
    123       this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
     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);
    124135      //
    125136      // ProblemFileLabel
    126137      //
    127138      this.ProblemFileLabel.AutoSize = true;
    128       this.ProblemFileLabel.Location = new System.Drawing.Point(12, 15);
     139      this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
    129140      this.ProblemFileLabel.Name = "ProblemFileLabel";
    130141      this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
     
    134145      // ProblemTextBox
    135146      //
    136       this.ProblemTextBox.Location = new System.Drawing.Point(85, 12);
     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);
    137150      this.ProblemTextBox.Name = "ProblemTextBox";
    138151      this.ProblemTextBox.ReadOnly = true;
    139       this.ProblemTextBox.Size = new System.Drawing.Size(212, 20);
     152      this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
    140153      this.ProblemTextBox.TabIndex = 9;
    141154      //
     
    143156      //
    144157      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;
    145334      //
    146335      // DataAnalysisImportTypeDialog
     
    149338      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    150339      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    151       this.ClientSize = new System.Drawing.Size(339, 179);
     340      this.ClientSize = new System.Drawing.Size(471, 442);
    152341      this.ControlBox = false;
     342      this.Controls.Add(this.ProblemDataSettingsGroupBox);
     343      this.Controls.Add(this.CSVSettingsGroupBox);
    153344      this.Controls.Add(this.ProblemTextBox);
    154       this.Controls.Add(this.openFileButton);
     345      this.Controls.Add(this.OpenFileButton);
    155346      this.Controls.Add(this.ProblemFileLabel);
    156347      this.Controls.Add(this.CancelButton);
    157348      this.Controls.Add(this.OkButton);
    158       this.Controls.Add(this.ShuffleDataCheckbox);
    159       this.Controls.Add(this.TrainingTestGroupBox);
    160       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    161349      this.MaximizeBox = false;
    162350      this.MinimizeBox = false;
     
    166354      this.Text = "CSV Import";
    167355      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
    168       this.TrainingTestGroupBox.ResumeLayout(false);
    169       this.TrainingTestGroupBox.PerformLayout();
     356      this.CSVSettingsGroupBox.ResumeLayout(false);
     357      this.CSVSettingsGroupBox.PerformLayout();
     358      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
     359      this.ProblemDataSettingsGroupBox.PerformLayout();
    170360      this.ResumeLayout(false);
    171361      this.PerformLayout();
     
    178368    protected System.Windows.Forms.Button OkButton;
    179369    protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
    180     protected System.Windows.Forms.GroupBox TrainingTestGroupBox;
    181370    protected System.Windows.Forms.Label TestLabel;
    182371    protected System.Windows.Forms.Label TrainingLabel;
     
    184373    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    185374    protected System.Windows.Forms.Label ProblemFileLabel;
    186     protected System.Windows.Forms.Button openFileButton;
     375    protected System.Windows.Forms.Button OpenFileButton;
    187376    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;
    188392
    189393  }
Note: See TracChangeset for help on using the changeset viewer.