Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14725 was 14725, checked in by mkommend, 7 years ago

#2709: Added grouping for multi scatter plot view.

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