Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14467 was 14467, checked in by pfleck, 7 years ago

#2709

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