Changeset 16311 for branches/2845_EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
- Timestamp:
- 11/20/18 15:26:57 (6 years ago)
- Location:
- branches/2845_EnhancedProgress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2845_EnhancedProgress
- Property svn:mergeinfo changed
-
branches/2845_EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
-
branches/2845_EnhancedProgress/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 19 19 */ 20 20 #endregion 21 22 21 23 namespace HeuristicLab.Problems.DataAnalysis.Views { 22 24 partial class RegressionSolutionVariableImpactsView { … … 44 46 /// </summary> 45 47 private void InitializeComponent() { 48 this.ascendingCheckBox = new System.Windows.Forms.CheckBox(); 49 this.sortByLabel = new System.Windows.Forms.Label(); 50 this.sortByComboBox = new System.Windows.Forms.ComboBox(); 51 this.factorVarReplComboBox = new System.Windows.Forms.ComboBox(); 52 this.factorVarReplacementLabel = new System.Windows.Forms.Label(); 53 this.replacementComboBox = new System.Windows.Forms.ComboBox(); 54 this.numericVarReplacementLabel = new System.Windows.Forms.Label(); 55 this.dataPartitionLabel = new System.Windows.Forms.Label(); 56 this.dataPartitionComboBox = new System.Windows.Forms.ComboBox(); 46 57 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();52 this.factorVarReplComboBox = new System.Windows.Forms.ComboBox();53 58 this.SuspendLayout(); 54 59 // 55 // variableImactsArrayView 56 // 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; 67 // 68 // dataPartitionComboBox 69 // 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); 80 // 81 // dataPartitionLabel 82 // 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:"; 89 // 90 // numericVarReplacementLabel 91 // 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:"; 60 // ascendingCheckBox 61 // 62 this.ascendingCheckBox.AutoSize = true; 63 this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6); 64 this.ascendingCheckBox.Name = "ascendingCheckBox"; 65 this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17); 66 this.ascendingCheckBox.TabIndex = 7; 67 this.ascendingCheckBox.Text = "Ascending"; 68 this.ascendingCheckBox.UseVisualStyleBackColor = true; 69 this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged); 70 // 71 // sortByLabel 72 // 73 this.sortByLabel.AutoSize = true; 74 this.sortByLabel.Location = new System.Drawing.Point(324, 6); 75 this.sortByLabel.Name = "sortByLabel"; 76 this.sortByLabel.Size = new System.Drawing.Size(77, 13); 77 this.sortByLabel.TabIndex = 4; 78 this.sortByLabel.Text = "Sorting criteria:"; 79 // 80 // sortByComboBox 81 // 82 this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 83 this.sortByComboBox.FormattingEnabled = true; 84 this.sortByComboBox.Items.AddRange(new object[] { 85 HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.ImpactValue, 86 HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.Occurrence, 87 HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.VariableName}); 88 this.sortByComboBox.Location = new System.Drawing.Point(407, 3); 89 this.sortByComboBox.Name = "sortByComboBox"; 90 this.sortByComboBox.Size = new System.Drawing.Size(121, 21); 91 this.sortByComboBox.TabIndex = 5; 92 this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged); 93 // 94 // factorVarReplComboBox 95 // 96 this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 97 this.factorVarReplComboBox.FormattingEnabled = true; 98 this.factorVarReplComboBox.Items.AddRange(new object[] { 99 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best, 100 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode, 101 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle}); 102 this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57); 103 this.factorVarReplComboBox.Name = "factorVarReplComboBox"; 104 this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21); 105 this.factorVarReplComboBox.TabIndex = 1; 106 this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged); 107 // 108 // factorVarReplacementLabel 109 // 110 this.factorVarReplacementLabel.AutoSize = true; 111 this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60); 112 this.factorVarReplacementLabel.Name = "factorVarReplacementLabel"; 113 this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13); 114 this.factorVarReplacementLabel.TabIndex = 0; 115 this.factorVarReplacementLabel.Text = "Replacement for categorical variables:"; 98 116 // 99 117 // replacementComboBox 100 118 // 119 this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 101 120 this.replacementComboBox.FormattingEnabled = true; 102 121 this.replacementComboBox.Items.AddRange(new object[] { … … 111 130 this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged); 112 131 // 113 // factorVarReplacementLabel 114 // 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:"; 121 // 122 // factorVarReplComboBox 123 // 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); 132 // numericVarReplacementLabel 133 // 134 this.numericVarReplacementLabel.AutoSize = true; 135 this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33); 136 this.numericVarReplacementLabel.Name = "numericVarReplacementLabel"; 137 this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13); 138 this.numericVarReplacementLabel.TabIndex = 2; 139 this.numericVarReplacementLabel.Text = "Replacement for numeric variables:"; 140 // 141 // dataPartitionLabel 142 // 143 this.dataPartitionLabel.AutoSize = true; 144 this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6); 145 this.dataPartitionLabel.Name = "dataPartitionLabel"; 146 this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13); 147 this.dataPartitionLabel.TabIndex = 0; 148 this.dataPartitionLabel.Text = "Data partition:"; 149 // 150 // dataPartitionComboBox 151 // 152 this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 153 this.dataPartitionComboBox.FormattingEnabled = true; 154 this.dataPartitionComboBox.Items.AddRange(new object[] { 155 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training, 156 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test, 157 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All}); 158 this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3); 159 this.dataPartitionComboBox.Name = "dataPartitionComboBox"; 160 this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21); 161 this.dataPartitionComboBox.TabIndex = 1; 162 this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged); 163 // 164 // variableImactsArrayView 165 // 166 this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 167 | System.Windows.Forms.AnchorStyles.Left) 168 | System.Windows.Forms.AnchorStyles.Right))); 169 this.variableImactsArrayView.Caption = "StringConvertibleArray View"; 170 this.variableImactsArrayView.Content = null; 171 this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84); 172 this.variableImactsArrayView.Name = "variableImactsArrayView"; 173 this.variableImactsArrayView.ReadOnly = true; 174 this.variableImactsArrayView.Size = new System.Drawing.Size(706, 278); 175 this.variableImactsArrayView.TabIndex = 2; 134 176 // 135 177 // RegressionSolutionVariableImpactsView … … 137 179 this.AllowDrop = true; 138 180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 181 this.Controls.Add(this.ascendingCheckBox); 182 this.Controls.Add(this.sortByLabel); 183 this.Controls.Add(this.sortByComboBox); 139 184 this.Controls.Add(this.factorVarReplComboBox); 140 185 this.Controls.Add(this.factorVarReplacementLabel); … … 145 190 this.Controls.Add(this.variableImactsArrayView); 146 191 this.Name = "RegressionSolutionVariableImpactsView"; 147 this.Size = new System.Drawing.Size(369, 365); 192 this.Size = new System.Drawing.Size(712, 365); 193 this.VisibleChanged += new System.EventHandler(this.RegressionSolutionVariableImpactsView_VisibleChanged); 148 194 this.ResumeLayout(false); 149 195 this.PerformLayout(); … … 160 206 private System.Windows.Forms.Label factorVarReplacementLabel; 161 207 private System.Windows.Forms.ComboBox factorVarReplComboBox; 208 private System.Windows.Forms.Label sortByLabel; 209 private System.Windows.Forms.ComboBox sortByComboBox; 210 private System.Windows.Forms.CheckBox ascendingCheckBox; 162 211 } 163 212 }
Note: See TracChangeset
for help on using the changeset viewer.