Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs @ 15626

Last change on this file since 15626 was 15626, checked in by fholzing, 6 years ago

#2871: Added three additional UI-Controls, a Label + ComboBox for ordering (VariableName or ImpactFactor) and a CheckBox for Ascending/Descending

File size: 10.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
21namespace HeuristicLab.Problems.DataAnalysis.Views {
22  partial class RegressionSolutionVariableImpactsView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
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();
52      this.factorVarReplComboBox = new System.Windows.Forms.ComboBox();
53      this.sortByLabel = new System.Windows.Forms.Label();
54      this.sortByComboBox = new System.Windows.Forms.ComboBox();
55      this.ascendingCheckBox = new System.Windows.Forms.CheckBox();
56      this.SuspendLayout();
57      //
58      // variableImactsArrayView
59      //
60      this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
61            | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.variableImactsArrayView.Caption = "StringConvertibleArray View";
64      this.variableImactsArrayView.Content = null;
65      this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84);
66      this.variableImactsArrayView.Name = "variableImactsArrayView";
67      this.variableImactsArrayView.ReadOnly = true;
68      this.variableImactsArrayView.Size = new System.Drawing.Size(706, 278);
69      this.variableImactsArrayView.TabIndex = 2;
70      //
71      // dataPartitionComboBox
72      //
73      this.dataPartitionComboBox.FormattingEnabled = true;
74      this.dataPartitionComboBox.Items.AddRange(new object[] {
75            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
76            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
77            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
78      this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3);
79      this.dataPartitionComboBox.Name = "dataPartitionComboBox";
80      this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
81      this.dataPartitionComboBox.TabIndex = 1;
82      this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
83      //
84      // dataPartitionLabel
85      //
86      this.dataPartitionLabel.AutoSize = true;
87      this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
88      this.dataPartitionLabel.Name = "dataPartitionLabel";
89      this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
90      this.dataPartitionLabel.TabIndex = 0;
91      this.dataPartitionLabel.Text = "Data partition:";
92      //
93      // numericVarReplacementLabel
94      //
95      this.numericVarReplacementLabel.AutoSize = true;
96      this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33);
97      this.numericVarReplacementLabel.Name = "numericVarReplacementLabel";
98      this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13);
99      this.numericVarReplacementLabel.TabIndex = 2;
100      this.numericVarReplacementLabel.Text = "Replacement for numeric variables:";
101      //
102      // replacementComboBox
103      //
104      this.replacementComboBox.FormattingEnabled = true;
105      this.replacementComboBox.Items.AddRange(new object[] {
106            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Median,
107            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Average,
108            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Noise,
109            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Shuffle});
110      this.replacementComboBox.Location = new System.Drawing.Point(197, 30);
111      this.replacementComboBox.Name = "replacementComboBox";
112      this.replacementComboBox.Size = new System.Drawing.Size(121, 21);
113      this.replacementComboBox.TabIndex = 3;
114      this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
115      //
116      // factorVarReplacementLabel
117      //
118      this.factorVarReplacementLabel.AutoSize = true;
119      this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60);
120      this.factorVarReplacementLabel.Name = "factorVarReplacementLabel";
121      this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13);
122      this.factorVarReplacementLabel.TabIndex = 0;
123      this.factorVarReplacementLabel.Text = "Replacement for categorical variables:";
124      //
125      // factorVarReplComboBox
126      //
127      this.factorVarReplComboBox.FormattingEnabled = true;
128      this.factorVarReplComboBox.Items.AddRange(new object[] {
129            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best,
130            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode,
131            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle});
132      this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57);
133      this.factorVarReplComboBox.Name = "factorVarReplComboBox";
134      this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21);
135      this.factorVarReplComboBox.TabIndex = 1;
136      this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
137      //
138      // sortByLabel
139      //
140      this.sortByLabel.AutoSize = true;
141      this.sortByLabel.Location = new System.Drawing.Point(324, 6);
142      this.sortByLabel.Name = "sortByLabel";
143      this.sortByLabel.Size = new System.Drawing.Size(43, 13);
144      this.sortByLabel.TabIndex = 4;
145      this.sortByLabel.Text = "Sort by:";
146      //
147      // sortByComboBox
148      //
149      this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
150      this.sortByComboBox.FormattingEnabled = true;
151      this.sortByComboBox.Items.AddRange(new object[] {
152            "Variable",
153            "Impact"});
154      this.sortByComboBox.Location = new System.Drawing.Point(373, 3);
155      this.sortByComboBox.Name = "sortByComboBox";
156      this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
157      this.sortByComboBox.TabIndex = 5;
158      this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
159      this.sortByComboBox.SelectedIndex = 1;
160      //
161      // ascendingCheckBox
162      //
163      this.ascendingCheckBox.AutoSize = true;
164      this.ascendingCheckBox.Location = new System.Drawing.Point(500, 6);
165      this.ascendingCheckBox.Name = "ascendingCheckBox";
166      this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
167      this.ascendingCheckBox.TabIndex = 7;
168      this.ascendingCheckBox.Text = "Ascending";
169      this.ascendingCheckBox.UseVisualStyleBackColor = true;
170      this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged);
171      //
172      // RegressionSolutionVariableImpactsView
173      //
174      this.AllowDrop = true;
175      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);
179      this.Controls.Add(this.factorVarReplComboBox);
180      this.Controls.Add(this.factorVarReplacementLabel);
181      this.Controls.Add(this.replacementComboBox);
182      this.Controls.Add(this.numericVarReplacementLabel);
183      this.Controls.Add(this.dataPartitionLabel);
184      this.Controls.Add(this.dataPartitionComboBox);
185      this.Controls.Add(this.variableImactsArrayView);
186      this.Name = "RegressionSolutionVariableImpactsView";
187      this.Size = new System.Drawing.Size(712, 365);
188      this.ResumeLayout(false);
189      this.PerformLayout();
190
191    }
192
193    #endregion
194
195    private Data.Views.StringConvertibleArrayView variableImactsArrayView;
196    private System.Windows.Forms.ComboBox dataPartitionComboBox;
197    private System.Windows.Forms.Label dataPartitionLabel;
198    private System.Windows.Forms.Label numericVarReplacementLabel;
199    private System.Windows.Forms.ComboBox replacementComboBox;
200    private System.Windows.Forms.Label factorVarReplacementLabel;
201    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;
205  }
206}
Note: See TracBrowser for help on using the repository browser.