Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/14 12:35:00 (10 years ago)
Author:
ascheibe
Message:

reverted last commit

Location:
branches/HiveStatistics/sources
Files:
10 deleted
13 edited
8 copied

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources

  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views

  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportTypeDialog.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    6262      // OkButton
    6363      //
    64       this.OkButton.Location = new System.Drawing.Point(303, 482);
     64      this.OkButton.Location = new System.Drawing.Point(303, 464);
    6565      //
    6666      // TrainingTestTrackBar
     
    7878      // CancelationButton
    7979      //
    80       this.CancelationButton.Location = new System.Drawing.Point(384, 482);
     80      this.CancelationButton.Location = new System.Drawing.Point(384, 464);
    8181      //
    8282      // ProblemDataSettingsGroupBox
     
    8787      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
    8888      this.ProblemDataSettingsGroupBox.Controls.Add(this.UniformDistributionOfClassesCheckbox);
    89       this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 312);
     89      this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 315);
    9090      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.UniformDistributionOfClassesCheckbox, 0);
    9191      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
     
    110110      //
    111111      this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 134);
    112       this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 172);
     112      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 175);
    113113      //
    114114      // PreviewLabel
     
    118118      // TargetVariableComboBox
    119119      //
    120       this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     120      this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    121121            | System.Windows.Forms.AnchorStyles.Right)));
    122122      this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    178178      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    179179      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    180       this.ClientSize = new System.Drawing.Size(471, 517);
     180      this.ClientSize = new System.Drawing.Size(471, 499);
    181181      this.Name = "ClassificationImportTypeDialog";
    182182      this.Text = "Classification CSV Import";
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportTypeDialog.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    7272      this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7373      this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
    74       this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
    7574      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
    7675      this.CSVSettingsGroupBox.SuspendLayout();
     
    9190      // OkButton
    9291      //
    93       this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     92      this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    9493      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    9594      this.OkButton.Enabled = false;
    96       this.OkButton.Location = new System.Drawing.Point(303, 422);
     95      this.OkButton.Location = new System.Drawing.Point(303, 407);
    9796      this.OkButton.Name = "OkButton";
    9897      this.OkButton.Size = new System.Drawing.Size(75, 23);
     
    138137      this.CancelationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    139138      this.CancelationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    140       this.CancelationButton.Location = new System.Drawing.Point(384, 422);
     139      this.CancelationButton.Location = new System.Drawing.Point(384, 407);
    141140      this.CancelationButton.Name = "CancelationButton";
    142141      this.CancelationButton.Size = new System.Drawing.Size(75, 23);
     
    184183            | System.Windows.Forms.AnchorStyles.Right)));
    185184      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    186       this.DateTimeFormatComboBox.Enabled = false;
    187185      this.DateTimeFormatComboBox.FormattingEnabled = true;
    188186      this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73);
     
    197195            | System.Windows.Forms.AnchorStyles.Right)));
    198196      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    199       this.DecimalSeparatorComboBox.Enabled = false;
    200197      this.DecimalSeparatorComboBox.FormattingEnabled = true;
    201198      this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46);
     
    237234            | System.Windows.Forms.AnchorStyles.Right)));
    238235      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    239       this.SeparatorComboBox.Enabled = false;
    240236      this.SeparatorComboBox.FormattingEnabled = true;
    241237      this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19);
     
    249245      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    250246            | System.Windows.Forms.AnchorStyles.Right)));
    251       this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames);
    252247      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoLabel);
    253248      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoLabel);
     
    261256      this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32);
    262257      this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox";
    263       this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 126);
     258      this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 105);
    264259      this.CSVSettingsGroupBox.TabIndex = 16;
    265260      this.CSVSettingsGroupBox.TabStop = false;
     
    315310      this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
    316311      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox);
    317       this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 164);
     312      this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 143);
    318313      this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
    319       this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 252);
     314      this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 258);
    320315      this.ProblemDataSettingsGroupBox.TabIndex = 17;
    321316      this.ProblemDataSettingsGroupBox.TabStop = false;
     
    324319      // ErrorTextBox
    325320      //
    326       this.ErrorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
    327321      this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
    328322      this.ErrorTextBox.Multiline = true;
     
    330324      this.ErrorTextBox.Size = new System.Drawing.Size(435, 73);
    331325      this.ErrorTextBox.TabIndex = 0;
    332       this.ErrorTextBox.Text = "Open a CSV File";
    333326      this.ErrorTextBox.Visible = false;
    334327      //
     
    365358      this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
    366359      this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
    367       this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138);
     360      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 144);
    368361      this.PreviewDatasetMatrix.TabIndex = 0;
    369       //
    370       // CheckboxColumnNames
    371       //
    372       this.CheckboxColumnNames.AutoSize = true;
    373       this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);
    374       this.CheckboxColumnNames.Name = "CheckboxColumnNames";
    375       this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
    376       this.CheckboxColumnNames.TabIndex = 24;
    377       this.CheckboxColumnNames.Text = "Column names in first line";
    378       this.CheckboxColumnNames.UseVisualStyleBackColor = true;
    379       this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
    380362      //
    381363      // DataAnalysisImportTypeDialog
     
    384366      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    385367      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    386       this.ClientSize = new System.Drawing.Size(471, 457);
     368      this.ClientSize = new System.Drawing.Size(471, 442);
     369      this.ControlBox = false;
    387370      this.Controls.Add(this.ProblemDataSettingsGroupBox);
    388371      this.Controls.Add(this.CSVSettingsGroupBox);
     
    436419    protected System.Windows.Forms.Label ShuffelInfoLabel;
    437420    protected System.Windows.Forms.ToolTip ToolTip;
    438     private System.Windows.Forms.CheckBox CheckboxColumnNames;
    439421  }
    440422}
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323using System.Collections.Generic;
    2424using System.Globalization;
    25 using System.IO;
    2625using System.Linq;
    2726using System.Windows.Forms;
     
    3938    };
    4039
    41     public static readonly List<KeyValuePair<char, string>> POSSIBLE_SEPARATORS = new List<KeyValuePair<char, string>>{ 
     40    public static readonly List<KeyValuePair<char, string>> POSSIBLE_SEPARATORS = new List<KeyValuePair<char, string>>{
     41      new KeyValuePair<char, string>(',', ", (Comma)" ),
    4242      new KeyValuePair<char, string>(';', "; (Semicolon)" ),
    43       new KeyValuePair<char, string>(',', ", (Comma)" ),   
    44       new KeyValuePair<char, string>('\t', "\\t (Tab)"),
    45       new KeyValuePair<char, string>((char)0, "all whitespaces (including tabs and spaces)")
     43      new KeyValuePair<char, string>('\t', "\\t (Tab)")
    4644    };
    4745
    4846    public static readonly List<KeyValuePair<NumberFormatInfo, string>> POSSIBLE_DECIMAL_SEPARATORS = new List<KeyValuePair<NumberFormatInfo, string>>{
    49       new KeyValuePair<NumberFormatInfo, string>(NumberFormatInfo.GetInstance(new CultureInfo("de-DE")), ", (Comma)"),
    50       new KeyValuePair<NumberFormatInfo, string>(NumberFormatInfo.InvariantInfo, ". (Period)" )   
     47      new KeyValuePair<NumberFormatInfo, string>(NumberFormatInfo.InvariantInfo, ". (Period)" ),
     48      new KeyValuePair<NumberFormatInfo, string>(NumberFormatInfo.GetInstance(new CultureInfo("de-DE")), ", (Comma)" )     
    5149    };
    5250
     
    6967          Separator = (char)SeparatorComboBox.SelectedValue,
    7068          NumberFormatInfo = (NumberFormatInfo)DecimalSeparatorComboBox.SelectedValue,
    71           DateTimeFormatInfo = (DateTimeFormatInfo)DateTimeFormatComboBox.SelectedValue,
    72           VariableNamesAvailable = CheckboxColumnNames.Checked
     69          DateTimeFormatInfo = (DateTimeFormatInfo)DateTimeFormatComboBox.SelectedValue
    7370        };
    7471      }
     
    9794      if (openFileDialog.ShowDialog(this) != DialogResult.OK) return;
    9895
    99       SeparatorComboBox.Enabled = true;
    100       DecimalSeparatorComboBox.Enabled = true;
    101       DateTimeFormatComboBox.Enabled = true;
    10296      ProblemTextBox.Text = openFileDialog.FileName;
    103       TableFileParser csvParser = new TableFileParser();
    104       CheckboxColumnNames.Checked = csvParser.AreColumnNamesInFirstLine(ProblemTextBox.Text,
    105                                                                       (NumberFormatInfo)DecimalSeparatorComboBox.SelectedValue,
    106                                                                       (DateTimeFormatInfo)DateTimeFormatComboBox.SelectedValue,
    107                                                                       (char)SeparatorComboBox.SelectedValue);
    10897      ParseCSVFile();
    10998    }
    11099
    111100    protected virtual void CSVFormatComboBoxSelectionChangeCommitted(object sender, EventArgs e) {
    112       if (string.IsNullOrEmpty(ProblemTextBox.Text)) return;
    113 
    114       ParseCSVFile();
    115     }
    116 
    117     protected virtual void CheckboxColumnNames_CheckedChanged(object sender, EventArgs e) {
    118101      if (string.IsNullOrEmpty(ProblemTextBox.Text)) return;
    119102
     
    128111                        (NumberFormatInfo)DecimalSeparatorComboBox.SelectedValue,
    129112                        (DateTimeFormatInfo)DateTimeFormatComboBox.SelectedValue,
    130                         (char)SeparatorComboBox.SelectedValue,
    131                         CheckboxColumnNames.Checked);
     113                        (char)SeparatorComboBox.SelectedValue);
    132114        IEnumerable<string> variableNamesWithType = GetVariableNamesWithType(csvParser);
    133115        PreviewDatasetMatrix.Content = new Dataset(variableNamesWithType, csvParser.Values);
     
    140122      }
    141123      catch (Exception ex) {
    142         if (ex is IOException || ex is InvalidOperationException || ex is ArgumentException || ex is TableFileParser.DataFormatException) {
    143           OkButton.Enabled = false;
    144           ErrorTextBox.Text = ex.Message;
    145           ErrorTextBox.Visible = true;
    146         } else {
    147           throw;
    148         }
     124        OkButton.Enabled = false;
     125        ErrorTextBox.Text = ex.Message;
     126        ErrorTextBox.Visible = true;
    149127      }
    150128    }
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r11202 r11203  
    9292      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
    9393    </Compile>
    94     <Compile Include="ClassificationInstanceProviderView.cs">
    95       <SubType>UserControl</SubType>
    96     </Compile>
    97     <Compile Include="ClassificationInstanceProviderView.Designer.cs">
    98       <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon>
    99     </Compile>
    100     <Compile Include="ClusteringInstanceProviderView.cs">
    101       <SubType>UserControl</SubType>
    102     </Compile>
    103     <Compile Include="ClusteringInstanceProviderView.Designer.cs">
    104       <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon>
     94    <Compile Include="ClassificationInstanceConsumerView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
     98      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
    10599    </Compile>
    106100    <Compile Include="TimeSeriesPrognosisImportTypeDialog.cs">
     
    110104      <DependentUpon>TimeSeriesPrognosisImportTypeDialog.cs</DependentUpon>
    111105    </Compile>
    112     <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115     <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
    116       <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
     106    <Compile Include="TimeSeriesPrognosisInstanceConsumerView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="TimeSeriesPrognosisInstanceConsumerView.Designer.cs">
     110      <DependentUpon>TimeSeriesPrognosisInstanceConsumerView.cs</DependentUpon>
    117111    </Compile>
    118112    <Compile Include="DataAnalysisImportTypeDialog.cs">
     
    122116      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
    123117    </Compile>
    124     <Compile Include="DataAnalysisInstanceProviderView.cs">
    125       <SubType>UserControl</SubType>
    126     </Compile>
    127     <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
    128       <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
     118    <Compile Include="DataAnalysisInstanceConsumerView.cs">
     119      <SubType>UserControl</SubType>
     120    </Compile>
     121    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
     122      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
    129123    </Compile>
    130124    <Compile Include="Plugin.cs" />
     
    135129      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
    136130    </Compile>
    137     <Compile Include="RegressionInstanceProviderView.cs">
    138       <SubType>UserControl</SubType>
    139     </Compile>
    140     <Compile Include="RegressionInstanceProviderView.Designer.cs">
    141       <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
     131    <Compile Include="RegressionInstanceConsumerView.cs">
     132      <SubType>UserControl</SubType>
     133    </Compile>
     134    <Compile Include="RegressionInstanceConsumerView.Designer.cs">
     135      <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
    142136    </Compile>
    143137    <None Include="HeuristicLab.snk" />
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/Plugin.cs.frame

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323
    2424namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    25   [Plugin("HeuristicLab.Problems.Instances.DataAnalysis.Views", "3.3.10.$WCREV$")]
     25  [Plugin("HeuristicLab.Problems.Instances.DataAnalysis.Views", "3.3.7.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/Properties/AssemblyInfo.cs.frame

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    3232[assembly: AssemblyCompany("HEAL")]
    3333[assembly: AssemblyProduct("HeuristicLab")]
    34 [assembly: AssemblyCopyright("(c) 2002-2014 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2012 HEAL")]
    3535[assembly: AssemblyTrademark("")]
    3636[assembly: AssemblyCulture("")]
     
    5555// [assembly: AssemblyVersion("1.0.*")]
    5656[assembly: AssemblyVersion("3.3.0.0")]
    57 [assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
     57[assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionImportTypeDialog.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    5353      this.SuspendLayout();
    5454      //
    55       // OkButton
    56       //
    57       this.OkButton.Location = new System.Drawing.Point(303, 421);
    58       //
    59       // CancelationButton
    60       //
    61       this.CancelationButton.Location = new System.Drawing.Point(384, 421);
    62       //
    6355      // ProblemDataSettingsGroupBox
    6456      //
     
    6658      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
    6759      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
    68       this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 251);
    6960      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
    7061      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
     
    115106      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    116107      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    117       this.ClientSize = new System.Drawing.Size(471, 456);
     108      this.ClientSize = new System.Drawing.Size(471, 442);
    118109      this.Name = "RegressionImportTypeDialog";
    119110      this.Text = "Regression CSV Import";
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionImportTypeDialog.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    5959      this.ShuffleDataCheckbox.Visible = false;
    6060      //
    61       // OkButton
    62       //
    63       this.OkButton.Location = new System.Drawing.Point(303, 407);
    64       //
    65       // CancelationButton
    66       //
    67       this.CancelationButton.Location = new System.Drawing.Point(384, 407);
    68       //
    6961      // ProblemDataSettingsGroupBox
    7062      //
     
    7264      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
    7365      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
    74       this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 237);
    7566      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
    7667      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
     
    8980      this.ErrorTextBox.Location = new System.Drawing.Point(6, 19);
    9081      this.ErrorTextBox.Size = new System.Drawing.Size(435, 69);
    91       //
    92       // PreviewDatasetMatrix
    93       //
    94       this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 123);
    9582      //
    9683      // SeparatorInfoLabel
     
    114101      // TargetVariableComboBox
    115102      //
    116       this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     103      this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    117104            | System.Windows.Forms.AnchorStyles.Right)));
    118105      this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  • branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
Note: See TracChangeset for help on using the changeset viewer.