Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Analysis.Views/3.3/ScatterPlotDataRowVisualPropertiesControl.Designer.cs @ 13745

Last change on this file since 13745 was 13722, checked in by abeham, 9 years ago

#2457:

  • Renamed remaining files from ExpertSystem to KnowledgeCenter
  • Added ability to scatter plot to display a regression line
  • Allowed to execute multiple instances at once and displaying either only final result or tracking result
  • Split runs in seeded runs and instance runs
File size: 10.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.pointStyleComboBox = new System.Windows.Forms.ComboBox();
48      this.colorDialog = new System.Windows.Forms.ColorDialog();
49      this.colorButton = new System.Windows.Forms.Button();
50      this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
51      this.label1 = new System.Windows.Forms.Label();
52      this.label2 = new System.Windows.Forms.Label();
53      this.pointSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
54      this.label3 = new System.Windows.Forms.Label();
55      this.displayNameTextBox = new System.Windows.Forms.TextBox();
56      this.label9 = new System.Windows.Forms.Label();
57      this.label7 = new System.Windows.Forms.Label();
58      this.label4 = new System.Windows.Forms.Label();
59      this.regressionLineCheckBox = new System.Windows.Forms.CheckBox();
60      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).BeginInit();
61      this.SuspendLayout();
62      //
63      // pointStyleComboBox
64      //
65      this.pointStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
66            | System.Windows.Forms.AnchorStyles.Right)));
67      this.pointStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
68      this.pointStyleComboBox.FormattingEnabled = true;
69      this.pointStyleComboBox.Location = new System.Drawing.Point(99, 34);
70      this.pointStyleComboBox.Name = "pointStyleComboBox";
71      this.pointStyleComboBox.Size = new System.Drawing.Size(240, 21);
72      this.pointStyleComboBox.TabIndex = 3;
73      this.pointStyleComboBox.SelectedValueChanged += new System.EventHandler(this.pointStyleComboBox_SelectedValueChanged);
74      //
75      // colorDialog
76      //
77      this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
78      //
79      // colorButton
80      //
81      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
82      this.colorButton.Location = new System.Drawing.Point(99, 61);
83      this.colorButton.Name = "colorButton";
84      this.colorButton.Size = new System.Drawing.Size(23, 23);
85      this.colorButton.TabIndex = 5;
86      this.colorButton.UseVisualStyleBackColor = false;
87      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
88      //
89      // isVisibleInLegendCheckBox
90      //
91      this.isVisibleInLegendCheckBox.AutoSize = true;
92      this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
93      this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(99, 116);
94      this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
95      this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
96      this.isVisibleInLegendCheckBox.TabIndex = 3;
97      this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
98      this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
99      //
100      // label1
101      //
102      this.label1.AutoSize = true;
103      this.label1.Location = new System.Drawing.Point(3, 37);
104      this.label1.Name = "label1";
105      this.label1.Size = new System.Drawing.Size(60, 13);
106      this.label1.TabIndex = 2;
107      this.label1.Text = "&Point Style:";
108      //
109      // label2
110      //
111      this.label2.AutoSize = true;
112      this.label2.Location = new System.Drawing.Point(3, 66);
113      this.label2.Name = "label2";
114      this.label2.Size = new System.Drawing.Size(61, 13);
115      this.label2.TabIndex = 4;
116      this.label2.Text = "Point &Color:";
117      //
118      // pointSizeNumericUpDown
119      //
120      this.pointSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
121            | System.Windows.Forms.AnchorStyles.Right)));
122      this.pointSizeNumericUpDown.Location = new System.Drawing.Point(99, 90);
123      this.pointSizeNumericUpDown.Minimum = new decimal(new int[] {
124            1,
125            0,
126            0,
127            0});
128      this.pointSizeNumericUpDown.Name = "pointSizeNumericUpDown";
129      this.pointSizeNumericUpDown.Size = new System.Drawing.Size(240, 20);
130      this.pointSizeNumericUpDown.TabIndex = 5;
131      this.pointSizeNumericUpDown.Value = new decimal(new int[] {
132            1,
133            0,
134            0,
135            0});
136      this.pointSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pointSizeNumericUpDown_ValueChanged);
137      //
138      // label3
139      //
140      this.label3.AutoSize = true;
141      this.label3.Location = new System.Drawing.Point(3, 92);
142      this.label3.Name = "label3";
143      this.label3.Size = new System.Drawing.Size(57, 13);
144      this.label3.TabIndex = 6;
145      this.label3.Text = "Point &Size:";
146      //
147      // displayNameTextBox
148      //
149      this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
150            | System.Windows.Forms.AnchorStyles.Right)));
151      this.displayNameTextBox.Location = new System.Drawing.Point(99, 8);
152      this.displayNameTextBox.Name = "displayNameTextBox";
153      this.displayNameTextBox.Size = new System.Drawing.Size(240, 20);
154      this.displayNameTextBox.TabIndex = 1;
155      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
156      //
157      // label9
158      //
159      this.label9.AutoSize = true;
160      this.label9.Location = new System.Drawing.Point(3, 11);
161      this.label9.Name = "label9";
162      this.label9.Size = new System.Drawing.Size(38, 13);
163      this.label9.TabIndex = 0;
164      this.label9.Text = "&Name:";
165      //
166      // label7
167      //
168      this.label7.AutoSize = true;
169      this.label7.Location = new System.Drawing.Point(3, 116);
170      this.label7.Name = "label7";
171      this.label7.Size = new System.Drawing.Size(90, 13);
172      this.label7.TabIndex = 2;
173      this.label7.Text = "&Visible in Legend:";
174      //
175      // label4
176      //
177      this.label4.AutoSize = true;
178      this.label4.Location = new System.Drawing.Point(3, 136);
179      this.label4.Name = "label4";
180      this.label4.Size = new System.Drawing.Size(86, 13);
181      this.label4.TabIndex = 2;
182      this.label4.Text = "&Regression Line:";
183      //
184      // regressionLineCheckBox
185      //
186      this.regressionLineCheckBox.AutoSize = true;
187      this.regressionLineCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
188      this.regressionLineCheckBox.Location = new System.Drawing.Point(99, 136);
189      this.regressionLineCheckBox.Name = "regressionLineCheckBox";
190      this.regressionLineCheckBox.Size = new System.Drawing.Size(15, 14);
191      this.regressionLineCheckBox.TabIndex = 3;
192      this.regressionLineCheckBox.UseVisualStyleBackColor = true;
193      this.regressionLineCheckBox.CheckedChanged += new System.EventHandler(this.regressionLineCheckBox_CheckedChanged);
194      //
195      // ScatterPlotDataRowVisualPropertiesControl
196      //
197      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
198      this.Controls.Add(this.pointSizeNumericUpDown);
199      this.Controls.Add(this.regressionLineCheckBox);
200      this.Controls.Add(this.isVisibleInLegendCheckBox);
201      this.Controls.Add(this.label9);
202      this.Controls.Add(this.label3);
203      this.Controls.Add(this.label4);
204      this.Controls.Add(this.pointStyleComboBox);
205      this.Controls.Add(this.label7);
206      this.Controls.Add(this.label2);
207      this.Controls.Add(this.displayNameTextBox);
208      this.Controls.Add(this.label1);
209      this.Controls.Add(this.colorButton);
210      this.Name = "ScatterPlotDataRowVisualPropertiesControl";
211      this.Size = new System.Drawing.Size(342, 157);
212      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).EndInit();
213      this.ResumeLayout(false);
214      this.PerformLayout();
215
216    }
217
218    #endregion
219
220    private System.Windows.Forms.ComboBox pointStyleComboBox;
221    private System.Windows.Forms.ColorDialog colorDialog;
222    private System.Windows.Forms.Button colorButton;
223    private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
224    private System.Windows.Forms.Label label1;
225    private System.Windows.Forms.Label label2;
226    private System.Windows.Forms.NumericUpDown pointSizeNumericUpDown;
227    private System.Windows.Forms.Label label7;
228    private System.Windows.Forms.TextBox displayNameTextBox;
229    private System.Windows.Forms.Label label9;
230    private System.Windows.Forms.Label label3;
231    private System.Windows.Forms.Label label4;
232    private System.Windows.Forms.CheckBox regressionLineCheckBox;
233  }
234}
Note: See TracBrowser for help on using the repository browser.