Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.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: 19.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
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 {
23  partial class ScatterPlotMultiView {
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() {
47      this.frameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
48      this.columnHeaderScrollPanel = new System.Windows.Forms.Panel();
49      this.columnHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
50      this.rowHeaderScrollPanel = new System.Windows.Forms.Panel();
51      this.rowHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
52      this.bodyScrollPanel = new System.Windows.Forms.Panel();
53      this.bodyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
54      this.sizeGroupBox = new System.Windows.Forms.GroupBox();
55      this.heightLabel = new System.Windows.Forms.Label();
56      this.widthLabel = new System.Windows.Forms.Label();
57      this.heightTrackBar = new System.Windows.Forms.TrackBar();
58      this.widthTrackBar = new System.Windows.Forms.TrackBar();
59      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
60      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
61      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
62      this.orderLabel = new System.Windows.Forms.Label();
63      this.label4 = new System.Windows.Forms.Label();
64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
65      this.splitContainer.Panel1.SuspendLayout();
66      this.splitContainer.Panel2.SuspendLayout();
67      this.splitContainer.SuspendLayout();
68      this.frameTableLayoutPanel.SuspendLayout();
69      this.columnHeaderScrollPanel.SuspendLayout();
70      this.rowHeaderScrollPanel.SuspendLayout();
71      this.bodyScrollPanel.SuspendLayout();
72      this.sizeGroupBox.SuspendLayout();
73      ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).BeginInit();
74      ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).BeginInit();
75      this.regressionGroupBox.SuspendLayout();
76      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
77      this.SuspendLayout();
78      //
79      // splitContainer
80      //
81      //
82      // splitContainer.Panel1
83      //
84      this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
85      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
86      //
87      // splitContainer.Panel2
88      //
89      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
90      //
91      // frameTableLayoutPanel
92      //
93      this.frameTableLayoutPanel.ColumnCount = 2;
94      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
95      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
96      this.frameTableLayoutPanel.Controls.Add(this.columnHeaderScrollPanel, 1, 0);
97      this.frameTableLayoutPanel.Controls.Add(this.rowHeaderScrollPanel, 0, 1);
98      this.frameTableLayoutPanel.Controls.Add(this.bodyScrollPanel, 1, 1);
99      this.frameTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
100      this.frameTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
101      this.frameTableLayoutPanel.Name = "frameTableLayoutPanel";
102      this.frameTableLayoutPanel.RowCount = 2;
103      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
104      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
105      this.frameTableLayoutPanel.Size = new System.Drawing.Size(470, 403);
106      this.frameTableLayoutPanel.TabIndex = 0;
107      //
108      // columnHeaderScrollPanel
109      //
110      this.columnHeaderScrollPanel.Controls.Add(this.columnHeaderTableLayoutPanel);
111      this.columnHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
112      this.columnHeaderScrollPanel.Location = new System.Drawing.Point(40, 0);
113      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
114      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
115      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
116      this.columnHeaderScrollPanel.TabIndex = 3;
117      //
118      // columnHeaderTableLayoutPanel
119      //
120      this.columnHeaderTableLayoutPanel.AutoSize = true;
121      this.columnHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
122      this.columnHeaderTableLayoutPanel.ColumnCount = 2;
123      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
124      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
125      this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
126      this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
127      this.columnHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
128      this.columnHeaderTableLayoutPanel.Name = "columnHeaderTableLayoutPanel";
129      this.columnHeaderTableLayoutPanel.RowCount = 1;
130      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
131      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
132      this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(0, 40);
133      this.columnHeaderTableLayoutPanel.TabIndex = 1;
134      //
135      // rowHeaderScrollPanel
136      //
137      this.rowHeaderScrollPanel.Controls.Add(this.rowHeaderTableLayoutPanel);
138      this.rowHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
139      this.rowHeaderScrollPanel.Location = new System.Drawing.Point(0, 40);
140      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
141      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
142      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);
143      this.rowHeaderScrollPanel.TabIndex = 4;
144      //
145      // rowHeaderTableLayoutPanel
146      //
147      this.rowHeaderTableLayoutPanel.AutoSize = true;
148      this.rowHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
149      this.rowHeaderTableLayoutPanel.ColumnCount = 1;
150      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
151      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
152      this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
153      this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
154      this.rowHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
155      this.rowHeaderTableLayoutPanel.Name = "rowHeaderTableLayoutPanel";
156      this.rowHeaderTableLayoutPanel.RowCount = 2;
157      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
158      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
159      this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(40, 0);
160      this.rowHeaderTableLayoutPanel.TabIndex = 2;
161      //
162      // bodyScrollPanel
163      //
164      this.bodyScrollPanel.AutoScroll = true;
165      this.bodyScrollPanel.Controls.Add(this.bodyTableLayoutPanel);
166      this.bodyScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
167      this.bodyScrollPanel.Location = new System.Drawing.Point(40, 40);
168      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
169      this.bodyScrollPanel.Name = "bodyScrollPanel";
170      this.bodyScrollPanel.Size = new System.Drawing.Size(699, 480);
171      this.bodyScrollPanel.TabIndex = 5;
172      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
173      //
174      // bodyTableLayoutPanel
175      //
176      this.bodyTableLayoutPanel.AutoSize = true;
177      this.bodyTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
178      this.bodyTableLayoutPanel.ColumnCount = 2;
179      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
180      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
181      this.bodyTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
182      this.bodyTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
183      this.bodyTableLayoutPanel.Name = "bodyTableLayoutPanel";
184      this.bodyTableLayoutPanel.RowCount = 2;
185      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
186      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
187      this.bodyTableLayoutPanel.Size = new System.Drawing.Size(0, 0);
188      this.bodyTableLayoutPanel.TabIndex = 0;
189      //
190      // sizeGroupBox
191      //
192      this.sizeGroupBox.Controls.Add(this.heightLabel);
193      this.sizeGroupBox.Controls.Add(this.widthLabel);
194      this.sizeGroupBox.Controls.Add(this.heightTrackBar);
195      this.sizeGroupBox.Controls.Add(this.widthTrackBar);
196      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
197      this.sizeGroupBox.Location = new System.Drawing.Point(0, 198);
198      this.sizeGroupBox.Name = "sizeGroupBox";
199      this.sizeGroupBox.Size = new System.Drawing.Size(180, 130);
200      this.sizeGroupBox.TabIndex = 5;
201      this.sizeGroupBox.TabStop = false;
202      this.sizeGroupBox.Text = "Chart Size";
203      //
204      // heightLabel
205      //
206      this.heightLabel.AutoSize = true;
207      this.heightLabel.Location = new System.Drawing.Point(6, 64);
208      this.heightLabel.Name = "heightLabel";
209      this.heightLabel.Size = new System.Drawing.Size(41, 13);
210      this.heightLabel.TabIndex = 2;
211      this.heightLabel.Text = "Height:";
212      //
213      // widthLabel
214      //
215      this.widthLabel.AutoSize = true;
216      this.widthLabel.Location = new System.Drawing.Point(6, 16);
217      this.widthLabel.Name = "widthLabel";
218      this.widthLabel.Size = new System.Drawing.Size(38, 13);
219      this.widthLabel.TabIndex = 1;
220      this.widthLabel.Text = "Width:";
221      //
222      // heightTrackBar
223      //
224      this.heightTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
225            | System.Windows.Forms.AnchorStyles.Right)));
226      this.heightTrackBar.LargeChange = 50;
227      this.heightTrackBar.Location = new System.Drawing.Point(6, 83);
228      this.heightTrackBar.Maximum = 100;
229      this.heightTrackBar.Name = "heightTrackBar";
230      this.heightTrackBar.Size = new System.Drawing.Size(168, 45);
231      this.heightTrackBar.SmallChange = 10;
232      this.heightTrackBar.TabIndex = 0;
233      this.heightTrackBar.TickFrequency = 10;
234      this.heightTrackBar.Value = 20;
235      this.heightTrackBar.ValueChanged += new System.EventHandler(this.heightTrackBar_ValueChanged);
236      //
237      // widthTrackBar
238      //
239      this.widthTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
240            | System.Windows.Forms.AnchorStyles.Right)));
241      this.widthTrackBar.LargeChange = 50;
242      this.widthTrackBar.Location = new System.Drawing.Point(6, 32);
243      this.widthTrackBar.Maximum = 100;
244      this.widthTrackBar.Name = "widthTrackBar";
245      this.widthTrackBar.Size = new System.Drawing.Size(168, 45);
246      this.widthTrackBar.SmallChange = 10;
247      this.widthTrackBar.TabIndex = 0;
248      this.widthTrackBar.TickFrequency = 10;
249      this.widthTrackBar.Value = 20;
250      this.widthTrackBar.ValueChanged += new System.EventHandler(this.widthTrackBar_ValueChanged);
251      //
252      // regressionGroupBox
253      //
254      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
255      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
256      this.regressionGroupBox.Controls.Add(this.orderLabel);
257      this.regressionGroupBox.Controls.Add(this.label4);
258      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
259      this.regressionGroupBox.Location = new System.Drawing.Point(0, 328);
260      this.regressionGroupBox.Name = "regressionGroupBox";
261      this.regressionGroupBox.Size = new System.Drawing.Size(180, 75);
262      this.regressionGroupBox.TabIndex = 3;
263      this.regressionGroupBox.TabStop = false;
264      this.regressionGroupBox.Text = "Regression";
265      //
266      // regressionTypeComboBox
267      //
268      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
269            | System.Windows.Forms.AnchorStyles.Right)));
270      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
271      this.regressionTypeComboBox.FormattingEnabled = true;
272      this.regressionTypeComboBox.Location = new System.Drawing.Point(67, 19);
273      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
274      this.regressionTypeComboBox.Size = new System.Drawing.Size(107, 21);
275      this.regressionTypeComboBox.TabIndex = 14;
276      this.regressionTypeComboBox.SelectedValueChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedValueChanged);
277      //
278      // polynomialRegressionOrderNumericUpDown
279      //
280      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
281            | System.Windows.Forms.AnchorStyles.Right)));
282      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(67, 45);
283      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
284      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
285            6,
286            0,
287            0,
288            0});
289      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
290            2,
291            0,
292            0,
293            0});
294      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
295      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(107, 20);
296      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
297      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
298            2,
299            0,
300            0,
301            0});
302      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
303      //
304      // orderLabel
305      //
306      this.orderLabel.AutoSize = true;
307      this.orderLabel.Location = new System.Drawing.Point(6, 47);
308      this.orderLabel.Name = "orderLabel";
309      this.orderLabel.Size = new System.Drawing.Size(36, 13);
310      this.orderLabel.TabIndex = 16;
311      this.orderLabel.Text = "Order:";
312      //
313      // label4
314      //
315      this.label4.AutoSize = true;
316      this.label4.Location = new System.Drawing.Point(6, 22);
317      this.label4.Name = "label4";
318      this.label4.Size = new System.Drawing.Size(34, 13);
319      this.label4.TabIndex = 13;
320      this.label4.Text = "Type:";
321      //
322      // ScatterPlotMultiView
323      //
324      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
325      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
326      this.Name = "ScatterPlotMultiView";
327      this.splitContainer.Panel1.ResumeLayout(false);
328      this.splitContainer.Panel2.ResumeLayout(false);
329      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
330      this.splitContainer.ResumeLayout(false);
331      this.frameTableLayoutPanel.ResumeLayout(false);
332      this.columnHeaderScrollPanel.ResumeLayout(false);
333      this.columnHeaderScrollPanel.PerformLayout();
334      this.rowHeaderScrollPanel.ResumeLayout(false);
335      this.rowHeaderScrollPanel.PerformLayout();
336      this.bodyScrollPanel.ResumeLayout(false);
337      this.bodyScrollPanel.PerformLayout();
338      this.sizeGroupBox.ResumeLayout(false);
339      this.sizeGroupBox.PerformLayout();
340      ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).EndInit();
341      ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).EndInit();
342      this.regressionGroupBox.ResumeLayout(false);
343      this.regressionGroupBox.PerformLayout();
344      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
345      this.ResumeLayout(false);
346
347    }
348
349    #endregion
350
351    private System.Windows.Forms.TableLayoutPanel frameTableLayoutPanel;
352    private System.Windows.Forms.TableLayoutPanel columnHeaderTableLayoutPanel;
353    private System.Windows.Forms.TableLayoutPanel rowHeaderTableLayoutPanel;
354    private System.Windows.Forms.TableLayoutPanel bodyTableLayoutPanel;
355    private System.Windows.Forms.Panel columnHeaderScrollPanel;
356    private System.Windows.Forms.Panel rowHeaderScrollPanel;
357    private System.Windows.Forms.Panel bodyScrollPanel;
358    private System.Windows.Forms.GroupBox sizeGroupBox;
359    private System.Windows.Forms.TrackBar widthTrackBar;
360    private System.Windows.Forms.TrackBar heightTrackBar;
361    private System.Windows.Forms.Label heightLabel;
362    private System.Windows.Forms.Label widthLabel;
363    private System.Windows.Forms.GroupBox regressionGroupBox;
364    private System.Windows.Forms.ComboBox regressionTypeComboBox;
365    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
366    private System.Windows.Forms.Label orderLabel;
367    private System.Windows.Forms.Label label4;
368  }
369}
Note: See TracBrowser for help on using the repository browser.