Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs @ 14075

Last change on this file since 14075 was 14075, checked in by mkommend, 8 years ago

#2559: Merged r13502, r13504, r13507, r13508, r13512, r13514, r13517 into stable.

File size: 7.3 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.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      this.scatterPlotView = new HeuristicLab.DataPreprocessing.Views.PreprocessingScatterPlotView();
48      this.groupBox1 = new System.Windows.Forms.GroupBox();
49      this.label2 = new System.Windows.Forms.Label();
50      this.label1 = new System.Windows.Forms.Label();
51      this.comboBoxYVariable = new System.Windows.Forms.ComboBox();
52      this.comboBoxXVariable = new System.Windows.Forms.ComboBox();
53      this.label3 = new System.Windows.Forms.Label();
54      this.comboBoxColor = new System.Windows.Forms.ComboBox();
55      this.groupBox1.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // scatterPlotView
59      //
60      this.scatterPlotView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
61            | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.scatterPlotView.Caption = "ScatterPlot View";
64      this.scatterPlotView.Content = null;
65      this.scatterPlotView.Location = new System.Drawing.Point(169, 3);
66      this.scatterPlotView.Name = "scatterPlotView";
67      this.scatterPlotView.ReadOnly = false;
68      this.scatterPlotView.Size = new System.Drawing.Size(689, 509);
69      this.scatterPlotView.TabIndex = 0;
70      //
71      // groupBox1
72      //
73      this.groupBox1.Controls.Add(this.label3);
74      this.groupBox1.Controls.Add(this.label2);
75      this.groupBox1.Controls.Add(this.label1);
76      this.groupBox1.Controls.Add(this.comboBoxColor);
77      this.groupBox1.Controls.Add(this.comboBoxYVariable);
78      this.groupBox1.Controls.Add(this.comboBoxXVariable);
79      this.groupBox1.Location = new System.Drawing.Point(3, 3);
80      this.groupBox1.Name = "groupBox1";
81      this.groupBox1.Size = new System.Drawing.Size(160, 215);
82      this.groupBox1.TabIndex = 1;
83      this.groupBox1.TabStop = false;
84      this.groupBox1.Text = "Options";
85      //
86      // label2
87      //
88      this.label2.AutoSize = true;
89      this.label2.Location = new System.Drawing.Point(17, 80);
90      this.label2.Name = "label2";
91      this.label2.Size = new System.Drawing.Size(55, 13);
92      this.label2.TabIndex = 3;
93      this.label2.Text = "Y Variable";
94      //
95      // label1
96      //
97      this.label1.AutoSize = true;
98      this.label1.Location = new System.Drawing.Point(17, 25);
99      this.label1.Name = "label1";
100      this.label1.Size = new System.Drawing.Size(55, 13);
101      this.label1.TabIndex = 2;
102      this.label1.Text = "X Variable";
103      //
104      // comboBoxYVariable
105      //
106      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107      this.comboBoxYVariable.FormattingEnabled = true;
108      this.comboBoxYVariable.Location = new System.Drawing.Point(20, 103);
109      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
110      this.comboBoxYVariable.Name = "comboBoxYVariable";
111      this.comboBoxYVariable.Size = new System.Drawing.Size(121, 21);
112      this.comboBoxYVariable.TabIndex = 1;
113      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
114      //
115      // comboBoxXVariable
116      //
117      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
118      this.comboBoxXVariable.FormattingEnabled = true;
119      this.comboBoxXVariable.Location = new System.Drawing.Point(20, 48);
120      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
121      this.comboBoxXVariable.Name = "comboBoxXVariable";
122      this.comboBoxXVariable.Size = new System.Drawing.Size(121, 21);
123      this.comboBoxXVariable.TabIndex = 0;
124      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
125      //
126      // label3
127      //
128      this.label3.AutoSize = true;
129      this.label3.Location = new System.Drawing.Point(17, 141);
130      this.label3.Name = "label3";
131      this.label3.Size = new System.Drawing.Size(31, 13);
132      this.label3.TabIndex = 3;
133      this.label3.Text = "Color";
134      //
135      // comboBoxColor
136      //
137      this.comboBoxColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
138      this.comboBoxColor.FormattingEnabled = true;
139      this.comboBoxColor.Location = new System.Drawing.Point(20, 164);
140      this.comboBoxColor.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
141      this.comboBoxColor.Name = "comboBoxColor";
142      this.comboBoxColor.Size = new System.Drawing.Size(121, 21);
143      this.comboBoxColor.TabIndex = 1;
144      this.comboBoxColor.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
145      //
146      // ScatterPlotSingleView
147      //
148      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
149      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
150      this.Controls.Add(this.groupBox1);
151      this.Controls.Add(this.scatterPlotView);
152      this.Name = "ScatterPlotSingleView";
153      this.Size = new System.Drawing.Size(863, 517);
154      this.groupBox1.ResumeLayout(false);
155      this.groupBox1.PerformLayout();
156      this.ResumeLayout(false);
157
158    }
159
160    #endregion
161
162    private HeuristicLab.DataPreprocessing.Views.PreprocessingScatterPlotView scatterPlotView;
163    private System.Windows.Forms.GroupBox groupBox1;
164    private System.Windows.Forms.Label label2;
165    private System.Windows.Forms.Label label1;
166    private System.Windows.Forms.ComboBox comboBoxYVariable;
167    private System.Windows.Forms.ComboBox comboBoxXVariable;
168    private System.Windows.Forms.ComboBox comboBoxColor;
169    private System.Windows.Forms.Label label3;
170  }
171}
Note: See TracBrowser for help on using the repository browser.