Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/18 13:52:40 (6 years ago)
Author:
pfleck
Message:

#2845 reverted the last merge (r16307) because some revisions were missing

Location:
branches/2845_EnhancedProgress
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2845_EnhancedProgress

  • branches/2845_EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Views

  • branches/2845_EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs

    r16307 r16308  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    1919 */
    2020#endregion
    21 
    2221namespace HeuristicLab.Problems.DataAnalysis.Views {
    2322  partial class RegressionSolutionVariableImpactsView {
     
    4544    /// </summary>
    4645    private void InitializeComponent() {
    47       this.ascendingCheckBox = new System.Windows.Forms.CheckBox();
    48       this.sortByLabel = new System.Windows.Forms.Label();
    49       this.sortByComboBox = new System.Windows.Forms.ComboBox();
     46      this.variableImactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
     47      this.dataPartitionComboBox = new System.Windows.Forms.ComboBox();
     48      this.dataPartitionLabel = new System.Windows.Forms.Label();
     49      this.numericVarReplacementLabel = new System.Windows.Forms.Label();
     50      this.replacementComboBox = new System.Windows.Forms.ComboBox();
     51      this.factorVarReplacementLabel = new System.Windows.Forms.Label();
    5052      this.factorVarReplComboBox = new System.Windows.Forms.ComboBox();
    51       this.factorVarReplacementLabel = new System.Windows.Forms.Label();
    52       this.replacementComboBox = new System.Windows.Forms.ComboBox();
    53       this.numericVarReplacementLabel = new System.Windows.Forms.Label();
    54       this.dataPartitionLabel = new System.Windows.Forms.Label();
    55       this.dataPartitionComboBox = new System.Windows.Forms.ComboBox();
    56       this.variableImactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
    5753      this.SuspendLayout();
    5854      //
    59       // ascendingCheckBox
     55      // variableImactsArrayView
    6056      //
    61       this.ascendingCheckBox.AutoSize = true;
    62       this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6);
    63       this.ascendingCheckBox.Name = "ascendingCheckBox";
    64       this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
    65       this.ascendingCheckBox.TabIndex = 7;
    66       this.ascendingCheckBox.Text = "Ascending";
    67       this.ascendingCheckBox.UseVisualStyleBackColor = true;
    68       this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged);
     57      this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     58            | System.Windows.Forms.AnchorStyles.Left)
     59            | System.Windows.Forms.AnchorStyles.Right)));
     60      this.variableImactsArrayView.Caption = "StringConvertibleArray View";
     61      this.variableImactsArrayView.Content = null;
     62      this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84);
     63      this.variableImactsArrayView.Name = "variableImactsArrayView";
     64      this.variableImactsArrayView.ReadOnly = true;
     65      this.variableImactsArrayView.Size = new System.Drawing.Size(363, 278);
     66      this.variableImactsArrayView.TabIndex = 2;
    6967      //
    70       // sortByLabel
     68      // dataPartitionComboBox
    7169      //
    72       this.sortByLabel.AutoSize = true;
    73       this.sortByLabel.Location = new System.Drawing.Point(324, 6);
    74       this.sortByLabel.Name = "sortByLabel";
    75       this.sortByLabel.Size = new System.Drawing.Size(77, 13);
    76       this.sortByLabel.TabIndex = 4;
    77       this.sortByLabel.Text = "Sorting criteria:";
     70      this.dataPartitionComboBox.FormattingEnabled = true;
     71      this.dataPartitionComboBox.Items.AddRange(new object[] {
     72            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
     73            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
     74            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
     75      this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3);
     76      this.dataPartitionComboBox.Name = "dataPartitionComboBox";
     77      this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
     78      this.dataPartitionComboBox.TabIndex = 1;
     79      this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
    7880      //
    79       // sortByComboBox
     81      // dataPartitionLabel
    8082      //
    81       this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    82       this.sortByComboBox.FormattingEnabled = true;
    83       this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
    84       this.sortByComboBox.Name = "sortByComboBox";
    85       this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
    86       this.sortByComboBox.TabIndex = 5;
    87       this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
     83      this.dataPartitionLabel.AutoSize = true;
     84      this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
     85      this.dataPartitionLabel.Name = "dataPartitionLabel";
     86      this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
     87      this.dataPartitionLabel.TabIndex = 0;
     88      this.dataPartitionLabel.Text = "Data partition:";
    8889      //
    89       // factorVarReplComboBox
     90      // numericVarReplacementLabel
    9091      //
    91       this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    92       this.factorVarReplComboBox.FormattingEnabled = true;
    93       this.factorVarReplComboBox.Items.AddRange(new object[] {
    94             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best,
    95             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode,
    96             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle});
    97       this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57);
    98       this.factorVarReplComboBox.Name = "factorVarReplComboBox";
    99       this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21);
    100       this.factorVarReplComboBox.TabIndex = 1;
    101       this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
    102       //
    103       // factorVarReplacementLabel
    104       //
    105       this.factorVarReplacementLabel.AutoSize = true;
    106       this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60);
    107       this.factorVarReplacementLabel.Name = "factorVarReplacementLabel";
    108       this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13);
    109       this.factorVarReplacementLabel.TabIndex = 0;
    110       this.factorVarReplacementLabel.Text = "Replacement for categorical variables:";
     92      this.numericVarReplacementLabel.AutoSize = true;
     93      this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33);
     94      this.numericVarReplacementLabel.Name = "numericVarReplacementLabel";
     95      this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13);
     96      this.numericVarReplacementLabel.TabIndex = 2;
     97      this.numericVarReplacementLabel.Text = "Replacement for numeric variables:";
    11198      //
    11299      // replacementComboBox
    113100      //
    114       this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    115101      this.replacementComboBox.FormattingEnabled = true;
    116102      this.replacementComboBox.Items.AddRange(new object[] {
     
    125111      this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
    126112      //
    127       // numericVarReplacementLabel
     113      // factorVarReplacementLabel
    128114      //
    129       this.numericVarReplacementLabel.AutoSize = true;
    130       this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33);
    131       this.numericVarReplacementLabel.Name = "numericVarReplacementLabel";
    132       this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13);
    133       this.numericVarReplacementLabel.TabIndex = 2;
    134       this.numericVarReplacementLabel.Text = "Replacement for numeric variables:";
     115      this.factorVarReplacementLabel.AutoSize = true;
     116      this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60);
     117      this.factorVarReplacementLabel.Name = "factorVarReplacementLabel";
     118      this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13);
     119      this.factorVarReplacementLabel.TabIndex = 0;
     120      this.factorVarReplacementLabel.Text = "Replacement for categorical variables:";
    135121      //
    136       // dataPartitionLabel
     122      // factorVarReplComboBox
    137123      //
    138       this.dataPartitionLabel.AutoSize = true;
    139       this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
    140       this.dataPartitionLabel.Name = "dataPartitionLabel";
    141       this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
    142       this.dataPartitionLabel.TabIndex = 0;
    143       this.dataPartitionLabel.Text = "Data partition:";
    144       //
    145       // dataPartitionComboBox
    146       //
    147       this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    148       this.dataPartitionComboBox.FormattingEnabled = true;
    149       this.dataPartitionComboBox.Items.AddRange(new object[] {
    150             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
    151             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
    152             HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
    153       this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3);
    154       this.dataPartitionComboBox.Name = "dataPartitionComboBox";
    155       this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
    156       this.dataPartitionComboBox.TabIndex = 1;
    157       this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
    158       //
    159       // variableImactsArrayView
    160       //
    161       this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    162             | System.Windows.Forms.AnchorStyles.Left)
    163             | System.Windows.Forms.AnchorStyles.Right)));
    164       this.variableImactsArrayView.Caption = "StringConvertibleArray View";
    165       this.variableImactsArrayView.Content = null;
    166       this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84);
    167       this.variableImactsArrayView.Name = "variableImactsArrayView";
    168       this.variableImactsArrayView.ReadOnly = true;
    169       this.variableImactsArrayView.Size = new System.Drawing.Size(706, 278);
    170       this.variableImactsArrayView.TabIndex = 2;
     124      this.factorVarReplComboBox.FormattingEnabled = true;
     125      this.factorVarReplComboBox.Items.AddRange(new object[] {
     126            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best,
     127            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode,
     128            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle});
     129      this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57);
     130      this.factorVarReplComboBox.Name = "factorVarReplComboBox";
     131      this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21);
     132      this.factorVarReplComboBox.TabIndex = 1;
     133      this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
    171134      //
    172135      // RegressionSolutionVariableImpactsView
     
    174137      this.AllowDrop = true;
    175138      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    176       this.Controls.Add(this.ascendingCheckBox);
    177       this.Controls.Add(this.sortByLabel);
    178       this.Controls.Add(this.sortByComboBox);
    179139      this.Controls.Add(this.factorVarReplComboBox);
    180140      this.Controls.Add(this.factorVarReplacementLabel);
     
    185145      this.Controls.Add(this.variableImactsArrayView);
    186146      this.Name = "RegressionSolutionVariableImpactsView";
    187       this.Size = new System.Drawing.Size(712, 365);
     147      this.Size = new System.Drawing.Size(369, 365);
    188148      this.ResumeLayout(false);
    189149      this.PerformLayout();
     
    200160    private System.Windows.Forms.Label factorVarReplacementLabel;
    201161    private System.Windows.Forms.ComboBox factorVarReplComboBox;
    202     private System.Windows.Forms.Label sortByLabel;
    203     private System.Windows.Forms.ComboBox sortByComboBox;
    204     private System.Windows.Forms.CheckBox ascendingCheckBox;
    205162  }
    206163}
Note: See TracChangeset for help on using the changeset viewer.