Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionPartialDependencePlotView.Designer.cs @ 15137

Last change on this file since 15137 was 15137, checked in by gkronber, 7 years ago

#2670: merged r14852 from trunk to stable

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