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
RevLine 
[13808]1namespace HeuristicLab.Problems.DataAnalysis.Views {
[14852]2  partial class RegressionSolutionPartialDependencePlotView {
[13808]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() {
[13995]26      this.components = new System.ComponentModel.Container();
[13808]27      this.variableListView = new System.Windows.Forms.ListView();
[14852]28      this.partialDependencePlotTableLayout = new System.Windows.Forms.TableLayoutPanel();
[13846]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();
[13850]32      this.densityGroupBox = new System.Windows.Forms.GroupBox();
[16445]33      this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
[14014]34      this.columnsLabel = new System.Windows.Forms.Label();
[13850]35      this.densityComboBox = new System.Windows.Forms.ComboBox();
[14014]36      this.label1 = new System.Windows.Forms.Label();
[13850]37      this.configSplitContainer = new System.Windows.Forms.SplitContainer();
38      this.variableGroupBox = new System.Windows.Forms.GroupBox();
[16445]39      this.rowSelectGroupBox = new System.Windows.Forms.GroupBox();
[16516]40      this.variableValuesModeComboBox = new System.Windows.Forms.ComboBox();
41      this.rowLabel = new System.Windows.Forms.Label();
[16445]42      this.rowNrNumericUpDown = new System.Windows.Forms.NumericUpDown();
[13850]43      this.scrollPanel = new System.Windows.Forms.Panel();
[13995]44      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
[13846]45      this.yAxisConfigGroupBox.SuspendLayout();
[13850]46      this.densityGroupBox.SuspendLayout();
[16445]47      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
[13850]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();
[16445]53      this.rowSelectGroupBox.SuspendLayout();
54      ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).BeginInit();
[13850]55      this.scrollPanel.SuspendLayout();
[13995]56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[13808]57      this.SuspendLayout();
58      //
59      // variableListView
60      //
61      this.variableListView.CheckBoxes = true;
[13850]62      this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.variableListView.Location = new System.Drawing.Point(3, 16);
[13808]64      this.variableListView.Name = "variableListView";
[16445]65      this.variableListView.Size = new System.Drawing.Size(163, 404);
[13808]66      this.variableListView.TabIndex = 0;
67      this.variableListView.UseCompatibleStateImageBehavior = false;
68      this.variableListView.View = System.Windows.Forms.View.List;
[14021]69      this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
[13808]70      //
[14852]71      // partialDependencePlotTableLayout
[13817]72      //
[16516]73      this.partialDependencePlotTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13817]74            | System.Windows.Forms.AnchorStyles.Right)));
[14852]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;
[13808]85      //
[13846]86      // yAxisConfigGroupBox
87      //
88      this.yAxisConfigGroupBox.Controls.Add(this.limitView);
89      this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
[13850]90      this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
91      this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
[13846]92      this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
[13853]93      this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
[13846]94      this.yAxisConfigGroupBox.TabIndex = 2;
95      this.yAxisConfigGroupBox.TabStop = false;
96      this.yAxisConfigGroupBox.Text = "Y-Axis";
97      //
98      // limitView
99      //
[16516]100      this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13850]101            | System.Windows.Forms.AnchorStyles.Right)));
[13846]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;
[13850]107      this.limitView.Size = new System.Drawing.Size(157, 47);
[13846]108      this.limitView.TabIndex = 1;
109      //
110      // automaticYAxisCheckBox
111      //
112      this.automaticYAxisCheckBox.AutoSize = true;
[13853]113      this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
[13846]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;
[14021]119      this.automaticYAxisCheckBox.CheckedChanged += new System.EventHandler(this.automaticYAxisCheckBox_CheckedChanged);
[13846]120      //
[13850]121      // densityGroupBox
122      //
[14089]123      this.densityGroupBox.Controls.Add(this.columnsNumericUpDown);
[14014]124      this.densityGroupBox.Controls.Add(this.columnsLabel);
[13850]125      this.densityGroupBox.Controls.Add(this.densityComboBox);
[14014]126      this.densityGroupBox.Controls.Add(this.label1);
[13850]127      this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
[13853]128      this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
[13850]129      this.densityGroupBox.Name = "densityGroupBox";
[14014]130      this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
[13850]131      this.densityGroupBox.TabIndex = 3;
132      this.densityGroupBox.TabStop = false;
[14014]133      this.densityGroupBox.Text = "Settings";
[13850]134      //
[16445]135      // columnsNumericUpDown
136      //
[16516]137      this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[16445]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      //
[14014]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      //
[13850]164      // densityComboBox
165      //
[16516]166      this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13850]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"});
[14014]175      this.densityComboBox.Location = new System.Drawing.Point(66, 19);
[13850]176      this.densityComboBox.Name = "densityComboBox";
[14014]177      this.densityComboBox.Size = new System.Drawing.Size(94, 21);
[13850]178      this.densityComboBox.TabIndex = 0;
179      this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
180      //
[14014]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      //
[13850]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);
[16445]200      this.configSplitContainer.Panel1.Controls.Add(this.rowSelectGroupBox);
[13850]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;
[14014]210      this.configSplitContainer.TabStop = false;
[13850]211      //
212      // variableGroupBox
213      //
214      this.variableGroupBox.Controls.Add(this.variableListView);
215      this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
[16516]216      this.variableGroupBox.Location = new System.Drawing.Point(0, 225);
[13850]217      this.variableGroupBox.Name = "variableGroupBox";
[16445]218      this.variableGroupBox.Size = new System.Drawing.Size(169, 423);
[13850]219      this.variableGroupBox.TabIndex = 1;
220      this.variableGroupBox.TabStop = false;
221      this.variableGroupBox.Text = "Variables";
222      //
[16445]223      // rowSelectGroupBox
224      //
[16516]225      this.rowSelectGroupBox.Controls.Add(this.variableValuesModeComboBox);
226      this.rowSelectGroupBox.Controls.Add(this.rowLabel);
[16445]227      this.rowSelectGroupBox.Controls.Add(this.rowNrNumericUpDown);
[16516]228      this.rowSelectGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
229      this.rowSelectGroupBox.Location = new System.Drawing.Point(0, 151);
[16445]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;
[16516]234      this.rowSelectGroupBox.Text = "Variable Values";
[16445]235      //
[16516]236      // variableValuesModeComboBox
[16445]237      //
[16516]238      this.variableValuesModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
239      this.variableValuesModeComboBox.FormattingEnabled = true;
240      this.variableValuesModeComboBox.Items.AddRange(new object[] {
241            "Row",
[16445]242            "Mean",
243            "Median",
244            "Most Common"});
[16516]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);
[16445]250      //
[16516]251      // rowLabel
[16445]252      //
[16516]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.";
[16445]259      //
260      // rowNrNumericUpDown
261      //
[16516]262      this.rowNrNumericUpDown.Location = new System.Drawing.Point(66, 46);
[16445]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      //
[13850]268      // scrollPanel
269      //
[14852]270      this.scrollPanel.Controls.Add(this.partialDependencePlotTableLayout);
[13850]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      //
[13995]277      // errorProvider
278      //
[13999]279      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
[13995]280      this.errorProvider.ContainerControl = this;
281      //
[14852]282      // RegressionSolutionPartialDependencePlotView
[13808]283      //
284      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
285      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[13850]286      this.Controls.Add(this.configSplitContainer);
[14852]287      this.Name = "RegressionSolutionPartialDependencePlotView";
[13850]288      this.Size = new System.Drawing.Size(715, 648);
[13846]289      this.yAxisConfigGroupBox.ResumeLayout(false);
290      this.yAxisConfigGroupBox.PerformLayout();
[13850]291      this.densityGroupBox.ResumeLayout(false);
[14014]292      this.densityGroupBox.PerformLayout();
[16445]293      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
[13850]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);
[16445]299      this.rowSelectGroupBox.ResumeLayout(false);
300      this.rowSelectGroupBox.PerformLayout();
301      ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).EndInit();
[13850]302      this.scrollPanel.ResumeLayout(false);
303      this.scrollPanel.PerformLayout();
[13995]304      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[13808]305      this.ResumeLayout(false);
306
307    }
308
309    #endregion
310
311    private System.Windows.Forms.ListView variableListView;
[14852]312    private System.Windows.Forms.TableLayoutPanel partialDependencePlotTableLayout;
[13846]313    private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
314    private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
315    private DoubleLimitView limitView;
[13850]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;
[13995]321    private System.Windows.Forms.Label columnsLabel;
322    private System.Windows.Forms.ErrorProvider errorProvider;
[14014]323    private System.Windows.Forms.Label label1;
[14089]324    private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
[16445]325    private System.Windows.Forms.GroupBox rowSelectGroupBox;
[16516]326    private System.Windows.Forms.ComboBox variableValuesModeComboBox;
327    private System.Windows.Forms.Label rowLabel;
[16445]328    private System.Windows.Forms.NumericUpDown rowNrNumericUpDown;
[13808]329  }
330}
Note: See TracBrowser for help on using the repository browser.