Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2709

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