Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2972_PDPRowSelect/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionPartialDependencePlotView.Designer.cs @ 16516

Last change on this file since 16516 was 16516, checked in by pfleck, 5 years ago

#2972 Updated UI for PDP variable values selection.

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