Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs @ 15019

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

#2709

  • renamed Column -> Variable, Row -> Datarow.
  • scatterplot using regular comboboxes for variables.
  • adapted sizing and small layouting in multiscatterplot, histogram, statistics and datagrid.
File size: 32.6 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.heightNumericUpDown = new System.Windows.Forms.NumericUpDown();
56      this.widthNumericUpDown = new System.Windows.Forms.NumericUpDown();
57      this.heightLabel = new System.Windows.Forms.Label();
58      this.widthLabel = new System.Windows.Forms.Label();
59      this.lockAspectCheckBox = new System.Windows.Forms.CheckBox();
60      this.pointSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
61      this.pointSizeLabel = new System.Windows.Forms.Label();
62      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
63      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
64      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
65      this.orderLabel = new System.Windows.Forms.Label();
66      this.regressionTyleLabel = new System.Windows.Forms.Label();
67      this.groupingOptionsBox = new System.Windows.Forms.GroupBox();
68      this.legendGroupBox = new System.Windows.Forms.GroupBox();
69      this.legendCheckbox = new System.Windows.Forms.CheckBox();
70      this.legendOrderComboBox = new System.Windows.Forms.ComboBox();
71      this.legendOrderLabel = new System.Windows.Forms.Label();
72      this.aggregationLabel = new System.Windows.Forms.Label();
73      this.aggregationComboBox = new System.Windows.Forms.ComboBox();
74      this.groupingComboBox = new System.Windows.Forms.ComboBox();
75      this.opacityLabel = new System.Windows.Forms.Label();
76      this.pointOpacityNumericUpDown = new System.Windows.Forms.NumericUpDown();
77      this.pointsGroupBox = new System.Windows.Forms.GroupBox();
78      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
79      this.splitContainer.Panel1.SuspendLayout();
80      this.splitContainer.Panel2.SuspendLayout();
81      this.splitContainer.SuspendLayout();
82      this.variablesGroupBox.SuspendLayout();
83      this.frameTableLayoutPanel.SuspendLayout();
84      this.columnHeaderScrollPanel.SuspendLayout();
85      this.rowHeaderScrollPanel.SuspendLayout();
86      this.bodyScrollPanel.SuspendLayout();
87      this.sizeGroupBox.SuspendLayout();
88      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUpDown)).BeginInit();
89      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUpDown)).BeginInit();
90      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).BeginInit();
91      this.regressionGroupBox.SuspendLayout();
92      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
93      this.groupingOptionsBox.SuspendLayout();
94      this.legendGroupBox.SuspendLayout();
95      ((System.ComponentModel.ISupportInitialize)(this.pointOpacityNumericUpDown)).BeginInit();
96      this.pointsGroupBox.SuspendLayout();
97      this.SuspendLayout();
98      //
99      // splitContainer
100      //
101      //
102      // splitContainer.Panel1
103      //
104      this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
105      this.splitContainer.Panel1.Controls.Add(this.pointsGroupBox);
106      this.splitContainer.Panel1.Controls.Add(this.groupingOptionsBox);
107      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
108      //
109      // splitContainer.Panel2
110      //
111      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
112      this.splitContainer.Size = new System.Drawing.Size(940, 698);
113      //
114      // variablesListView
115      //
116      this.variablesListView.Size = new System.Drawing.Size(168, 270);
117      //
118      // variablesGroupBox
119      //
120      this.variablesGroupBox.Size = new System.Drawing.Size(180, 325);
121      //
122      // frameTableLayoutPanel
123      //
124      this.frameTableLayoutPanel.ColumnCount = 2;
125      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
126      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
127      this.frameTableLayoutPanel.Controls.Add(this.columnHeaderScrollPanel, 1, 0);
128      this.frameTableLayoutPanel.Controls.Add(this.rowHeaderScrollPanel, 0, 1);
129      this.frameTableLayoutPanel.Controls.Add(this.bodyScrollPanel, 1, 1);
130      this.frameTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
131      this.frameTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
132      this.frameTableLayoutPanel.Name = "frameTableLayoutPanel";
133      this.frameTableLayoutPanel.RowCount = 2;
134      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
135      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
136      this.frameTableLayoutPanel.Size = new System.Drawing.Size(756, 698);
137      this.frameTableLayoutPanel.TabIndex = 0;
138      //
139      // columnHeaderScrollPanel
140      //
141      this.columnHeaderScrollPanel.Controls.Add(this.columnHeaderTableLayoutPanel);
142      this.columnHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
143      this.columnHeaderScrollPanel.Location = new System.Drawing.Point(40, 0);
144      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
145      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
146      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(716, 40);
147      this.columnHeaderScrollPanel.TabIndex = 3;
148      //
149      // columnHeaderTableLayoutPanel
150      //
151      this.columnHeaderTableLayoutPanel.AutoSize = true;
152      this.columnHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
153      this.columnHeaderTableLayoutPanel.ColumnCount = 2;
154      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
155      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
156      this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
157      this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
158      this.columnHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
159      this.columnHeaderTableLayoutPanel.Name = "columnHeaderTableLayoutPanel";
160      this.columnHeaderTableLayoutPanel.RowCount = 1;
161      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
162      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
163      this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(0, 40);
164      this.columnHeaderTableLayoutPanel.TabIndex = 1;
165      //
166      // rowHeaderScrollPanel
167      //
168      this.rowHeaderScrollPanel.Controls.Add(this.rowHeaderTableLayoutPanel);
169      this.rowHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
170      this.rowHeaderScrollPanel.Location = new System.Drawing.Point(0, 40);
171      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
172      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
173      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 658);
174      this.rowHeaderScrollPanel.TabIndex = 4;
175      //
176      // rowHeaderTableLayoutPanel
177      //
178      this.rowHeaderTableLayoutPanel.AutoSize = true;
179      this.rowHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
180      this.rowHeaderTableLayoutPanel.ColumnCount = 1;
181      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
182      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
183      this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
184      this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
185      this.rowHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
186      this.rowHeaderTableLayoutPanel.Name = "rowHeaderTableLayoutPanel";
187      this.rowHeaderTableLayoutPanel.RowCount = 2;
188      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
189      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
190      this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(40, 0);
191      this.rowHeaderTableLayoutPanel.TabIndex = 2;
192      //
193      // bodyScrollPanel
194      //
195      this.bodyScrollPanel.AutoScroll = true;
196      this.bodyScrollPanel.Controls.Add(this.bodyTableLayoutPanel);
197      this.bodyScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
198      this.bodyScrollPanel.Location = new System.Drawing.Point(40, 40);
199      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
200      this.bodyScrollPanel.Name = "bodyScrollPanel";
201      this.bodyScrollPanel.Size = new System.Drawing.Size(716, 658);
202      this.bodyScrollPanel.TabIndex = 5;
203      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
204      //
205      // bodyTableLayoutPanel
206      //
207      this.bodyTableLayoutPanel.AutoSize = true;
208      this.bodyTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
209      this.bodyTableLayoutPanel.ColumnCount = 2;
210      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
211      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
212      this.bodyTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
213      this.bodyTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
214      this.bodyTableLayoutPanel.Name = "bodyTableLayoutPanel";
215      this.bodyTableLayoutPanel.RowCount = 2;
216      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
217      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
218      this.bodyTableLayoutPanel.Size = new System.Drawing.Size(0, 0);
219      this.bodyTableLayoutPanel.TabIndex = 0;
220      //
221      // sizeGroupBox
222      //
223      this.sizeGroupBox.Controls.Add(this.heightNumericUpDown);
224      this.sizeGroupBox.Controls.Add(this.widthNumericUpDown);
225      this.sizeGroupBox.Controls.Add(this.heightLabel);
226      this.sizeGroupBox.Controls.Add(this.widthLabel);
227      this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox);
228      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
229      this.sizeGroupBox.Location = new System.Drawing.Point(0, 325);
230      this.sizeGroupBox.Name = "sizeGroupBox";
231      this.sizeGroupBox.Size = new System.Drawing.Size(180, 98);
232      this.sizeGroupBox.TabIndex = 5;
233      this.sizeGroupBox.TabStop = false;
234      this.sizeGroupBox.Text = "Chart Size";
235      //
236      // heightNumericUpDown
237      //
238      this.heightNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
239            | System.Windows.Forms.AnchorStyles.Right)));
240      this.heightNumericUpDown.Increment = new decimal(new int[] {
241            50,
242            0,
243            0,
244            0});
245      this.heightNumericUpDown.Location = new System.Drawing.Point(50, 46);
246      this.heightNumericUpDown.Maximum = new decimal(new int[] {
247            100000,
248            0,
249            0,
250            0});
251      this.heightNumericUpDown.Name = "heightNumericUpDown";
252      this.heightNumericUpDown.Size = new System.Drawing.Size(124, 20);
253      this.heightNumericUpDown.TabIndex = 4;
254      this.heightNumericUpDown.Value = new decimal(new int[] {
255            225,
256            0,
257            0,
258            0});
259      this.heightNumericUpDown.ValueChanged += new System.EventHandler(this.heightNumericUpDown_ValueChanged);
260      //
261      // widthNumericUpDown
262      //
263      this.widthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
264            | System.Windows.Forms.AnchorStyles.Right)));
265      this.widthNumericUpDown.Increment = new decimal(new int[] {
266            50,
267            0,
268            0,
269            0});
270      this.widthNumericUpDown.Location = new System.Drawing.Point(50, 20);
271      this.widthNumericUpDown.Maximum = new decimal(new int[] {
272            10000,
273            0,
274            0,
275            0});
276      this.widthNumericUpDown.Name = "widthNumericUpDown";
277      this.widthNumericUpDown.Size = new System.Drawing.Size(124, 20);
278      this.widthNumericUpDown.TabIndex = 3;
279      this.widthNumericUpDown.Value = new decimal(new int[] {
280            300,
281            0,
282            0,
283            0});
284      this.widthNumericUpDown.ValueChanged += new System.EventHandler(this.widthNumericUpDown_ValueChanged);
285      //
286      // heightLabel
287      //
288      this.heightLabel.AutoSize = true;
289      this.heightLabel.Location = new System.Drawing.Point(6, 48);
290      this.heightLabel.Name = "heightLabel";
291      this.heightLabel.Size = new System.Drawing.Size(41, 13);
292      this.heightLabel.TabIndex = 2;
293      this.heightLabel.Text = "Height:";
294      //
295      // widthLabel
296      //
297      this.widthLabel.AutoSize = true;
298      this.widthLabel.Location = new System.Drawing.Point(6, 22);
299      this.widthLabel.Name = "widthLabel";
300      this.widthLabel.Size = new System.Drawing.Size(38, 13);
301      this.widthLabel.TabIndex = 1;
302      this.widthLabel.Text = "Width:";
303      //
304      // lockAspectCheckBox
305      //
306      this.lockAspectCheckBox.AutoSize = true;
307      this.lockAspectCheckBox.Checked = true;
308      this.lockAspectCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
309      this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 73);
310      this.lockAspectCheckBox.Name = "lockAspectCheckBox";
311      this.lockAspectCheckBox.Size = new System.Drawing.Size(114, 17);
312      this.lockAspectCheckBox.TabIndex = 6;
313      this.lockAspectCheckBox.Text = "Lock Aspect Ratio";
314      this.lockAspectCheckBox.UseVisualStyleBackColor = true;
315      //
316      // pointSizeNumericUpDown
317      //
318      this.pointSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
319            | System.Windows.Forms.AnchorStyles.Right)));
320      this.pointSizeNumericUpDown.Location = new System.Drawing.Point(58, 15);
321      this.pointSizeNumericUpDown.Maximum = new decimal(new int[] {
322            50,
323            0,
324            0,
325            0});
326      this.pointSizeNumericUpDown.Minimum = new decimal(new int[] {
327            1,
328            0,
329            0,
330            0});
331      this.pointSizeNumericUpDown.Name = "pointSizeNumericUpDown";
332      this.pointSizeNumericUpDown.Size = new System.Drawing.Size(116, 20);
333      this.pointSizeNumericUpDown.TabIndex = 8;
334      this.pointSizeNumericUpDown.Value = new decimal(new int[] {
335            3,
336            0,
337            0,
338            0});
339      this.pointSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pointSizeNumericUpDown_ValueChanged);
340      //
341      // pointSizeLabel
342      //
343      this.pointSizeLabel.AutoSize = true;
344      this.pointSizeLabel.Location = new System.Drawing.Point(6, 17);
345      this.pointSizeLabel.Name = "pointSizeLabel";
346      this.pointSizeLabel.Size = new System.Drawing.Size(30, 13);
347      this.pointSizeLabel.TabIndex = 7;
348      this.pointSizeLabel.Text = "Size:";
349      //
350      // regressionGroupBox
351      //
352      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
353      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
354      this.regressionGroupBox.Controls.Add(this.orderLabel);
355      this.regressionGroupBox.Controls.Add(this.regressionTyleLabel);
356      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
357      this.regressionGroupBox.Location = new System.Drawing.Point(0, 623);
358      this.regressionGroupBox.Name = "regressionGroupBox";
359      this.regressionGroupBox.Size = new System.Drawing.Size(180, 75);
360      this.regressionGroupBox.TabIndex = 3;
361      this.regressionGroupBox.TabStop = false;
362      this.regressionGroupBox.Text = "Regression";
363      //
364      // regressionTypeComboBox
365      //
366      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
367            | System.Windows.Forms.AnchorStyles.Right)));
368      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
369      this.regressionTypeComboBox.FormattingEnabled = true;
370      this.regressionTypeComboBox.Location = new System.Drawing.Point(67, 19);
371      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
372      this.regressionTypeComboBox.Size = new System.Drawing.Size(107, 21);
373      this.regressionTypeComboBox.TabIndex = 14;
374      this.regressionTypeComboBox.SelectedValueChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedValueChanged);
375      //
376      // polynomialRegressionOrderNumericUpDown
377      //
378      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
379            | System.Windows.Forms.AnchorStyles.Right)));
380      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(67, 45);
381      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
382      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
383            6,
384            0,
385            0,
386            0});
387      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
388            2,
389            0,
390            0,
391            0});
392      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
393      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(107, 20);
394      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
395      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
396            2,
397            0,
398            0,
399            0});
400      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
401      //
402      // orderLabel
403      //
404      this.orderLabel.AutoSize = true;
405      this.orderLabel.Location = new System.Drawing.Point(6, 47);
406      this.orderLabel.Name = "orderLabel";
407      this.orderLabel.Size = new System.Drawing.Size(36, 13);
408      this.orderLabel.TabIndex = 16;
409      this.orderLabel.Text = "Order:";
410      //
411      // regressionTyleLabel
412      //
413      this.regressionTyleLabel.AutoSize = true;
414      this.regressionTyleLabel.Location = new System.Drawing.Point(6, 22);
415      this.regressionTyleLabel.Name = "regressionTyleLabel";
416      this.regressionTyleLabel.Size = new System.Drawing.Size(34, 13);
417      this.regressionTyleLabel.TabIndex = 13;
418      this.regressionTyleLabel.Text = "Type:";
419      //
420      // groupingOptionsBox
421      //
422      this.groupingOptionsBox.Controls.Add(this.legendGroupBox);
423      this.groupingOptionsBox.Controls.Add(this.aggregationLabel);
424      this.groupingOptionsBox.Controls.Add(this.aggregationComboBox);
425      this.groupingOptionsBox.Controls.Add(this.groupingComboBox);
426      this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
427      this.groupingOptionsBox.Location = new System.Drawing.Point(0, 492);
428      this.groupingOptionsBox.Name = "groupingOptionsBox";
429      this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131);
430      this.groupingOptionsBox.TabIndex = 8;
431      this.groupingOptionsBox.TabStop = false;
432      this.groupingOptionsBox.Text = "Grouping";
433      //
434      // legendGroupBox
435      //
436      this.legendGroupBox.Controls.Add(this.legendCheckbox);
437      this.legendGroupBox.Controls.Add(this.legendOrderComboBox);
438      this.legendGroupBox.Controls.Add(this.legendOrderLabel);
439      this.legendGroupBox.Enabled = false;
440      this.legendGroupBox.Location = new System.Drawing.Point(6, 73);
441      this.legendGroupBox.Name = "legendGroupBox";
442      this.legendGroupBox.Size = new System.Drawing.Size(167, 50);
443      this.legendGroupBox.TabIndex = 7;
444      this.legendGroupBox.TabStop = false;
445      this.legendGroupBox.Text = "Legend";
446      //
447      // legendCheckbox
448      //
449      this.legendCheckbox.AutoSize = true;
450      this.legendCheckbox.Checked = true;
451      this.legendCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
452      this.legendCheckbox.Location = new System.Drawing.Point(56, -1);
453      this.legendCheckbox.Name = "legendCheckbox";
454      this.legendCheckbox.Size = new System.Drawing.Size(56, 17);
455      this.legendCheckbox.TabIndex = 0;
456      this.legendCheckbox.Text = "Visible";
457      this.legendCheckbox.UseVisualStyleBackColor = true;
458      this.legendCheckbox.CheckedChanged += new System.EventHandler(this.legendCheckbox_CheckedChanged);
459      //
460      // legendOrderComboBox
461      //
462      this.legendOrderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
463      this.legendOrderComboBox.FormattingEnabled = true;
464      this.legendOrderComboBox.Location = new System.Drawing.Point(49, 19);
465      this.legendOrderComboBox.Name = "legendOrderComboBox";
466      this.legendOrderComboBox.Size = new System.Drawing.Size(109, 21);
467      this.legendOrderComboBox.TabIndex = 5;
468      this.legendOrderComboBox.SelectedIndexChanged += new System.EventHandler(this.legendOrderComboBox_SelectedIndexChanged);
469      //
470      // legendOrderLabel
471      //
472      this.legendOrderLabel.AutoSize = true;
473      this.legendOrderLabel.Location = new System.Drawing.Point(7, 22);
474      this.legendOrderLabel.Name = "legendOrderLabel";
475      this.legendOrderLabel.Size = new System.Drawing.Size(36, 13);
476      this.legendOrderLabel.TabIndex = 4;
477      this.legendOrderLabel.Text = "Order:";
478      this.legendOrderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
479      //
480      // aggregationLabel
481      //
482      this.aggregationLabel.AutoSize = true;
483      this.aggregationLabel.Enabled = false;
484      this.aggregationLabel.Location = new System.Drawing.Point(5, 49);
485      this.aggregationLabel.Name = "aggregationLabel";
486      this.aggregationLabel.Size = new System.Drawing.Size(67, 13);
487      this.aggregationLabel.TabIndex = 3;
488      this.aggregationLabel.Text = "Aggregation:";
489      //
490      // aggregationComboBox
491      //
492      this.aggregationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
493            | System.Windows.Forms.AnchorStyles.Right)));
494      this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
495      this.aggregationComboBox.Enabled = false;
496      this.aggregationComboBox.FormattingEnabled = true;
497      this.aggregationComboBox.Location = new System.Drawing.Point(79, 46);
498      this.aggregationComboBox.Name = "aggregationComboBox";
499      this.aggregationComboBox.Size = new System.Drawing.Size(96, 21);
500      this.aggregationComboBox.TabIndex = 2;
501      this.aggregationComboBox.SelectedIndexChanged += new System.EventHandler(this.aggregationComboBox_SelectedIndexChanged);
502      //
503      // groupingComboBox
504      //
505      this.groupingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
506            | System.Windows.Forms.AnchorStyles.Right)));
507      this.groupingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
508      this.groupingComboBox.FormattingEnabled = true;
509      this.groupingComboBox.Location = new System.Drawing.Point(6, 19);
510      this.groupingComboBox.Name = "groupingComboBox";
511      this.groupingComboBox.Size = new System.Drawing.Size(169, 21);
512      this.groupingComboBox.TabIndex = 1;
513      this.groupingComboBox.SelectedIndexChanged += new System.EventHandler(this.groupingComboBox_SelectedIndexChanged);
514      //
515      // opacityLabel
516      //
517      this.opacityLabel.AutoSize = true;
518      this.opacityLabel.Location = new System.Drawing.Point(6, 43);
519      this.opacityLabel.Name = "opacityLabel";
520      this.opacityLabel.Size = new System.Drawing.Size(46, 13);
521      this.opacityLabel.TabIndex = 7;
522      this.opacityLabel.Text = "Opacity:";
523      //
524      // pointOpacityNumericUpDown
525      //
526      this.pointOpacityNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
527            | System.Windows.Forms.AnchorStyles.Right)));
528      this.pointOpacityNumericUpDown.DecimalPlaces = 2;
529      this.pointOpacityNumericUpDown.Increment = new decimal(new int[] {
530            1,
531            0,
532            0,
533            65536});
534      this.pointOpacityNumericUpDown.Location = new System.Drawing.Point(58, 41);
535      this.pointOpacityNumericUpDown.Maximum = new decimal(new int[] {
536            1,
537            0,
538            0,
539            0});
540      this.pointOpacityNumericUpDown.Name = "pointOpacityNumericUpDown";
541      this.pointOpacityNumericUpDown.Size = new System.Drawing.Size(115, 20);
542      this.pointOpacityNumericUpDown.TabIndex = 8;
543      this.pointOpacityNumericUpDown.Value = new decimal(new int[] {
544            1,
545            0,
546            0,
547            0});
548      this.pointOpacityNumericUpDown.ValueChanged += new System.EventHandler(this.pointOpacityNumericUpDown_ValueChanged);
549      //
550      // pointsGroupBox
551      //
552      this.pointsGroupBox.Controls.Add(this.pointOpacityNumericUpDown);
553      this.pointsGroupBox.Controls.Add(this.pointSizeLabel);
554      this.pointsGroupBox.Controls.Add(this.pointSizeNumericUpDown);
555      this.pointsGroupBox.Controls.Add(this.opacityLabel);
556      this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
557      this.pointsGroupBox.Location = new System.Drawing.Point(0, 423);
558      this.pointsGroupBox.Name = "pointsGroupBox";
559      this.pointsGroupBox.Size = new System.Drawing.Size(180, 69);
560      this.pointsGroupBox.TabIndex = 4;
561      this.pointsGroupBox.TabStop = false;
562      this.pointsGroupBox.Text = "Points";
563      //
564      // ScatterPlotMultiView
565      //
566      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
567      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
568      this.Name = "ScatterPlotMultiView";
569      this.Size = new System.Drawing.Size(940, 698);
570      this.splitContainer.Panel1.ResumeLayout(false);
571      this.splitContainer.Panel2.ResumeLayout(false);
572      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
573      this.splitContainer.ResumeLayout(false);
574      this.variablesGroupBox.ResumeLayout(false);
575      this.frameTableLayoutPanel.ResumeLayout(false);
576      this.columnHeaderScrollPanel.ResumeLayout(false);
577      this.columnHeaderScrollPanel.PerformLayout();
578      this.rowHeaderScrollPanel.ResumeLayout(false);
579      this.rowHeaderScrollPanel.PerformLayout();
580      this.bodyScrollPanel.ResumeLayout(false);
581      this.bodyScrollPanel.PerformLayout();
582      this.sizeGroupBox.ResumeLayout(false);
583      this.sizeGroupBox.PerformLayout();
584      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUpDown)).EndInit();
585      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUpDown)).EndInit();
586      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).EndInit();
587      this.regressionGroupBox.ResumeLayout(false);
588      this.regressionGroupBox.PerformLayout();
589      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
590      this.groupingOptionsBox.ResumeLayout(false);
591      this.groupingOptionsBox.PerformLayout();
592      this.legendGroupBox.ResumeLayout(false);
593      this.legendGroupBox.PerformLayout();
594      ((System.ComponentModel.ISupportInitialize)(this.pointOpacityNumericUpDown)).EndInit();
595      this.pointsGroupBox.ResumeLayout(false);
596      this.pointsGroupBox.PerformLayout();
597      this.ResumeLayout(false);
598
599    }
600
601    #endregion
602
603    private System.Windows.Forms.TableLayoutPanel frameTableLayoutPanel;
604    private System.Windows.Forms.TableLayoutPanel columnHeaderTableLayoutPanel;
605    private System.Windows.Forms.TableLayoutPanel rowHeaderTableLayoutPanel;
606    private System.Windows.Forms.TableLayoutPanel bodyTableLayoutPanel;
607    private System.Windows.Forms.Panel columnHeaderScrollPanel;
608    private System.Windows.Forms.Panel rowHeaderScrollPanel;
609    private System.Windows.Forms.Panel bodyScrollPanel;
610    private System.Windows.Forms.GroupBox sizeGroupBox;
611    private System.Windows.Forms.Label heightLabel;
612    private System.Windows.Forms.Label widthLabel;
613    private System.Windows.Forms.GroupBox regressionGroupBox;
614    private System.Windows.Forms.ComboBox regressionTypeComboBox;
615    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
616    private System.Windows.Forms.Label orderLabel;
617    private System.Windows.Forms.Label regressionTyleLabel;
618    private System.Windows.Forms.GroupBox groupingOptionsBox;
619    private System.Windows.Forms.ComboBox groupingComboBox;
620    private System.Windows.Forms.NumericUpDown widthNumericUpDown;
621    private System.Windows.Forms.NumericUpDown heightNumericUpDown;
622    private System.Windows.Forms.CheckBox lockAspectCheckBox;
623    private System.Windows.Forms.NumericUpDown pointSizeNumericUpDown;
624    private System.Windows.Forms.Label pointSizeLabel;
625    private System.Windows.Forms.Label aggregationLabel;
626    private System.Windows.Forms.ComboBox aggregationComboBox;
627    private System.Windows.Forms.GroupBox pointsGroupBox;
628    private System.Windows.Forms.NumericUpDown pointOpacityNumericUpDown;
629    private System.Windows.Forms.Label opacityLabel;
630    private System.Windows.Forms.Label legendOrderLabel;
631    private System.Windows.Forms.ComboBox legendOrderComboBox;
632    private System.Windows.Forms.GroupBox legendGroupBox;
633    private System.Windows.Forms.CheckBox legendCheckbox;
634  }
635}
Note: See TracBrowser for help on using the repository browser.