Changeset 15131 for stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
- Timestamp:
- 07/06/17 10:19:37 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Views (added) merged: 14240-14241,14248,14251,14277,14330,14351,14421,14449,14497-14499,14542,14591-14592,14762,14825
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
r14530 r15131 47 47 this.dataPartitionComboBox = new System.Windows.Forms.ComboBox(); 48 48 this.dataPartitionLabel = new System.Windows.Forms.Label(); 49 this. replacementLabel = new System.Windows.Forms.Label();49 this.numericVarReplacementLabel = new System.Windows.Forms.Label(); 50 50 this.replacementComboBox = new System.Windows.Forms.ComboBox(); 51 this.factorVarReplacementLabel = new System.Windows.Forms.Label(); 52 this.factorVarReplComboBox = new System.Windows.Forms.ComboBox(); 51 53 this.SuspendLayout(); 52 54 // … … 58 60 this.variableImactsArrayView.Caption = "StringConvertibleArray View"; 59 61 this.variableImactsArrayView.Content = null; 60 this.variableImactsArrayView.Location = new System.Drawing.Point(3, 59);62 this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84); 61 63 this.variableImactsArrayView.Name = "variableImactsArrayView"; 62 64 this.variableImactsArrayView.ReadOnly = true; 63 this.variableImactsArrayView.Size = new System.Drawing.Size(3 04, 223);64 this.variableImactsArrayView.TabIndex = 4;65 this.variableImactsArrayView.Size = new System.Drawing.Size(363, 278); 66 this.variableImactsArrayView.TabIndex = 2; 65 67 // 66 68 // dataPartitionComboBox … … 71 73 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test, 72 74 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All}); 73 this.dataPartitionComboBox.Location = new System.Drawing.Point( 82, 3);75 this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3); 74 76 this.dataPartitionComboBox.Name = "dataPartitionComboBox"; 75 77 this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21); … … 86 88 this.dataPartitionLabel.Text = "Data partition:"; 87 89 // 88 // replacementLabel90 // numericVarReplacementLabel 89 91 // 90 this. replacementLabel.AutoSize = true;91 this. replacementLabel.Location = new System.Drawing.Point(3, 35);92 this. replacementLabel.Name = "replacementLabel";93 this. replacementLabel.Size = new System.Drawing.Size(73, 13);94 this. replacementLabel.TabIndex = 2;95 this. replacementLabel.Text = "Replacement:";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:"; 96 98 // 97 99 // replacementComboBox … … 103 105 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Noise, 104 106 HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Shuffle}); 105 this.replacementComboBox.Location = new System.Drawing.Point( 82, 32);107 this.replacementComboBox.Location = new System.Drawing.Point(197, 30); 106 108 this.replacementComboBox.Name = "replacementComboBox"; 107 109 this.replacementComboBox.Size = new System.Drawing.Size(121, 21); … … 109 111 this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged); 110 112 // 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); 134 // 111 135 // RegressionSolutionVariableImpactsView 112 136 // 113 137 this.AllowDrop = true; 114 138 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 139 this.Controls.Add(this.factorVarReplComboBox); 140 this.Controls.Add(this.factorVarReplacementLabel); 115 141 this.Controls.Add(this.replacementComboBox); 116 this.Controls.Add(this. replacementLabel);142 this.Controls.Add(this.numericVarReplacementLabel); 117 143 this.Controls.Add(this.dataPartitionLabel); 118 144 this.Controls.Add(this.dataPartitionComboBox); 119 145 this.Controls.Add(this.variableImactsArrayView); 120 146 this.Name = "RegressionSolutionVariableImpactsView"; 121 this.Size = new System.Drawing.Size(3 10, 285);147 this.Size = new System.Drawing.Size(369, 365); 122 148 this.ResumeLayout(false); 123 149 this.PerformLayout(); … … 130 156 private System.Windows.Forms.ComboBox dataPartitionComboBox; 131 157 private System.Windows.Forms.Label dataPartitionLabel; 132 private System.Windows.Forms.Label replacementLabel;158 private System.Windows.Forms.Label numericVarReplacementLabel; 133 159 private System.Windows.Forms.ComboBox replacementComboBox; 160 private System.Windows.Forms.Label factorVarReplacementLabel; 161 private System.Windows.Forms.ComboBox factorVarReplComboBox; 134 162 } 135 163 }
Note: See TracChangeset
for help on using the changeset viewer.