Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/12 16:43:08 (11 years ago)
Author:
sforsten
Message:

#1942:

  • implemented changes suggested by mkommend in comment:15:ticket:1942 except the first remark
  • TimeSeriesPrognosisInstanceProvider has been adapted to work similar to other DataAnalysisInstanceProvider, also views have been created for it
File:
1 edited

Legend:

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

    r8877 r8885  
    1 
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
    222namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    323  partial class DataAnalysisImportTypeDialog {
     
    2646    private void InitializeComponent() {
    2747      this.components = new System.ComponentModel.Container();
    28       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog));
    2948      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
    3049      this.OkButton = new System.Windows.Forms.Button();
     
    3251      this.TestLabel = new System.Windows.Forms.Label();
    3352      this.TrainingLabel = new System.Windows.Forms.Label();
    34       this.CancelButton = new System.Windows.Forms.Button();
     53      this.CancelationButton = new System.Windows.Forms.Button();
    3554      this.OpenFileButton = new System.Windows.Forms.Button();
    3655      this.ProblemFileLabel = new System.Windows.Forms.Label();
     
    7493      this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    7594      this.OkButton.Enabled = false;
    76       this.OkButton.Location = new System.Drawing.Point(87, 407);
     95      this.OkButton.Location = new System.Drawing.Point(303, 407);
    7796      this.OkButton.Name = "OkButton";
    7897      this.OkButton.Size = new System.Drawing.Size(75, 23);
     
    84103      //
    85104      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    86                   | System.Windows.Forms.AnchorStyles.Right)));
     105            | System.Windows.Forms.AnchorStyles.Right)));
    87106      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
    88107      this.TrainingTestTrackBar.Maximum = 100;
     
    114133      this.TrainingLabel.Text = "Training: 66 %";
    115134      //
    116       // CancelButton
    117       //
    118       this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    119       this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    120       this.CancelButton.Location = new System.Drawing.Point(318, 407);
    121       this.CancelButton.Name = "CancelButton";
    122       this.CancelButton.Size = new System.Drawing.Size(75, 23);
    123       this.CancelButton.TabIndex = 3;
    124       this.CancelButton.Text = "&Cancel";
    125       this.CancelButton.UseVisualStyleBackColor = true;
     135      // CancelationButton
     136      //
     137      this.CancelationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     138      this.CancelationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     139      this.CancelationButton.Location = new System.Drawing.Point(384, 407);
     140      this.CancelationButton.Name = "CancelationButton";
     141      this.CancelationButton.Size = new System.Drawing.Size(75, 23);
     142      this.CancelationButton.TabIndex = 3;
     143      this.CancelationButton.Text = "&Cancel";
     144      this.CancelationButton.UseVisualStyleBackColor = true;
    126145      //
    127146      // OpenFileButton
     
    148167      //
    149168      this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    150                   | System.Windows.Forms.AnchorStyles.Right)));
     169            | System.Windows.Forms.AnchorStyles.Right)));
    151170      this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
    152171      this.ProblemTextBox.Name = "ProblemTextBox";
     
    162181      //
    163182      this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    164                   | System.Windows.Forms.AnchorStyles.Right)));
     183            | System.Windows.Forms.AnchorStyles.Right)));
    165184      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    166185      this.DateTimeFormatComboBox.FormattingEnabled = true;
     
    174193      //
    175194      this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    176                   | System.Windows.Forms.AnchorStyles.Right)));
     195            | System.Windows.Forms.AnchorStyles.Right)));
    177196      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    178197      this.DecimalSeparatorComboBox.FormattingEnabled = true;
     
    213232      //
    214233      this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    215                   | System.Windows.Forms.AnchorStyles.Right)));
     234            | System.Windows.Forms.AnchorStyles.Right)));
    216235      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    217236      this.SeparatorComboBox.FormattingEnabled = true;
     
    225244      //
    226245      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    227                   | System.Windows.Forms.AnchorStyles.Right)));
     246            | System.Windows.Forms.AnchorStyles.Right)));
    228247      this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoLabel);
    229248      this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoLabel);
     
    245264      //
    246265      this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     266      this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    247267      this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
    248       this.DateTimeFormatInfoLabel.Name = "DateTime Format Info";
     268      this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
    249269      this.DateTimeFormatInfoLabel.Size = new System.Drawing.Size(16, 16);
    250270      this.DateTimeFormatInfoLabel.TabIndex = 23;
    251271      this.DateTimeFormatInfoLabel.Tag = "Select the date time format used in the csv file";
    252       this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     272      this.ToolTip.SetToolTip(this.DateTimeFormatInfoLabel, "Select the date time format used in the csv file");
    253273      this.DateTimeFormatInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    254274      //
     
    256276      //
    257277      this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     278      this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    258279      this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
    259       this.DecimalSeparatorInfoLabel.Name = "Decimal Separator Info";
     280      this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
    260281      this.DecimalSeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
    261282      this.DecimalSeparatorInfoLabel.TabIndex = 22;
    262283      this.DecimalSeparatorInfoLabel.Tag = "Select the decimal separator used to for double values";
    263       this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     284      this.ToolTip.SetToolTip(this.DecimalSeparatorInfoLabel, "Select the decimal separator used to for double values");
    264285      this.DecimalSeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    265286      //
     
    267288      //
    268289      this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     290      this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    269291      this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
    270       this.SeparatorInfoLabel.Name = "Separator Info";
     292      this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
    271293      this.SeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
    272294      this.SeparatorInfoLabel.TabIndex = 21;
    273295      this.SeparatorInfoLabel.Tag = "Select the separator used to separate columns in the csv file.";
    274       this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     296      this.ToolTip.SetToolTip(this.SeparatorInfoLabel, "Select the separator used to separate columns in the csv file.");
    275297      this.SeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    276298      //
     
    278300      //
    279301      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)));
     302            | System.Windows.Forms.AnchorStyles.Left)
     303            | System.Windows.Forms.AnchorStyles.Right)));
    282304      this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
    283305      this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffelInfoLabel);
     
    306328      // ShuffelInfoLabel
    307329      //
     330      this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    308331      this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
    309       this.ShuffelInfoLabel.Name = "Shuffle Info";
     332      this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
    310333      this.ShuffelInfoLabel.Size = new System.Drawing.Size(16, 16);
    311334      this.ShuffelInfoLabel.TabIndex = 8;
    312335      this.ShuffelInfoLabel.Tag = "Check, if the importat data should be shuffled";
    313       this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     336      this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the importat data should be shuffled");
    314337      this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    315338      //
     
    326349      //
    327350      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)));
     351            | System.Windows.Forms.AnchorStyles.Left)
     352            | System.Windows.Forms.AnchorStyles.Right)));
    330353      this.PreviewDatasetMatrix.Caption = "Dataset Preview";
    331354      this.PreviewDatasetMatrix.Content = null;
     
    350373      this.Controls.Add(this.OpenFileButton);
    351374      this.Controls.Add(this.ProblemFileLabel);
    352       this.Controls.Add(this.CancelButton);
     375      this.Controls.Add(this.CancelationButton);
    353376      this.Controls.Add(this.OkButton);
    354377      this.MaximizeBox = false;
     
    375398    protected System.Windows.Forms.Label TestLabel;
    376399    protected System.Windows.Forms.Label TrainingLabel;
    377     protected System.Windows.Forms.Button CancelButton;
     400    protected System.Windows.Forms.Button CancelationButton;
    378401    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    379402    protected System.Windows.Forms.Label ProblemFileLabel;
Note: See TracChangeset for help on using the changeset viewer.