Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs @ 14514

Last change on this file since 14514 was 14514, checked in by pfleck, 7 years ago

#2709

  • Added a VerticalLabel for the multi-scatterplot.
  • Added regression options for single- and multi-scatterplot
File size: 13.6 KB
RevLine 
[13502]1#region License Information
2/* HeuristicLab
[14185]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[13502]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
21
22namespace HeuristicLab.DataPreprocessing.Views {
[10987]23  partial class ScatterPlotSingleView {
[10882]24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
[14446]47      this.scatterPlotControl = new HeuristicLab.Analysis.Views.ScatterPlotControl();
[10882]48      this.groupBox1 = new System.Windows.Forms.GroupBox();
[14446]49      this.label3 = new System.Windows.Forms.Label();
[10882]50      this.label2 = new System.Windows.Forms.Label();
51      this.label1 = new System.Windows.Forms.Label();
[14467]52      this.comboBoxGroup = new System.Windows.Forms.ComboBox();
[10882]53      this.comboBoxYVariable = new System.Windows.Forms.ComboBox();
54      this.comboBoxXVariable = new System.Windows.Forms.ComboBox();
[14514]55      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
56      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
57      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
58      this.orderLabel = new System.Windows.Forms.Label();
59      this.label4 = new System.Windows.Forms.Label();
60      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
[10882]61      this.groupBox1.SuspendLayout();
[14514]62      this.regressionGroupBox.SuspendLayout();
63      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
65      this.splitContainer1.Panel1.SuspendLayout();
66      this.splitContainer1.Panel2.SuspendLayout();
67      this.splitContainer1.SuspendLayout();
[10882]68      this.SuspendLayout();
69      //
[14446]70      // scatterPlotControl
[10882]71      //
[14446]72      this.scatterPlotControl.Content = null;
[14514]73      this.scatterPlotControl.Dock = System.Windows.Forms.DockStyle.Fill;
74      this.scatterPlotControl.Location = new System.Drawing.Point(0, 0);
[14446]75      this.scatterPlotControl.Name = "scatterPlotControl";
[14514]76      this.scatterPlotControl.Size = new System.Drawing.Size(687, 517);
[14446]77      this.scatterPlotControl.TabIndex = 0;
[10882]78      //
79      // groupBox1
80      //
[13502]81      this.groupBox1.Controls.Add(this.label3);
[10882]82      this.groupBox1.Controls.Add(this.label2);
83      this.groupBox1.Controls.Add(this.label1);
[14467]84      this.groupBox1.Controls.Add(this.comboBoxGroup);
[10882]85      this.groupBox1.Controls.Add(this.comboBoxYVariable);
86      this.groupBox1.Controls.Add(this.comboBoxXVariable);
[14514]87      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
88      this.groupBox1.Location = new System.Drawing.Point(0, 0);
[10882]89      this.groupBox1.Name = "groupBox1";
[14514]90      this.groupBox1.Size = new System.Drawing.Size(172, 137);
[10882]91      this.groupBox1.TabIndex = 1;
92      this.groupBox1.TabStop = false;
[14514]93      this.groupBox1.Text = "Variables";
[10882]94      //
[14446]95      // label3
96      //
97      this.label3.AutoSize = true;
[14514]98      this.label3.Location = new System.Drawing.Point(6, 97);
[14446]99      this.label3.Name = "label3";
[14514]100      this.label3.Size = new System.Drawing.Size(39, 13);
[14446]101      this.label3.TabIndex = 3;
[14514]102      this.label3.Text = "Group:";
[14446]103      //
[10882]104      // label2
105      //
106      this.label2.AutoSize = true;
[14514]107      this.label2.Location = new System.Drawing.Point(6, 63);
[10882]108      this.label2.Name = "label2";
[14514]109      this.label2.Size = new System.Drawing.Size(17, 13);
[10882]110      this.label2.TabIndex = 3;
[14514]111      this.label2.Text = "Y:";
[10882]112      //
113      // label1
114      //
115      this.label1.AutoSize = true;
[14514]116      this.label1.Location = new System.Drawing.Point(6, 29);
[10882]117      this.label1.Name = "label1";
[14514]118      this.label1.Size = new System.Drawing.Size(17, 13);
[10882]119      this.label1.TabIndex = 2;
[14514]120      this.label1.Text = "X:";
[10882]121      //
[14467]122      // comboBoxGroup
[14446]123      //
[14514]124      this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
125            | System.Windows.Forms.AnchorStyles.Right)));
[14467]126      this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
127      this.comboBoxGroup.FormattingEnabled = true;
[14514]128      this.comboBoxGroup.Location = new System.Drawing.Point(51, 94);
[14467]129      this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
130      this.comboBoxGroup.Name = "comboBoxGroup";
[14514]131      this.comboBoxGroup.Size = new System.Drawing.Size(115, 21);
[14467]132      this.comboBoxGroup.TabIndex = 1;
[14470]133      this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);
[14446]134      //
[10882]135      // comboBoxYVariable
136      //
[14514]137      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
138            | System.Windows.Forms.AnchorStyles.Right)));
[11043]139      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[10882]140      this.comboBoxYVariable.FormattingEnabled = true;
[14514]141      this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60);
[11043]142      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
[10882]143      this.comboBoxYVariable.Name = "comboBoxYVariable";
[14514]144      this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21);
[10882]145      this.comboBoxYVariable.TabIndex = 1;
[14470]146      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged);
[10882]147      //
148      // comboBoxXVariable
149      //
[14514]150      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
151            | System.Windows.Forms.AnchorStyles.Right)));
[11043]152      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[10882]153      this.comboBoxXVariable.FormattingEnabled = true;
[14514]154      this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26);
[11043]155      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
[10882]156      this.comboBoxXVariable.Name = "comboBoxXVariable";
[14514]157      this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21);
[10882]158      this.comboBoxXVariable.TabIndex = 0;
[14470]159      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged);
[10882]160      //
[14514]161      // regressionGroupBox
162      //
163      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
164      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
165      this.regressionGroupBox.Controls.Add(this.orderLabel);
166      this.regressionGroupBox.Controls.Add(this.label4);
167      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
168      this.regressionGroupBox.Location = new System.Drawing.Point(0, 137);
169      this.regressionGroupBox.Name = "regressionGroupBox";
170      this.regressionGroupBox.Size = new System.Drawing.Size(172, 78);
171      this.regressionGroupBox.TabIndex = 4;
172      this.regressionGroupBox.TabStop = false;
173      this.regressionGroupBox.Text = "Regression";
174      //
175      // regressionTypeComboBox
176      //
177      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
178            | System.Windows.Forms.AnchorStyles.Right)));
179      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
180      this.regressionTypeComboBox.FormattingEnabled = true;
181      this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19);
182      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
183      this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21);
184      this.regressionTypeComboBox.TabIndex = 14;
185      this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged);
186      //
187      // polynomialRegressionOrderNumericUpDown
188      //
189      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
190            | System.Windows.Forms.AnchorStyles.Right)));
191      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47);
192      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
193      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
194            6,
195            0,
196            0,
197            0});
198      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
199            2,
200            0,
201            0,
202            0});
203      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
204      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20);
205      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
206      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
207            2,
208            0,
209            0,
210            0});
211      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
212      //
213      // orderLabel
214      //
215      this.orderLabel.AutoSize = true;
216      this.orderLabel.Location = new System.Drawing.Point(6, 49);
217      this.orderLabel.Name = "orderLabel";
218      this.orderLabel.Size = new System.Drawing.Size(36, 13);
219      this.orderLabel.TabIndex = 16;
220      this.orderLabel.Text = "Order:";
221      //
222      // label4
223      //
224      this.label4.AutoSize = true;
225      this.label4.Location = new System.Drawing.Point(6, 22);
226      this.label4.Name = "label4";
227      this.label4.Size = new System.Drawing.Size(34, 13);
228      this.label4.TabIndex = 13;
229      this.label4.Text = "Type:";
230      //
231      // splitContainer1
232      //
233      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
234      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
235      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
236      this.splitContainer1.Name = "splitContainer1";
237      //
238      // splitContainer1.Panel1
239      //
240      this.splitContainer1.Panel1.Controls.Add(this.regressionGroupBox);
241      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
242      //
243      // splitContainer1.Panel2
244      //
245      this.splitContainer1.Panel2.Controls.Add(this.scatterPlotControl);
246      this.splitContainer1.Size = new System.Drawing.Size(863, 517);
247      this.splitContainer1.SplitterDistance = 172;
248      this.splitContainer1.TabIndex = 5;
249      //
[11043]250      // ScatterPlotSingleView
[10882]251      //
252      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
253      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[14514]254      this.Controls.Add(this.splitContainer1);
[11043]255      this.Name = "ScatterPlotSingleView";
[10882]256      this.Size = new System.Drawing.Size(863, 517);
257      this.groupBox1.ResumeLayout(false);
258      this.groupBox1.PerformLayout();
[14514]259      this.regressionGroupBox.ResumeLayout(false);
260      this.regressionGroupBox.PerformLayout();
261      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
262      this.splitContainer1.Panel1.ResumeLayout(false);
263      this.splitContainer1.Panel2.ResumeLayout(false);
264      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
265      this.splitContainer1.ResumeLayout(false);
[10882]266      this.ResumeLayout(false);
267
268    }
269
270    #endregion
271
[14446]272    private HeuristicLab.Analysis.Views.ScatterPlotControl scatterPlotControl;
[10882]273    private System.Windows.Forms.GroupBox groupBox1;
274    private System.Windows.Forms.Label label2;
275    private System.Windows.Forms.Label label1;
276    private System.Windows.Forms.ComboBox comboBoxYVariable;
277    private System.Windows.Forms.ComboBox comboBoxXVariable;
[14467]278    private System.Windows.Forms.ComboBox comboBoxGroup;
[13502]279    private System.Windows.Forms.Label label3;
[14514]280    private System.Windows.Forms.GroupBox regressionGroupBox;
281    private System.Windows.Forms.ComboBox regressionTypeComboBox;
282    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
283    private System.Windows.Forms.Label orderLabel;
284    private System.Windows.Forms.Label label4;
285    private System.Windows.Forms.SplitContainer splitContainer1;
[10882]286  }
287}
Note: See TracBrowser for help on using the repository browser.