Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15021 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: 20.3 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 ScatterPlotSingleView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScatterPlotSingleView));
48      this.scatterPlotView = new HeuristicLab.Analysis.Views.ScatterPlotView();
49      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
50      this.orderComboBox = new System.Windows.Forms.ComboBox();
51      this.legendOrderLabel = new System.Windows.Forms.Label();
52      this.useGradientCheckBox = new System.Windows.Forms.CheckBox();
53      this.groupLabel = new System.Windows.Forms.Label();
54      this.yLabel = new System.Windows.Forms.Label();
55      this.xLabel = new System.Windows.Forms.Label();
56      this.comboBoxGroup = new System.Windows.Forms.ComboBox();
57      this.comboBoxYVariable = new System.Windows.Forms.ComboBox();
58      this.comboBoxXVariable = new System.Windows.Forms.ComboBox();
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.regressionTypeLabel = new System.Windows.Forms.Label();
64      this.splitContainer = new System.Windows.Forms.SplitContainer();
65      this.gradientPanel = new System.Windows.Forms.Panel();
66      this.gradientPictureBox = new System.Windows.Forms.PictureBox();
67      this.gradientMinimumLabel = new System.Windows.Forms.Label();
68      this.gradientMaximumLabel = new System.Windows.Forms.Label();
69      this.variablesGroupBox.SuspendLayout();
70      this.regressionGroupBox.SuspendLayout();
71      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
72      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
73      this.splitContainer.Panel1.SuspendLayout();
74      this.splitContainer.Panel2.SuspendLayout();
75      this.splitContainer.SuspendLayout();
76      this.gradientPanel.SuspendLayout();
77      ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).BeginInit();
78      this.SuspendLayout();
79      //
80      // scatterPlotView
81      //
82      this.scatterPlotView.Caption = "View";
83      this.scatterPlotView.Content = null;
84      this.scatterPlotView.Dock = System.Windows.Forms.DockStyle.Fill;
85      this.scatterPlotView.Location = new System.Drawing.Point(0, 0);
86      this.scatterPlotView.Name = "scatterPlotView";
87      this.scatterPlotView.ReadOnly = false;
88      this.scatterPlotView.ShowName = false;
89      this.scatterPlotView.Size = new System.Drawing.Size(618, 517);
90      this.scatterPlotView.TabIndex = 0;
91      //
92      // variablesGroupBox
93      //
94      this.variablesGroupBox.Controls.Add(this.orderComboBox);
95      this.variablesGroupBox.Controls.Add(this.legendOrderLabel);
96      this.variablesGroupBox.Controls.Add(this.useGradientCheckBox);
97      this.variablesGroupBox.Controls.Add(this.groupLabel);
98      this.variablesGroupBox.Controls.Add(this.yLabel);
99      this.variablesGroupBox.Controls.Add(this.xLabel);
100      this.variablesGroupBox.Controls.Add(this.comboBoxGroup);
101      this.variablesGroupBox.Controls.Add(this.comboBoxYVariable);
102      this.variablesGroupBox.Controls.Add(this.comboBoxXVariable);
103      this.variablesGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
104      this.variablesGroupBox.Location = new System.Drawing.Point(0, 0);
105      this.variablesGroupBox.Name = "variablesGroupBox";
106      this.variablesGroupBox.Size = new System.Drawing.Size(172, 178);
107      this.variablesGroupBox.TabIndex = 1;
108      this.variablesGroupBox.TabStop = false;
109      this.variablesGroupBox.Text = "Variables";
110      //
111      // orderComboBox
112      //
113      this.orderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
114      this.orderComboBox.FormattingEnabled = true;
115      this.orderComboBox.Location = new System.Drawing.Point(51, 144);
116      this.orderComboBox.Name = "orderComboBox";
117      this.orderComboBox.Size = new System.Drawing.Size(115, 21);
118      this.orderComboBox.TabIndex = 6;
119      this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged);
120      //
121      // legendOrderLabel
122      //
123      this.legendOrderLabel.AutoSize = true;
124      this.legendOrderLabel.Location = new System.Drawing.Point(6, 149);
125      this.legendOrderLabel.Name = "legendOrderLabel";
126      this.legendOrderLabel.Size = new System.Drawing.Size(36, 13);
127      this.legendOrderLabel.TabIndex = 5;
128      this.legendOrderLabel.Text = "Order:";
129      this.legendOrderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
130      //
131      // useGradientCheckBox
132      //
133      this.useGradientCheckBox.AutoSize = true;
134      this.useGradientCheckBox.Location = new System.Drawing.Point(51, 121);
135      this.useGradientCheckBox.Name = "useGradientCheckBox";
136      this.useGradientCheckBox.Size = new System.Drawing.Size(115, 17);
137      this.useGradientCheckBox.TabIndex = 4;
138      this.useGradientCheckBox.Text = "Use Color Gradient";
139      this.useGradientCheckBox.UseVisualStyleBackColor = true;
140      this.useGradientCheckBox.CheckedChanged += new System.EventHandler(this.useGradientCheckBox_CheckedChanged);
141      //
142      // groupLabel
143      //
144      this.groupLabel.AutoSize = true;
145      this.groupLabel.Location = new System.Drawing.Point(6, 97);
146      this.groupLabel.Name = "groupLabel";
147      this.groupLabel.Size = new System.Drawing.Size(39, 13);
148      this.groupLabel.TabIndex = 3;
149      this.groupLabel.Text = "Group:";
150      //
151      // yLabel
152      //
153      this.yLabel.AutoSize = true;
154      this.yLabel.Location = new System.Drawing.Point(6, 63);
155      this.yLabel.Name = "yLabel";
156      this.yLabel.Size = new System.Drawing.Size(17, 13);
157      this.yLabel.TabIndex = 3;
158      this.yLabel.Text = "Y:";
159      //
160      // xLabel
161      //
162      this.xLabel.AutoSize = true;
163      this.xLabel.Location = new System.Drawing.Point(6, 29);
164      this.xLabel.Name = "xLabel";
165      this.xLabel.Size = new System.Drawing.Size(17, 13);
166      this.xLabel.TabIndex = 2;
167      this.xLabel.Text = "X:";
168      //
169      // comboBoxGroup
170      //
171      this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
172            | System.Windows.Forms.AnchorStyles.Right)));
173      this.comboBoxGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
174      this.comboBoxGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
175      this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
176      this.comboBoxGroup.FormattingEnabled = true;
177      this.comboBoxGroup.Location = new System.Drawing.Point(51, 94);
178      this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
179      this.comboBoxGroup.Name = "comboBoxGroup";
180      this.comboBoxGroup.Size = new System.Drawing.Size(115, 21);
181      this.comboBoxGroup.TabIndex = 1;
182      this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);
183      //
184      // comboBoxYVariable
185      //
186      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.comboBoxYVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
189      this.comboBoxYVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
190      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
191      this.comboBoxYVariable.FormattingEnabled = true;
192      this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60);
193      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
194      this.comboBoxYVariable.Name = "comboBoxYVariable";
195      this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21);
196      this.comboBoxYVariable.TabIndex = 1;
197      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged);
198      //
199      // comboBoxXVariable
200      //
201      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
202            | System.Windows.Forms.AnchorStyles.Right)));
203      this.comboBoxXVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
204      this.comboBoxXVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
205      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
206      this.comboBoxXVariable.FormattingEnabled = true;
207      this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26);
208      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
209      this.comboBoxXVariable.Name = "comboBoxXVariable";
210      this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21);
211      this.comboBoxXVariable.TabIndex = 0;
212      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged);
213      //
214      // regressionGroupBox
215      //
216      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
217      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
218      this.regressionGroupBox.Controls.Add(this.orderLabel);
219      this.regressionGroupBox.Controls.Add(this.regressionTypeLabel);
220      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
221      this.regressionGroupBox.Location = new System.Drawing.Point(0, 178);
222      this.regressionGroupBox.Name = "regressionGroupBox";
223      this.regressionGroupBox.Size = new System.Drawing.Size(172, 78);
224      this.regressionGroupBox.TabIndex = 4;
225      this.regressionGroupBox.TabStop = false;
226      this.regressionGroupBox.Text = "Regression";
227      //
228      // regressionTypeComboBox
229      //
230      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
231            | System.Windows.Forms.AnchorStyles.Right)));
232      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
233      this.regressionTypeComboBox.FormattingEnabled = true;
234      this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19);
235      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
236      this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21);
237      this.regressionTypeComboBox.TabIndex = 14;
238      this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged);
239      //
240      // polynomialRegressionOrderNumericUpDown
241      //
242      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
243            | System.Windows.Forms.AnchorStyles.Right)));
244      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47);
245      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
246      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
247            6,
248            0,
249            0,
250            0});
251      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
252            2,
253            0,
254            0,
255            0});
256      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
257      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20);
258      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
259      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
260            2,
261            0,
262            0,
263            0});
264      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
265      //
266      // orderLabel
267      //
268      this.orderLabel.AutoSize = true;
269      this.orderLabel.Location = new System.Drawing.Point(6, 49);
270      this.orderLabel.Name = "orderLabel";
271      this.orderLabel.Size = new System.Drawing.Size(36, 13);
272      this.orderLabel.TabIndex = 16;
273      this.orderLabel.Text = "Order:";
274      //
275      // regressionTypeLabel
276      //
277      this.regressionTypeLabel.AutoSize = true;
278      this.regressionTypeLabel.Location = new System.Drawing.Point(6, 22);
279      this.regressionTypeLabel.Name = "regressionTypeLabel";
280      this.regressionTypeLabel.Size = new System.Drawing.Size(34, 13);
281      this.regressionTypeLabel.TabIndex = 13;
282      this.regressionTypeLabel.Text = "Type:";
283      //
284      // splitContainer
285      //
286      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
287      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
288      this.splitContainer.Location = new System.Drawing.Point(0, 0);
289      this.splitContainer.Name = "splitContainer";
290      //
291      // splitContainer.Panel1
292      //
293      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
294      this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox);
295      //
296      // splitContainer.Panel2
297      //
298      this.splitContainer.Panel2.Controls.Add(this.scatterPlotView);
299      this.splitContainer.Panel2.Controls.Add(this.gradientPanel);
300      this.splitContainer.Size = new System.Drawing.Size(863, 517);
301      this.splitContainer.SplitterDistance = 172;
302      this.splitContainer.TabIndex = 5;
303      //
304      // gradientPanel
305      //
306      this.gradientPanel.Controls.Add(this.gradientPictureBox);
307      this.gradientPanel.Controls.Add(this.gradientMinimumLabel);
308      this.gradientPanel.Controls.Add(this.gradientMaximumLabel);
309      this.gradientPanel.Dock = System.Windows.Forms.DockStyle.Right;
310      this.gradientPanel.Location = new System.Drawing.Point(618, 0);
311      this.gradientPanel.Name = "gradientPanel";
312      this.gradientPanel.Size = new System.Drawing.Size(69, 517);
313      this.gradientPanel.TabIndex = 1;
314      //
315      // gradientPictureBox
316      //
317      this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
318            | System.Windows.Forms.AnchorStyles.Left)));
319      this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
320      this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image")));
321      this.gradientPictureBox.Location = new System.Drawing.Point(17, 29);
322      this.gradientPictureBox.Name = "gradientPictureBox";
323      this.gradientPictureBox.Size = new System.Drawing.Size(35, 460);
324      this.gradientPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
325      this.gradientPictureBox.TabIndex = 19;
326      this.gradientPictureBox.TabStop = false;
327      //
328      // gradientMinimumLabel
329      //
330      this.gradientMinimumLabel.BackColor = System.Drawing.Color.Transparent;
331      this.gradientMinimumLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
332      this.gradientMinimumLabel.Location = new System.Drawing.Point(0, 492);
333      this.gradientMinimumLabel.Name = "gradientMinimumLabel";
334      this.gradientMinimumLabel.Size = new System.Drawing.Size(69, 25);
335      this.gradientMinimumLabel.TabIndex = 18;
336      this.gradientMinimumLabel.Text = "0.0";
337      this.gradientMinimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
338      //
339      // gradientMaximumLabel
340      //
341      this.gradientMaximumLabel.BackColor = System.Drawing.Color.Transparent;
342      this.gradientMaximumLabel.Dock = System.Windows.Forms.DockStyle.Top;
343      this.gradientMaximumLabel.Location = new System.Drawing.Point(0, 0);
344      this.gradientMaximumLabel.Name = "gradientMaximumLabel";
345      this.gradientMaximumLabel.Size = new System.Drawing.Size(69, 25);
346      this.gradientMaximumLabel.TabIndex = 17;
347      this.gradientMaximumLabel.Text = "1.0";
348      this.gradientMaximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
349      //
350      // ScatterPlotSingleView
351      //
352      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
353      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
354      this.Controls.Add(this.splitContainer);
355      this.Name = "ScatterPlotSingleView";
356      this.Size = new System.Drawing.Size(863, 517);
357      this.variablesGroupBox.ResumeLayout(false);
358      this.variablesGroupBox.PerformLayout();
359      this.regressionGroupBox.ResumeLayout(false);
360      this.regressionGroupBox.PerformLayout();
361      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
362      this.splitContainer.Panel1.ResumeLayout(false);
363      this.splitContainer.Panel2.ResumeLayout(false);
364      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
365      this.splitContainer.ResumeLayout(false);
366      this.gradientPanel.ResumeLayout(false);
367      ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).EndInit();
368      this.ResumeLayout(false);
369
370    }
371
372    #endregion
373
374    private HeuristicLab.Analysis.Views.ScatterPlotView scatterPlotView;
375    private System.Windows.Forms.GroupBox variablesGroupBox;
376    private System.Windows.Forms.Label yLabel;
377    private System.Windows.Forms.Label xLabel;
378    private System.Windows.Forms.ComboBox comboBoxYVariable;
379    private System.Windows.Forms.ComboBox comboBoxXVariable;
380    private System.Windows.Forms.ComboBox comboBoxGroup;
381    private System.Windows.Forms.Label groupLabel;
382    private System.Windows.Forms.GroupBox regressionGroupBox;
383    private System.Windows.Forms.ComboBox regressionTypeComboBox;
384    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
385    private System.Windows.Forms.Label orderLabel;
386    private System.Windows.Forms.Label regressionTypeLabel;
387    private System.Windows.Forms.SplitContainer splitContainer;
388    private System.Windows.Forms.CheckBox useGradientCheckBox;
389    private System.Windows.Forms.Panel gradientPanel;
390    private System.Windows.Forms.Label gradientMinimumLabel;
391    private System.Windows.Forms.Label gradientMaximumLabel;
392    private System.Windows.Forms.PictureBox gradientPictureBox;
393    private System.Windows.Forms.Label legendOrderLabel;
394    private System.Windows.Forms.ComboBox orderComboBox;
395  }
396}
Note: See TracBrowser for help on using the repository browser.