Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs @ 17180

Last change on this file since 17180 was 17180, checked in by swagner, 5 years ago

#2875: Removed years in copyrights

File size: 19.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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.ShowChartOnly = true;
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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
174      this.comboBoxGroup.FormattingEnabled = true;
175      this.comboBoxGroup.Location = new System.Drawing.Point(51, 94);
176      this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
177      this.comboBoxGroup.Name = "comboBoxGroup";
178      this.comboBoxGroup.Size = new System.Drawing.Size(115, 21);
179      this.comboBoxGroup.TabIndex = 1;
180      this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);
181      //
182      // comboBoxYVariable
183      //
184      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
185            | System.Windows.Forms.AnchorStyles.Right)));
186      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
187      this.comboBoxYVariable.FormattingEnabled = true;
188      this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60);
189      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
190      this.comboBoxYVariable.Name = "comboBoxYVariable";
191      this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21);
192      this.comboBoxYVariable.TabIndex = 1;
193      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged);
194      //
195      // comboBoxXVariable
196      //
197      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
199      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
200      this.comboBoxXVariable.FormattingEnabled = true;
201      this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26);
202      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
203      this.comboBoxXVariable.Name = "comboBoxXVariable";
204      this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21);
205      this.comboBoxXVariable.TabIndex = 0;
206      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged);
207      //
208      // regressionGroupBox
209      //
210      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
211      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
212      this.regressionGroupBox.Controls.Add(this.orderLabel);
213      this.regressionGroupBox.Controls.Add(this.regressionTypeLabel);
214      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
215      this.regressionGroupBox.Location = new System.Drawing.Point(0, 178);
216      this.regressionGroupBox.Name = "regressionGroupBox";
217      this.regressionGroupBox.Size = new System.Drawing.Size(172, 78);
218      this.regressionGroupBox.TabIndex = 4;
219      this.regressionGroupBox.TabStop = false;
220      this.regressionGroupBox.Text = "Regression";
221      //
222      // regressionTypeComboBox
223      //
224      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
225            | System.Windows.Forms.AnchorStyles.Right)));
226      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
227      this.regressionTypeComboBox.FormattingEnabled = true;
228      this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19);
229      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
230      this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21);
231      this.regressionTypeComboBox.TabIndex = 14;
232      this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged);
233      //
234      // polynomialRegressionOrderNumericUpDown
235      //
236      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
237            | System.Windows.Forms.AnchorStyles.Right)));
238      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47);
239      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
240      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
241            6,
242            0,
243            0,
244            0});
245      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
246            2,
247            0,
248            0,
249            0});
250      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
251      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20);
252      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
253      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
254            2,
255            0,
256            0,
257            0});
258      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
259      //
260      // orderLabel
261      //
262      this.orderLabel.AutoSize = true;
263      this.orderLabel.Location = new System.Drawing.Point(6, 49);
264      this.orderLabel.Name = "orderLabel";
265      this.orderLabel.Size = new System.Drawing.Size(36, 13);
266      this.orderLabel.TabIndex = 16;
267      this.orderLabel.Text = "Order:";
268      //
269      // regressionTypeLabel
270      //
271      this.regressionTypeLabel.AutoSize = true;
272      this.regressionTypeLabel.Location = new System.Drawing.Point(6, 22);
273      this.regressionTypeLabel.Name = "regressionTypeLabel";
274      this.regressionTypeLabel.Size = new System.Drawing.Size(34, 13);
275      this.regressionTypeLabel.TabIndex = 13;
276      this.regressionTypeLabel.Text = "Type:";
277      //
278      // splitContainer
279      //
280      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
281      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
282      this.splitContainer.Location = new System.Drawing.Point(0, 0);
283      this.splitContainer.Name = "splitContainer";
284      //
285      // splitContainer.Panel1
286      //
287      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
288      this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox);
289      //
290      // splitContainer.Panel2
291      //
292      this.splitContainer.Panel2.Controls.Add(this.scatterPlotView);
293      this.splitContainer.Panel2.Controls.Add(this.gradientPanel);
294      this.splitContainer.Size = new System.Drawing.Size(863, 517);
295      this.splitContainer.SplitterDistance = 172;
296      this.splitContainer.TabIndex = 5;
297      //
298      // gradientPanel
299      //
300      this.gradientPanel.Controls.Add(this.gradientPictureBox);
301      this.gradientPanel.Controls.Add(this.gradientMinimumLabel);
302      this.gradientPanel.Controls.Add(this.gradientMaximumLabel);
303      this.gradientPanel.Dock = System.Windows.Forms.DockStyle.Right;
304      this.gradientPanel.Location = new System.Drawing.Point(618, 0);
305      this.gradientPanel.Name = "gradientPanel";
306      this.gradientPanel.Size = new System.Drawing.Size(69, 517);
307      this.gradientPanel.TabIndex = 1;
308      this.gradientPanel.Visible = false;
309      //
310      // gradientPictureBox
311      //
312      this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
313            | System.Windows.Forms.AnchorStyles.Left)
314            | System.Windows.Forms.AnchorStyles.Right)));
315      this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
316      this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image")));
317      this.gradientPictureBox.Location = new System.Drawing.Point(17, 29);
318      this.gradientPictureBox.Name = "gradientPictureBox";
319      this.gradientPictureBox.Size = new System.Drawing.Size(35, 460);
320      this.gradientPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
321      this.gradientPictureBox.TabIndex = 19;
322      this.gradientPictureBox.TabStop = false;
323      //
324      // gradientMinimumLabel
325      //
326      this.gradientMinimumLabel.BackColor = System.Drawing.Color.Transparent;
327      this.gradientMinimumLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
328      this.gradientMinimumLabel.Location = new System.Drawing.Point(0, 492);
329      this.gradientMinimumLabel.Name = "gradientMinimumLabel";
330      this.gradientMinimumLabel.Size = new System.Drawing.Size(69, 25);
331      this.gradientMinimumLabel.TabIndex = 18;
332      this.gradientMinimumLabel.Text = "0.0";
333      this.gradientMinimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
334      //
335      // gradientMaximumLabel
336      //
337      this.gradientMaximumLabel.BackColor = System.Drawing.Color.Transparent;
338      this.gradientMaximumLabel.Dock = System.Windows.Forms.DockStyle.Top;
339      this.gradientMaximumLabel.Location = new System.Drawing.Point(0, 0);
340      this.gradientMaximumLabel.Name = "gradientMaximumLabel";
341      this.gradientMaximumLabel.Size = new System.Drawing.Size(69, 25);
342      this.gradientMaximumLabel.TabIndex = 17;
343      this.gradientMaximumLabel.Text = "1.0";
344      this.gradientMaximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
345      //
346      // ScatterPlotSingleView
347      //
348      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
349      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
350      this.Controls.Add(this.splitContainer);
351      this.Name = "ScatterPlotSingleView";
352      this.Size = new System.Drawing.Size(863, 517);
353      this.variablesGroupBox.ResumeLayout(false);
354      this.variablesGroupBox.PerformLayout();
355      this.regressionGroupBox.ResumeLayout(false);
356      this.regressionGroupBox.PerformLayout();
357      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
358      this.splitContainer.Panel1.ResumeLayout(false);
359      this.splitContainer.Panel2.ResumeLayout(false);
360      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
361      this.splitContainer.ResumeLayout(false);
362      this.gradientPanel.ResumeLayout(false);
363      ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).EndInit();
364      this.ResumeLayout(false);
365
366    }
367
368    #endregion
369
370    private HeuristicLab.Analysis.Views.ScatterPlotView scatterPlotView;
371    private System.Windows.Forms.GroupBox variablesGroupBox;
372    private System.Windows.Forms.Label yLabel;
373    private System.Windows.Forms.Label xLabel;
374    private System.Windows.Forms.ComboBox comboBoxYVariable;
375    private System.Windows.Forms.ComboBox comboBoxXVariable;
376    private System.Windows.Forms.ComboBox comboBoxGroup;
377    private System.Windows.Forms.Label groupLabel;
378    private System.Windows.Forms.GroupBox regressionGroupBox;
379    private System.Windows.Forms.ComboBox regressionTypeComboBox;
380    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
381    private System.Windows.Forms.Label orderLabel;
382    private System.Windows.Forms.Label regressionTypeLabel;
383    private System.Windows.Forms.SplitContainer splitContainer;
384    private System.Windows.Forms.CheckBox useGradientCheckBox;
385    private System.Windows.Forms.Panel gradientPanel;
386    private System.Windows.Forms.Label gradientMinimumLabel;
387    private System.Windows.Forms.Label gradientMaximumLabel;
388    private System.Windows.Forms.PictureBox gradientPictureBox;
389    private System.Windows.Forms.Label legendOrderLabel;
390    private System.Windows.Forms.ComboBox orderComboBox;
391  }
392}
Note: See TracBrowser for help on using the repository browser.