1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
2 | partial class RegressionSolutionPartialDependencePlotView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.components = new System.ComponentModel.Container();
|
---|
27 | this.variableValuesModeComboBox = new System.Windows.Forms.ComboBox();
|
---|
28 | this.configSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
29 | this.variableGroupBox = new System.Windows.Forms.GroupBox();
|
---|
30 | this.variableListView = new System.Windows.Forms.ListView();
|
---|
31 | this.rowSelectGroupBox = new System.Windows.Forms.GroupBox();
|
---|
32 | this.rowLabel = new System.Windows.Forms.Label();
|
---|
33 | this.rowNrNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
34 | this.densityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
35 | this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
36 | this.columnsLabel = new System.Windows.Forms.Label();
|
---|
37 | this.densityComboBox = new System.Windows.Forms.ComboBox();
|
---|
38 | this.densityLabel = new System.Windows.Forms.Label();
|
---|
39 | this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
|
---|
40 | this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
|
---|
41 | this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
|
---|
42 | this.scrollPanel = new System.Windows.Forms.Panel();
|
---|
43 | this.partialDependencePlotTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
44 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
45 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
46 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).BeginInit();
|
---|
47 | this.configSplitContainer.Panel1.SuspendLayout();
|
---|
48 | this.configSplitContainer.Panel2.SuspendLayout();
|
---|
49 | this.configSplitContainer.SuspendLayout();
|
---|
50 | this.variableGroupBox.SuspendLayout();
|
---|
51 | this.rowSelectGroupBox.SuspendLayout();
|
---|
52 | ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).BeginInit();
|
---|
53 | this.densityGroupBox.SuspendLayout();
|
---|
54 | ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
|
---|
55 | this.yAxisConfigGroupBox.SuspendLayout();
|
---|
56 | this.scrollPanel.SuspendLayout();
|
---|
57 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
58 | this.SuspendLayout();
|
---|
59 | //
|
---|
60 | // variableValuesModeComboBox
|
---|
61 | //
|
---|
62 | this.variableValuesModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
63 | this.variableValuesModeComboBox.Items.AddRange(new object[] {
|
---|
64 | "Row",
|
---|
65 | "Mean",
|
---|
66 | "Median",
|
---|
67 | "Most Common"});
|
---|
68 | this.variableValuesModeComboBox.Location = new System.Drawing.Point(10, 19);
|
---|
69 | this.variableValuesModeComboBox.Name = "variableValuesModeComboBox";
|
---|
70 | this.variableValuesModeComboBox.Size = new System.Drawing.Size(150, 21);
|
---|
71 | this.variableValuesModeComboBox.TabIndex = 3;
|
---|
72 | this.variableValuesModeComboBox.SelectedValueChanged += new System.EventHandler(this.variableValuesComboBox_SelectedValueChanged);
|
---|
73 | this.variableValuesModeComboBox.MouseLeave += new System.EventHandler(this.variableValuesModeComboBox_MouseLeave);
|
---|
74 | this.variableValuesModeComboBox.MouseHover += new System.EventHandler(this.variableValuesModeComboBox_MouseHover);
|
---|
75 | //
|
---|
76 | // configSplitContainer
|
---|
77 | //
|
---|
78 | this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
79 | this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
80 | this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
81 | this.configSplitContainer.Name = "configSplitContainer";
|
---|
82 | //
|
---|
83 | // configSplitContainer.Panel1
|
---|
84 | //
|
---|
85 | this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
|
---|
86 | this.configSplitContainer.Panel1.Controls.Add(this.rowSelectGroupBox);
|
---|
87 | this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
|
---|
88 | this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
|
---|
89 | //
|
---|
90 | // configSplitContainer.Panel2
|
---|
91 | //
|
---|
92 | this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
|
---|
93 | this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
|
---|
94 | this.configSplitContainer.SplitterDistance = 169;
|
---|
95 | this.configSplitContainer.TabIndex = 0;
|
---|
96 | this.configSplitContainer.TabStop = false;
|
---|
97 | //
|
---|
98 | // variableGroupBox
|
---|
99 | //
|
---|
100 | this.variableGroupBox.Controls.Add(this.variableListView);
|
---|
101 | this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
102 | this.variableGroupBox.Location = new System.Drawing.Point(0, 225);
|
---|
103 | this.variableGroupBox.Name = "variableGroupBox";
|
---|
104 | this.variableGroupBox.Size = new System.Drawing.Size(169, 423);
|
---|
105 | this.variableGroupBox.TabIndex = 1;
|
---|
106 | this.variableGroupBox.TabStop = false;
|
---|
107 | this.variableGroupBox.Text = "Variables";
|
---|
108 | //
|
---|
109 | // variableListView
|
---|
110 | //
|
---|
111 | this.variableListView.CheckBoxes = true;
|
---|
112 | this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
113 | this.variableListView.Location = new System.Drawing.Point(3, 16);
|
---|
114 | this.variableListView.Name = "variableListView";
|
---|
115 | this.variableListView.Size = new System.Drawing.Size(163, 404);
|
---|
116 | this.variableListView.TabIndex = 0;
|
---|
117 | this.variableListView.UseCompatibleStateImageBehavior = false;
|
---|
118 | this.variableListView.View = System.Windows.Forms.View.List;
|
---|
119 | this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
|
---|
120 | //
|
---|
121 | // rowSelectGroupBox
|
---|
122 | //
|
---|
123 | this.rowSelectGroupBox.Controls.Add(this.variableValuesModeComboBox);
|
---|
124 | this.rowSelectGroupBox.Controls.Add(this.rowLabel);
|
---|
125 | this.rowSelectGroupBox.Controls.Add(this.rowNrNumericUpDown);
|
---|
126 | this.rowSelectGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
127 | this.rowSelectGroupBox.Location = new System.Drawing.Point(0, 151);
|
---|
128 | this.rowSelectGroupBox.Name = "rowSelectGroupBox";
|
---|
129 | this.rowSelectGroupBox.Size = new System.Drawing.Size(169, 74);
|
---|
130 | this.rowSelectGroupBox.TabIndex = 1;
|
---|
131 | this.rowSelectGroupBox.TabStop = false;
|
---|
132 | this.rowSelectGroupBox.Text = "Variable Values";
|
---|
133 | //
|
---|
134 | // rowLabel
|
---|
135 | //
|
---|
136 | this.rowLabel.AutoSize = true;
|
---|
137 | this.rowLabel.Location = new System.Drawing.Point(7, 48);
|
---|
138 | this.rowLabel.Name = "rowLabel";
|
---|
139 | this.rowLabel.Size = new System.Drawing.Size(46, 13);
|
---|
140 | this.rowLabel.TabIndex = 2;
|
---|
141 | this.rowLabel.Text = "Row Nr.";
|
---|
142 | //
|
---|
143 | // rowNrNumericUpDown
|
---|
144 | //
|
---|
145 | this.rowNrNumericUpDown.Location = new System.Drawing.Point(66, 46);
|
---|
146 | this.rowNrNumericUpDown.Name = "rowNrNumericUpDown";
|
---|
147 | this.rowNrNumericUpDown.Size = new System.Drawing.Size(94, 20);
|
---|
148 | this.rowNrNumericUpDown.TabIndex = 1;
|
---|
149 | this.rowNrNumericUpDown.ValueChanged += new System.EventHandler(this.rowNrNumericUpDown_ValueChanged);
|
---|
150 | //
|
---|
151 | // densityGroupBox
|
---|
152 | //
|
---|
153 | this.densityGroupBox.Controls.Add(this.columnsNumericUpDown);
|
---|
154 | this.densityGroupBox.Controls.Add(this.columnsLabel);
|
---|
155 | this.densityGroupBox.Controls.Add(this.densityComboBox);
|
---|
156 | this.densityGroupBox.Controls.Add(this.densityLabel);
|
---|
157 | this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
158 | this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
|
---|
159 | this.densityGroupBox.Name = "densityGroupBox";
|
---|
160 | this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
|
---|
161 | this.densityGroupBox.TabIndex = 3;
|
---|
162 | this.densityGroupBox.TabStop = false;
|
---|
163 | this.densityGroupBox.Text = "Settings";
|
---|
164 | //
|
---|
165 | // columnsNumericUpDown
|
---|
166 | //
|
---|
167 | this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
168 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
169 | this.columnsNumericUpDown.Location = new System.Drawing.Point(66, 46);
|
---|
170 | this.columnsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
171 | 1,
|
---|
172 | 0,
|
---|
173 | 0,
|
---|
174 | 0});
|
---|
175 | this.columnsNumericUpDown.Name = "columnsNumericUpDown";
|
---|
176 | this.columnsNumericUpDown.Size = new System.Drawing.Size(94, 20);
|
---|
177 | this.columnsNumericUpDown.TabIndex = 1;
|
---|
178 | this.columnsNumericUpDown.Value = new decimal(new int[] {
|
---|
179 | 4,
|
---|
180 | 0,
|
---|
181 | 0,
|
---|
182 | 0});
|
---|
183 | this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
|
---|
184 | //
|
---|
185 | // columnsLabel
|
---|
186 | //
|
---|
187 | this.columnsLabel.AutoSize = true;
|
---|
188 | this.columnsLabel.Location = new System.Drawing.Point(7, 49);
|
---|
189 | this.columnsLabel.Name = "columnsLabel";
|
---|
190 | this.columnsLabel.Size = new System.Drawing.Size(50, 13);
|
---|
191 | this.columnsLabel.TabIndex = 0;
|
---|
192 | this.columnsLabel.Text = "Columns:";
|
---|
193 | //
|
---|
194 | // densityComboBox
|
---|
195 | //
|
---|
196 | this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
197 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
198 | this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
199 | this.densityComboBox.FormattingEnabled = true;
|
---|
200 | this.densityComboBox.Items.AddRange(new object[] {
|
---|
201 | "None",
|
---|
202 | "Training",
|
---|
203 | "Test",
|
---|
204 | "All"});
|
---|
205 | this.densityComboBox.Location = new System.Drawing.Point(66, 19);
|
---|
206 | this.densityComboBox.Name = "densityComboBox";
|
---|
207 | this.densityComboBox.Size = new System.Drawing.Size(94, 21);
|
---|
208 | this.densityComboBox.TabIndex = 0;
|
---|
209 | this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
|
---|
210 | //
|
---|
211 | // densityLabel
|
---|
212 | //
|
---|
213 | this.densityLabel.AutoSize = true;
|
---|
214 | this.densityLabel.Location = new System.Drawing.Point(7, 22);
|
---|
215 | this.densityLabel.Name = "densityLabel";
|
---|
216 | this.densityLabel.Size = new System.Drawing.Size(45, 13);
|
---|
217 | this.densityLabel.TabIndex = 0;
|
---|
218 | this.densityLabel.Text = "Density:";
|
---|
219 | //
|
---|
220 | // yAxisConfigGroupBox
|
---|
221 | //
|
---|
222 | this.yAxisConfigGroupBox.Controls.Add(this.limitView);
|
---|
223 | this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
|
---|
224 | this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
225 | this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
226 | this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
|
---|
227 | this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
|
---|
228 | this.yAxisConfigGroupBox.TabIndex = 2;
|
---|
229 | this.yAxisConfigGroupBox.TabStop = false;
|
---|
230 | this.yAxisConfigGroupBox.Text = "Y-Axis";
|
---|
231 | //
|
---|
232 | // limitView
|
---|
233 | //
|
---|
234 | this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
236 | this.limitView.Caption = "DoubleLimit View";
|
---|
237 | this.limitView.Content = null;
|
---|
238 | this.limitView.Location = new System.Drawing.Point(6, 20);
|
---|
239 | this.limitView.Name = "limitView";
|
---|
240 | this.limitView.ReadOnly = false;
|
---|
241 | this.limitView.Size = new System.Drawing.Size(157, 47);
|
---|
242 | this.limitView.TabIndex = 1;
|
---|
243 | //
|
---|
244 | // automaticYAxisCheckBox
|
---|
245 | //
|
---|
246 | this.automaticYAxisCheckBox.AutoSize = true;
|
---|
247 | this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
|
---|
248 | this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
|
---|
249 | this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
|
---|
250 | this.automaticYAxisCheckBox.TabIndex = 0;
|
---|
251 | this.automaticYAxisCheckBox.Text = "Automatic";
|
---|
252 | this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
|
---|
253 | this.automaticYAxisCheckBox.CheckedChanged += new System.EventHandler(this.automaticYAxisCheckBox_CheckedChanged);
|
---|
254 | //
|
---|
255 | // scrollPanel
|
---|
256 | //
|
---|
257 | this.scrollPanel.Controls.Add(this.partialDependencePlotTableLayout);
|
---|
258 | this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
259 | this.scrollPanel.Location = new System.Drawing.Point(0, 0);
|
---|
260 | this.scrollPanel.Name = "scrollPanel";
|
---|
261 | this.scrollPanel.Size = new System.Drawing.Size(542, 648);
|
---|
262 | this.scrollPanel.TabIndex = 0;
|
---|
263 | //
|
---|
264 | // partialDependencePlotTableLayout
|
---|
265 | //
|
---|
266 | this.partialDependencePlotTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
267 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
268 | this.partialDependencePlotTableLayout.AutoSize = true;
|
---|
269 | this.partialDependencePlotTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
270 | this.partialDependencePlotTableLayout.ColumnCount = 1;
|
---|
271 | this.partialDependencePlotTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
272 | this.partialDependencePlotTableLayout.Location = new System.Drawing.Point(0, 0);
|
---|
273 | this.partialDependencePlotTableLayout.Name = "partialDependencePlotTableLayout";
|
---|
274 | this.partialDependencePlotTableLayout.RowCount = 1;
|
---|
275 | this.partialDependencePlotTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
276 | this.partialDependencePlotTableLayout.Size = new System.Drawing.Size(542, 0);
|
---|
277 | this.partialDependencePlotTableLayout.TabIndex = 2;
|
---|
278 | //
|
---|
279 | // errorProvider
|
---|
280 | //
|
---|
281 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
282 | this.errorProvider.ContainerControl = this;
|
---|
283 | //
|
---|
284 | // RegressionSolutionPartialDependencePlotView
|
---|
285 | //
|
---|
286 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
287 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
288 | this.Controls.Add(this.configSplitContainer);
|
---|
289 | this.Name = "RegressionSolutionPartialDependencePlotView";
|
---|
290 | this.Size = new System.Drawing.Size(715, 648);
|
---|
291 | this.configSplitContainer.Panel1.ResumeLayout(false);
|
---|
292 | this.configSplitContainer.Panel2.ResumeLayout(false);
|
---|
293 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
|
---|
294 | this.configSplitContainer.ResumeLayout(false);
|
---|
295 | this.variableGroupBox.ResumeLayout(false);
|
---|
296 | this.rowSelectGroupBox.ResumeLayout(false);
|
---|
297 | this.rowSelectGroupBox.PerformLayout();
|
---|
298 | ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).EndInit();
|
---|
299 | this.densityGroupBox.ResumeLayout(false);
|
---|
300 | this.densityGroupBox.PerformLayout();
|
---|
301 | ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
|
---|
302 | this.yAxisConfigGroupBox.ResumeLayout(false);
|
---|
303 | this.yAxisConfigGroupBox.PerformLayout();
|
---|
304 | this.scrollPanel.ResumeLayout(false);
|
---|
305 | this.scrollPanel.PerformLayout();
|
---|
306 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
307 | this.ResumeLayout(false);
|
---|
308 |
|
---|
309 | }
|
---|
310 |
|
---|
311 | #endregion
|
---|
312 |
|
---|
313 | private System.Windows.Forms.ListView variableListView;
|
---|
314 | private System.Windows.Forms.TableLayoutPanel partialDependencePlotTableLayout;
|
---|
315 | private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
|
---|
316 | private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
|
---|
317 | private DoubleLimitView limitView;
|
---|
318 | private System.Windows.Forms.GroupBox densityGroupBox;
|
---|
319 | private System.Windows.Forms.ComboBox densityComboBox;
|
---|
320 | private System.Windows.Forms.SplitContainer configSplitContainer;
|
---|
321 | private System.Windows.Forms.GroupBox variableGroupBox;
|
---|
322 | private System.Windows.Forms.Panel scrollPanel;
|
---|
323 | private System.Windows.Forms.Label columnsLabel;
|
---|
324 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
325 | private System.Windows.Forms.Label densityLabel;
|
---|
326 | private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
|
---|
327 | private System.Windows.Forms.GroupBox rowSelectGroupBox;
|
---|
328 | private System.Windows.Forms.ComboBox variableValuesModeComboBox;
|
---|
329 | private System.Windows.Forms.Label rowLabel;
|
---|
330 | private System.Windows.Forms.NumericUpDown rowNrNumericUpDown;
|
---|
331 | private System.Windows.Forms.ToolTip toolTip;
|
---|
332 | }
|
---|
333 | }
|
---|