Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Analysis.Views/3.3/ScatterPlotDataRowVisualPropertiesControl.Designer.cs @ 14498

Last change on this file since 14498 was 14498, checked in by gkronber, 7 years ago

#2650: merged r14457:14494 from trunk to branch (resolving conflicts)

File size: 16.2 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.Analysis.Views {
23  partial class ScatterPlotDataRowVisualPropertiesControl {
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.components = new System.ComponentModel.Container();
48      this.pointStyleComboBox = new System.Windows.Forms.ComboBox();
49      this.colorDialog = new System.Windows.Forms.ColorDialog();
50      this.colorButton = new System.Windows.Forms.Button();
51      this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
52      this.label1 = new System.Windows.Forms.Label();
53      this.label2 = new System.Windows.Forms.Label();
54      this.pointSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
55      this.label3 = new System.Windows.Forms.Label();
56      this.displayNameTextBox = new System.Windows.Forms.TextBox();
57      this.label9 = new System.Windows.Forms.Label();
58      this.label7 = new System.Windows.Forms.Label();
59      this.label4 = new System.Windows.Forms.Label();
60      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
61      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
62      this.isRegressionVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
63      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
64      this.orderLabel = new System.Windows.Forms.Label();
65      this.regressionLegendTextBox = new System.Windows.Forms.TextBox();
66      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
67      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).BeginInit();
68      this.regressionGroupBox.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
70      this.SuspendLayout();
71      //
72      // pointStyleComboBox
73      //
74      this.pointStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.pointStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
77      this.pointStyleComboBox.FormattingEnabled = true;
78      this.pointStyleComboBox.Location = new System.Drawing.Point(99, 34);
79      this.pointStyleComboBox.Name = "pointStyleComboBox";
80      this.pointStyleComboBox.Size = new System.Drawing.Size(240, 21);
81      this.pointStyleComboBox.TabIndex = 3;
82      this.pointStyleComboBox.SelectedValueChanged += new System.EventHandler(this.pointStyleComboBox_SelectedValueChanged);
83      //
84      // colorDialog
85      //
86      this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
87      //
88      // colorButton
89      //
90      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
91      this.colorButton.Location = new System.Drawing.Point(99, 61);
92      this.colorButton.Name = "colorButton";
93      this.colorButton.Size = new System.Drawing.Size(23, 23);
94      this.colorButton.TabIndex = 5;
95      this.colorButton.UseVisualStyleBackColor = false;
96      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
97      //
98      // isVisibleInLegendCheckBox
99      //
100      this.isVisibleInLegendCheckBox.AutoSize = true;
101      this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
102      this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(99, 116);
103      this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
104      this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
105      this.isVisibleInLegendCheckBox.TabIndex = 3;
106      this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
107      this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
108      //
109      // label1
110      //
111      this.label1.AutoSize = true;
112      this.label1.Location = new System.Drawing.Point(3, 37);
113      this.label1.Name = "label1";
114      this.label1.Size = new System.Drawing.Size(60, 13);
115      this.label1.TabIndex = 2;
116      this.label1.Text = "&Point Style:";
117      //
118      // label2
119      //
120      this.label2.AutoSize = true;
121      this.label2.Location = new System.Drawing.Point(3, 66);
122      this.label2.Name = "label2";
123      this.label2.Size = new System.Drawing.Size(61, 13);
124      this.label2.TabIndex = 4;
125      this.label2.Text = "Point &Color:";
126      //
127      // pointSizeNumericUpDown
128      //
129      this.pointSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130            | System.Windows.Forms.AnchorStyles.Right)));
131      this.pointSizeNumericUpDown.Location = new System.Drawing.Point(99, 90);
132      this.pointSizeNumericUpDown.Minimum = new decimal(new int[] {
133            1,
134            0,
135            0,
136            0});
137      this.pointSizeNumericUpDown.Name = "pointSizeNumericUpDown";
138      this.pointSizeNumericUpDown.Size = new System.Drawing.Size(240, 20);
139      this.pointSizeNumericUpDown.TabIndex = 5;
140      this.pointSizeNumericUpDown.Value = new decimal(new int[] {
141            1,
142            0,
143            0,
144            0});
145      this.pointSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pointSizeNumericUpDown_ValueChanged);
146      //
147      // label3
148      //
149      this.label3.AutoSize = true;
150      this.label3.Location = new System.Drawing.Point(3, 92);
151      this.label3.Name = "label3";
152      this.label3.Size = new System.Drawing.Size(57, 13);
153      this.label3.TabIndex = 6;
154      this.label3.Text = "Point &Size:";
155      //
156      // displayNameTextBox
157      //
158      this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
159            | System.Windows.Forms.AnchorStyles.Right)));
160      this.displayNameTextBox.Location = new System.Drawing.Point(99, 8);
161      this.displayNameTextBox.Name = "displayNameTextBox";
162      this.displayNameTextBox.Size = new System.Drawing.Size(240, 20);
163      this.displayNameTextBox.TabIndex = 1;
164      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
165      //
166      // label9
167      //
168      this.label9.AutoSize = true;
169      this.label9.Location = new System.Drawing.Point(3, 11);
170      this.label9.Name = "label9";
171      this.label9.Size = new System.Drawing.Size(38, 13);
172      this.label9.TabIndex = 0;
173      this.label9.Text = "&Name:";
174      //
175      // label7
176      //
177      this.label7.AutoSize = true;
178      this.label7.Location = new System.Drawing.Point(3, 116);
179      this.label7.Name = "label7";
180      this.label7.Size = new System.Drawing.Size(90, 13);
181      this.label7.TabIndex = 2;
182      this.label7.Text = "&Visible in Legend:";
183      //
184      // label4
185      //
186      this.label4.AutoSize = true;
187      this.label4.Location = new System.Drawing.Point(6, 22);
188      this.label4.Name = "label4";
189      this.label4.Size = new System.Drawing.Size(34, 13);
190      this.label4.TabIndex = 7;
191      this.label4.Text = "Type:";
192      //
193      // regressionTypeComboBox
194      //
195      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
196            | System.Windows.Forms.AnchorStyles.Right)));
197      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
198      this.regressionTypeComboBox.FormattingEnabled = true;
199      this.regressionTypeComboBox.Location = new System.Drawing.Point(93, 19);
200      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
201      this.regressionTypeComboBox.Size = new System.Drawing.Size(147, 21);
202      this.regressionTypeComboBox.TabIndex = 8;
203      this.regressionTypeComboBox.SelectedValueChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedValueChanged);
204      //
205      // regressionGroupBox
206      //
207      this.regressionGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
208            | System.Windows.Forms.AnchorStyles.Right)));
209      this.regressionGroupBox.Controls.Add(this.isRegressionVisibleInLegendCheckBox);
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.regressionLegendTextBox);
214      this.regressionGroupBox.Controls.Add(this.label4);
215      this.regressionGroupBox.Location = new System.Drawing.Point(3, 136);
216      this.regressionGroupBox.Name = "regressionGroupBox";
217      this.regressionGroupBox.Size = new System.Drawing.Size(336, 74);
218      this.regressionGroupBox.TabIndex = 9;
219      this.regressionGroupBox.TabStop = false;
220      this.regressionGroupBox.Text = "&Regression";
221      //
222      // isRegressionVisibleInLegendCheckBox
223      //
224      this.isRegressionVisibleInLegendCheckBox.AutoSize = true;
225      this.isRegressionVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
226      this.isRegressionVisibleInLegendCheckBox.Location = new System.Drawing.Point(6, 48);
227      this.isRegressionVisibleInLegendCheckBox.Name = "isRegressionVisibleInLegendCheckBox";
228      this.isRegressionVisibleInLegendCheckBox.Size = new System.Drawing.Size(68, 17);
229      this.isRegressionVisibleInLegendCheckBox.TabIndex = 13;
230      this.isRegressionVisibleInLegendCheckBox.Text = "Legend: ";
231      this.isRegressionVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
232      this.isRegressionVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isRegressionVisibleInLegendCheckBox_CheckedChanged);
233      //
234      // polynomialRegressionOrderNumericUpDown
235      //
236      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
237      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(285, 20);
238      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
239      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
240            6,
241            0,
242            0,
243            0});
244      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
245            2,
246            0,
247            0,
248            0});
249      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
250      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(45, 20);
251      this.polynomialRegressionOrderNumericUpDown.TabIndex = 11;
252      this.toolTip.SetToolTip(this.polynomialRegressionOrderNumericUpDown, "Order only available for Polynomial");
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
263      this.orderLabel.AutoSize = true;
264      this.orderLabel.Location = new System.Drawing.Point(246, 22);
265      this.orderLabel.Name = "orderLabel";
266      this.orderLabel.Size = new System.Drawing.Size(36, 13);
267      this.orderLabel.TabIndex = 12;
268      this.orderLabel.Text = "Order:";
269      //
270      // regressionLegendTextBox
271      //
272      this.regressionLegendTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
273            | System.Windows.Forms.AnchorStyles.Right)));
274      this.regressionLegendTextBox.Location = new System.Drawing.Point(93, 46);
275      this.regressionLegendTextBox.Name = "regressionLegendTextBox";
276      this.regressionLegendTextBox.Size = new System.Drawing.Size(237, 20);
277      this.regressionLegendTextBox.TabIndex = 10;
278      this.regressionLegendTextBox.Validated += new System.EventHandler(this.regressionLegendTextBox_Validated);
279      //
280      // ScatterPlotDataRowVisualPropertiesControl
281      //
282      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
283      this.Controls.Add(this.regressionGroupBox);
284      this.Controls.Add(this.pointSizeNumericUpDown);
285      this.Controls.Add(this.isVisibleInLegendCheckBox);
286      this.Controls.Add(this.label9);
287      this.Controls.Add(this.label3);
288      this.Controls.Add(this.pointStyleComboBox);
289      this.Controls.Add(this.label7);
290      this.Controls.Add(this.label2);
291      this.Controls.Add(this.displayNameTextBox);
292      this.Controls.Add(this.label1);
293      this.Controls.Add(this.colorButton);
294      this.Name = "ScatterPlotDataRowVisualPropertiesControl";
295      this.Size = new System.Drawing.Size(342, 215);
296      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).EndInit();
297      this.regressionGroupBox.ResumeLayout(false);
298      this.regressionGroupBox.PerformLayout();
299      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
300      this.ResumeLayout(false);
301      this.PerformLayout();
302
303    }
304
305    #endregion
306
307    private System.Windows.Forms.ComboBox pointStyleComboBox;
308    private System.Windows.Forms.ColorDialog colorDialog;
309    private System.Windows.Forms.Button colorButton;
310    private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
311    private System.Windows.Forms.Label label1;
312    private System.Windows.Forms.Label label2;
313    private System.Windows.Forms.NumericUpDown pointSizeNumericUpDown;
314    private System.Windows.Forms.Label label7;
315    private System.Windows.Forms.TextBox displayNameTextBox;
316    private System.Windows.Forms.Label label9;
317    private System.Windows.Forms.Label label3;
318    private System.Windows.Forms.Label label4;
319    private System.Windows.Forms.ComboBox regressionTypeComboBox;
320    private System.Windows.Forms.GroupBox regressionGroupBox;
321    private System.Windows.Forms.TextBox regressionLegendTextBox;
322    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
323    private System.Windows.Forms.Label orderLabel;
324    private System.Windows.Forms.ToolTip toolTip;
325    private System.Windows.Forms.CheckBox isRegressionVisibleInLegendCheckBox;
326  }
327}
Note: See TracBrowser for help on using the repository browser.