Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/07/12 16:28:33 (12 years ago)
Author:
mkommend
Message:

#1942: Reintegrated branch for CSV import.

Location:
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views

  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs

    r8693 r8877  
    1 namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
     1
     2namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    23  partial class DataAnalysisImportTypeDialog {
    34    /// <summary>
     
    2425    /// </summary>
    2526    private void InitializeComponent() {
     27      this.components = new System.ComponentModel.Container();
     28      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog));
    2629      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
    2730      this.OkButton = new System.Windows.Forms.Button();
    2831      this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
    29       this.TrainingTestGroupBox = new System.Windows.Forms.GroupBox();
    3032      this.TestLabel = new System.Windows.Forms.Label();
    3133      this.TrainingLabel = new System.Windows.Forms.Label();
    3234      this.CancelButton = new System.Windows.Forms.Button();
    33       this.openFileButton = new System.Windows.Forms.Button();
     35      this.OpenFileButton = new System.Windows.Forms.Button();
    3436      this.ProblemFileLabel = new System.Windows.Forms.Label();
    3537      this.ProblemTextBox = new System.Windows.Forms.TextBox();
    3638      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     39      this.DateTimeFormatComboBox = new System.Windows.Forms.ComboBox();
     40      this.DecimalSeparatorComboBox = new System.Windows.Forms.ComboBox();
     41      this.DateTimeFormatLabel = new System.Windows.Forms.Label();
     42      this.DecimalSeperatorLabel = new System.Windows.Forms.Label();
     43      this.SeparatorLabel = new System.Windows.Forms.Label();
     44      this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
     45      this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
     46      this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label();
     47      this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label();
     48      this.SeparatorInfoLabel = new System.Windows.Forms.Label();
     49      this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox();
     50      this.ErrorTextBox = new System.Windows.Forms.TextBox();
     51      this.ShuffelInfoLabel = new System.Windows.Forms.Label();
     52      this.PreviewLabel = new System.Windows.Forms.Label();
     53      this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
     54      this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
    3755      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
    38       this.TrainingTestGroupBox.SuspendLayout();
     56      this.CSVSettingsGroupBox.SuspendLayout();
     57      this.ProblemDataSettingsGroupBox.SuspendLayout();
    3958      this.SuspendLayout();
    4059      //
     
    4261      //
    4362      this.ShuffleDataCheckbox.AutoSize = true;
    44       this.ShuffleDataCheckbox.Location = new System.Drawing.Point(12, 38);
     63      this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     64      this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
    4565      this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
    4666      this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
     
    5171      // OkButton
    5272      //
     73      this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    5374      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    5475      this.OkButton.Enabled = false;
    55       this.OkButton.Location = new System.Drawing.Point(61, 147);
     76      this.OkButton.Location = new System.Drawing.Point(87, 407);
    5677      this.OkButton.Name = "OkButton";
    5778      this.OkButton.Size = new System.Drawing.Size(75, 23);
     
    6485      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6586                  | System.Windows.Forms.AnchorStyles.Right)));
    66       this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 19);
     87      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
    6788      this.TrainingTestTrackBar.Maximum = 100;
    6889      this.TrainingTestTrackBar.Minimum = 1;
    6990      this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
    70       this.TrainingTestTrackBar.Size = new System.Drawing.Size(303, 45);
     91      this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
    7192      this.TrainingTestTrackBar.TabIndex = 4;
    7293      this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     
    7495      this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
    7596      //
    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       //
    8897      // TestLabel
    8998      //
     99      this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    90100      this.TestLabel.AutoSize = true;
    91       this.TestLabel.Location = new System.Drawing.Point(188, 51);
     101      this.TestLabel.Location = new System.Drawing.Point(303, 68);
    92102      this.TestLabel.Name = "TestLabel";
    93103      this.TestLabel.Size = new System.Drawing.Size(57, 13);
     
    98108      //
    99109      this.TrainingLabel.AutoSize = true;
    100       this.TrainingLabel.Location = new System.Drawing.Point(50, 51);
     110      this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
    101111      this.TrainingLabel.Name = "TrainingLabel";
    102112      this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
     
    106116      // CancelButton
    107117      //
     118      this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    108119      this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    109       this.CancelButton.Location = new System.Drawing.Point(182, 147);
     120      this.CancelButton.Location = new System.Drawing.Point(318, 407);
    110121      this.CancelButton.Name = "CancelButton";
    111122      this.CancelButton.Size = new System.Drawing.Size(75, 23);
     
    114125      this.CancelButton.UseVisualStyleBackColor = true;
    115126      //
    116       // openFileButton
    117       //
    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      // OpenFileButton
     128      //
     129      this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     130      this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
     131      this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
     132      this.OpenFileButton.Name = "OpenFileButton";
     133      this.OpenFileButton.Size = new System.Drawing.Size(24, 24);
     134      this.OpenFileButton.TabIndex = 8;
     135      this.OpenFileButton.UseVisualStyleBackColor = true;
     136      this.OpenFileButton.Click += new System.EventHandler(this.OpenFileButtonClick);
    124137      //
    125138      // ProblemFileLabel
    126139      //
    127140      this.ProblemFileLabel.AutoSize = true;
    128       this.ProblemFileLabel.Location = new System.Drawing.Point(12, 15);
     141      this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
    129142      this.ProblemFileLabel.Name = "ProblemFileLabel";
    130143      this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
     
    134147      // ProblemTextBox
    135148      //
    136       this.ProblemTextBox.Location = new System.Drawing.Point(85, 12);
     149      this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     150                  | System.Windows.Forms.AnchorStyles.Right)));
     151      this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
    137152      this.ProblemTextBox.Name = "ProblemTextBox";
    138153      this.ProblemTextBox.ReadOnly = true;
    139       this.ProblemTextBox.Size = new System.Drawing.Size(212, 20);
     154      this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
    140155      this.ProblemTextBox.TabIndex = 9;
    141156      //
     
    143158      //
    144159      this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
     160      //
     161      // DateTimeFormatComboBox
     162      //
     163      this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     164                  | System.Windows.Forms.AnchorStyles.Right)));
     165      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     166      this.DateTimeFormatComboBox.FormattingEnabled = true;
     167      this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73);
     168      this.DateTimeFormatComboBox.Name = "DateTimeFormatComboBox";
     169      this.DateTimeFormatComboBox.Size = new System.Drawing.Size(300, 21);
     170      this.DateTimeFormatComboBox.TabIndex = 15;
     171      this.DateTimeFormatComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
     172      //
     173      // DecimalSeparatorComboBox
     174      //
     175      this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     176                  | System.Windows.Forms.AnchorStyles.Right)));
     177      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     178      this.DecimalSeparatorComboBox.FormattingEnabled = true;
     179      this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46);
     180      this.DecimalSeparatorComboBox.Name = "DecimalSeparatorComboBox";
     181      this.DecimalSeparatorComboBox.Size = new System.Drawing.Size(300, 21);
     182      this.DecimalSeparatorComboBox.TabIndex = 14;
     183      this.DecimalSeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
     184      //
     185      // DateTimeFormatLabel
     186      //
     187      this.DateTimeFormatLabel.AutoSize = true;
     188      this.DateTimeFormatLabel.Location = new System.Drawing.Point(6, 76);
     189      this.DateTimeFormatLabel.Name = "DateTimeFormatLabel";
     190      this.DateTimeFormatLabel.Size = new System.Drawing.Size(91, 13);
     191      this.DateTimeFormatLabel.TabIndex = 13;
     192      this.DateTimeFormatLabel.Text = "DateTime Format:";
     193      //
     194      // DecimalSeperatorLabel
     195      //
     196      this.DecimalSeperatorLabel.AutoSize = true;
     197      this.DecimalSeperatorLabel.Location = new System.Drawing.Point(6, 49);
     198      this.DecimalSeperatorLabel.Name = "DecimalSeperatorLabel";
     199      this.DecimalSeperatorLabel.Size = new System.Drawing.Size(97, 13);
     200      this.DecimalSeperatorLabel.TabIndex = 12;
     201      this.DecimalSeperatorLabel.Text = "Decimal Separator:";
     202      //
     203      // SeparatorLabel
     204      //
     205      this.SeparatorLabel.AutoSize = true;
     206      this.SeparatorLabel.Location = new System.Drawing.Point(6, 22);
     207      this.SeparatorLabel.Name = "SeparatorLabel";
     208      this.SeparatorLabel.Size = new System.Drawing.Size(56, 13);
     209      this.SeparatorLabel.TabIndex = 11;
     210      this.SeparatorLabel.Text = "Separator:";
     211      //
     212      // SeparatorComboBox
     213      //
     214      this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     215                  | System.Windows.Forms.AnchorStyles.Right)));
     216      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     217      this.SeparatorComboBox.FormattingEnabled = true;
     218      this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19);
     219      this.SeparatorComboBox.Name = "SeparatorComboBox";
     220      this.SeparatorComboBox.Size = new System.Drawing.Size(300, 21);
     221      this.SeparatorComboBox.TabIndex = 10;
     222      this.SeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
     223      //
     224      // CSVSettingsGroupBox
     225      //
     226      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     227                  | System.Windows.Forms.AnchorStyles.Right)));
     228      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoLabel);
     229      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoLabel);
     230      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorInfoLabel);
     231      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorComboBox);
     232      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatComboBox);
     233      this.CSVSettingsGroupBox.Controls.Add(this.SeparatorLabel);
     234      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorComboBox);
     235      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeperatorLabel);
     236      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatLabel);
     237      this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32);
     238      this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox";
     239      this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 105);
     240      this.CSVSettingsGroupBox.TabIndex = 16;
     241      this.CSVSettingsGroupBox.TabStop = false;
     242      this.CSVSettingsGroupBox.Text = "CSV Settings";
     243      //
     244      // DateTimeFormatInfoLabel
     245      //
     246      this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     247      this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
     248      this.DateTimeFormatInfoLabel.Name = "DateTime Format Info";
     249      this.DateTimeFormatInfoLabel.Size = new System.Drawing.Size(16, 16);
     250      this.DateTimeFormatInfoLabel.TabIndex = 23;
     251      this.DateTimeFormatInfoLabel.Tag = "Select the date time format used in the csv file";
     252      this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     253      this.DateTimeFormatInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
     254      //
     255      // DecimalSeparatorInfoLabel
     256      //
     257      this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     258      this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
     259      this.DecimalSeparatorInfoLabel.Name = "Decimal Separator Info";
     260      this.DecimalSeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
     261      this.DecimalSeparatorInfoLabel.TabIndex = 22;
     262      this.DecimalSeparatorInfoLabel.Tag = "Select the decimal separator used to for double values";
     263      this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     264      this.DecimalSeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
     265      //
     266      // SeparatorInfoLabel
     267      //
     268      this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     269      this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
     270      this.SeparatorInfoLabel.Name = "Separator Info";
     271      this.SeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
     272      this.SeparatorInfoLabel.TabIndex = 21;
     273      this.SeparatorInfoLabel.Tag = "Select the separator used to separate columns in the csv file.";
     274      this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     275      this.SeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
     276      //
     277      // ProblemDataSettingsGroupBox
     278      //
     279      this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     280                  | System.Windows.Forms.AnchorStyles.Left)
     281                  | System.Windows.Forms.AnchorStyles.Right)));
     282      this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
     283      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffelInfoLabel);
     284      this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel);
     285      this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel);
     286      this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix);
     287      this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel);
     288      this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
     289      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox);
     290      this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 143);
     291      this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
     292      this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 258);
     293      this.ProblemDataSettingsGroupBox.TabIndex = 17;
     294      this.ProblemDataSettingsGroupBox.TabStop = false;
     295      this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
     296      //
     297      // ErrorTextBox
     298      //
     299      this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
     300      this.ErrorTextBox.Multiline = true;
     301      this.ErrorTextBox.Name = "ErrorTextBox";
     302      this.ErrorTextBox.Size = new System.Drawing.Size(435, 73);
     303      this.ErrorTextBox.TabIndex = 0;
     304      this.ErrorTextBox.Visible = false;
     305      //
     306      // ShuffelInfoLabel
     307      //
     308      this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
     309      this.ShuffelInfoLabel.Name = "Shuffle Info";
     310      this.ShuffelInfoLabel.Size = new System.Drawing.Size(16, 16);
     311      this.ShuffelInfoLabel.TabIndex = 8;
     312      this.ShuffelInfoLabel.Tag = "Check, if the importat data should be shuffled";
     313      this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     314      this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
     315      //
     316      // PreviewLabel
     317      //
     318      this.PreviewLabel.AutoSize = true;
     319      this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
     320      this.PreviewLabel.Name = "PreviewLabel";
     321      this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
     322      this.PreviewLabel.TabIndex = 7;
     323      this.PreviewLabel.Text = "Preview";
     324      //
     325      // PreviewDatasetMatrix
     326      //
     327      this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     328                  | System.Windows.Forms.AnchorStyles.Left)
     329                  | System.Windows.Forms.AnchorStyles.Right)));
     330      this.PreviewDatasetMatrix.Caption = "Dataset Preview";
     331      this.PreviewDatasetMatrix.Content = null;
     332      this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
     333      this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
     334      this.PreviewDatasetMatrix.ReadOnly = true;
     335      this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
     336      this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
     337      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 144);
     338      this.PreviewDatasetMatrix.TabIndex = 0;
    145339      //
    146340      // DataAnalysisImportTypeDialog
     
    149343      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    150344      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    151       this.ClientSize = new System.Drawing.Size(339, 179);
     345      this.ClientSize = new System.Drawing.Size(471, 442);
    152346      this.ControlBox = false;
     347      this.Controls.Add(this.ProblemDataSettingsGroupBox);
     348      this.Controls.Add(this.CSVSettingsGroupBox);
    153349      this.Controls.Add(this.ProblemTextBox);
    154       this.Controls.Add(this.openFileButton);
     350      this.Controls.Add(this.OpenFileButton);
    155351      this.Controls.Add(this.ProblemFileLabel);
    156352      this.Controls.Add(this.CancelButton);
    157353      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;
    161354      this.MaximizeBox = false;
    162355      this.MinimizeBox = false;
     
    166359      this.Text = "CSV Import";
    167360      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
    168       this.TrainingTestGroupBox.ResumeLayout(false);
    169       this.TrainingTestGroupBox.PerformLayout();
     361      this.CSVSettingsGroupBox.ResumeLayout(false);
     362      this.CSVSettingsGroupBox.PerformLayout();
     363      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
     364      this.ProblemDataSettingsGroupBox.PerformLayout();
    170365      this.ResumeLayout(false);
    171366      this.PerformLayout();
     
    178373    protected System.Windows.Forms.Button OkButton;
    179374    protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
    180     protected System.Windows.Forms.GroupBox TrainingTestGroupBox;
    181375    protected System.Windows.Forms.Label TestLabel;
    182376    protected System.Windows.Forms.Label TrainingLabel;
     
    184378    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    185379    protected System.Windows.Forms.Label ProblemFileLabel;
    186     protected System.Windows.Forms.Button openFileButton;
     380    protected System.Windows.Forms.Button OpenFileButton;
    187381    protected System.Windows.Forms.TextBox ProblemTextBox;
    188 
     382    protected System.Windows.Forms.ComboBox DateTimeFormatComboBox;
     383    protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox;
     384    protected System.Windows.Forms.Label DateTimeFormatLabel;
     385    protected System.Windows.Forms.Label DecimalSeperatorLabel;
     386    protected System.Windows.Forms.Label SeparatorLabel;
     387    protected System.Windows.Forms.ComboBox SeparatorComboBox;
     388    protected System.Windows.Forms.GroupBox CSVSettingsGroupBox;
     389    protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
     390    protected System.Windows.Forms.TextBox ErrorTextBox;
     391    protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
     392    protected System.Windows.Forms.Label PreviewLabel;
     393    protected System.Windows.Forms.Label SeparatorInfoLabel;
     394    protected System.Windows.Forms.Label DateTimeFormatInfoLabel;
     395    protected System.Windows.Forms.Label DecimalSeparatorInfoLabel;
     396    protected System.Windows.Forms.Label ShuffelInfoLabel;
     397    protected System.Windows.Forms.ToolTip ToolTip;
    189398  }
    190399}
Note: See TracChangeset for help on using the changeset viewer.