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 |
|
---|
22 | namespace HeuristicLab.DataPreprocessing.Views {
|
---|
23 | partial class ScatterPlotMultiView {
|
---|
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.frameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
---|
48 | this.columnHeaderScrollPanel = new System.Windows.Forms.Panel();
|
---|
49 | this.columnHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
---|
50 | this.rowHeaderScrollPanel = new System.Windows.Forms.Panel();
|
---|
51 | this.rowHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
---|
52 | this.bodyScrollPanel = new System.Windows.Forms.Panel();
|
---|
53 | this.bodyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
---|
54 | this.sizeGroupBox = new System.Windows.Forms.GroupBox();
|
---|
55 | this.heightLabel = new System.Windows.Forms.Label();
|
---|
56 | this.widthLabel = new System.Windows.Forms.Label();
|
---|
57 | this.heightTrackBar = new System.Windows.Forms.TrackBar();
|
---|
58 | this.widthTrackBar = new System.Windows.Forms.TrackBar();
|
---|
59 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
60 | this.splitContainer.Panel1.SuspendLayout();
|
---|
61 | this.splitContainer.Panel2.SuspendLayout();
|
---|
62 | this.splitContainer.SuspendLayout();
|
---|
63 | this.frameTableLayoutPanel.SuspendLayout();
|
---|
64 | this.columnHeaderScrollPanel.SuspendLayout();
|
---|
65 | this.rowHeaderScrollPanel.SuspendLayout();
|
---|
66 | this.bodyScrollPanel.SuspendLayout();
|
---|
67 | this.sizeGroupBox.SuspendLayout();
|
---|
68 | ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).BeginInit();
|
---|
69 | ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).BeginInit();
|
---|
70 | this.SuspendLayout();
|
---|
71 | //
|
---|
72 | // checkedItemList
|
---|
73 | //
|
---|
74 | this.checkedItemList.Size = new System.Drawing.Size(113, 369);
|
---|
75 | //
|
---|
76 | // splitContainer
|
---|
77 | //
|
---|
78 | //
|
---|
79 | // splitContainer.Panel1
|
---|
80 | //
|
---|
81 | this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
|
---|
82 | //
|
---|
83 | // splitContainer.Panel2
|
---|
84 | //
|
---|
85 | this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
|
---|
86 | this.splitContainer.Size = new System.Drawing.Size(863, 520);
|
---|
87 | this.splitContainer.SplitterDistance = 120;
|
---|
88 | //
|
---|
89 | // frameTableLayoutPanel
|
---|
90 | //
|
---|
91 | this.frameTableLayoutPanel.ColumnCount = 2;
|
---|
92 | this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
---|
93 | this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
---|
94 | this.frameTableLayoutPanel.Controls.Add(this.columnHeaderScrollPanel, 1, 0);
|
---|
95 | this.frameTableLayoutPanel.Controls.Add(this.rowHeaderScrollPanel, 0, 1);
|
---|
96 | this.frameTableLayoutPanel.Controls.Add(this.bodyScrollPanel, 1, 1);
|
---|
97 | this.frameTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
98 | this.frameTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
---|
99 | this.frameTableLayoutPanel.Name = "frameTableLayoutPanel";
|
---|
100 | this.frameTableLayoutPanel.RowCount = 2;
|
---|
101 | this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
---|
102 | this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
103 | this.frameTableLayoutPanel.Size = new System.Drawing.Size(739, 520);
|
---|
104 | this.frameTableLayoutPanel.TabIndex = 0;
|
---|
105 | //
|
---|
106 | // columnHeaderScrollPanel
|
---|
107 | //
|
---|
108 | this.columnHeaderScrollPanel.Controls.Add(this.columnHeaderTableLayoutPanel);
|
---|
109 | this.columnHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
110 | this.columnHeaderScrollPanel.Location = new System.Drawing.Point(40, 0);
|
---|
111 | this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
112 | this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
|
---|
113 | this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
|
---|
114 | this.columnHeaderScrollPanel.TabIndex = 3;
|
---|
115 | //
|
---|
116 | // columnHeaderTableLayoutPanel
|
---|
117 | //
|
---|
118 | this.columnHeaderTableLayoutPanel.AutoSize = true;
|
---|
119 | this.columnHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
120 | this.columnHeaderTableLayoutPanel.ColumnCount = 2;
|
---|
121 | this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
122 | this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
123 | this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
124 | this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
---|
125 | this.columnHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
126 | this.columnHeaderTableLayoutPanel.Name = "columnHeaderTableLayoutPanel";
|
---|
127 | this.columnHeaderTableLayoutPanel.RowCount = 1;
|
---|
128 | this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
129 | this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
130 | this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(0, 40);
|
---|
131 | this.columnHeaderTableLayoutPanel.TabIndex = 1;
|
---|
132 | //
|
---|
133 | // rowHeaderScrollPanel
|
---|
134 | //
|
---|
135 | this.rowHeaderScrollPanel.Controls.Add(this.rowHeaderTableLayoutPanel);
|
---|
136 | this.rowHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
137 | this.rowHeaderScrollPanel.Location = new System.Drawing.Point(0, 40);
|
---|
138 | this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
139 | this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
|
---|
140 | this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);
|
---|
141 | this.rowHeaderScrollPanel.TabIndex = 4;
|
---|
142 | //
|
---|
143 | // rowHeaderTableLayoutPanel
|
---|
144 | //
|
---|
145 | this.rowHeaderTableLayoutPanel.AutoSize = true;
|
---|
146 | this.rowHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
147 | this.rowHeaderTableLayoutPanel.ColumnCount = 1;
|
---|
148 | this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
149 | this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
150 | this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
151 | this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
---|
152 | this.rowHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
153 | this.rowHeaderTableLayoutPanel.Name = "rowHeaderTableLayoutPanel";
|
---|
154 | this.rowHeaderTableLayoutPanel.RowCount = 2;
|
---|
155 | this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
156 | this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
157 | this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(40, 0);
|
---|
158 | this.rowHeaderTableLayoutPanel.TabIndex = 2;
|
---|
159 | //
|
---|
160 | // bodyScrollPanel
|
---|
161 | //
|
---|
162 | this.bodyScrollPanel.AutoScroll = true;
|
---|
163 | this.bodyScrollPanel.Controls.Add(this.bodyTableLayoutPanel);
|
---|
164 | this.bodyScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
165 | this.bodyScrollPanel.Location = new System.Drawing.Point(40, 40);
|
---|
166 | this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
167 | this.bodyScrollPanel.Name = "bodyScrollPanel";
|
---|
168 | this.bodyScrollPanel.Size = new System.Drawing.Size(699, 480);
|
---|
169 | this.bodyScrollPanel.TabIndex = 5;
|
---|
170 | this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
|
---|
171 | //
|
---|
172 | // bodyTableLayoutPanel
|
---|
173 | //
|
---|
174 | this.bodyTableLayoutPanel.AutoSize = true;
|
---|
175 | this.bodyTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
176 | this.bodyTableLayoutPanel.ColumnCount = 2;
|
---|
177 | this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
178 | this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
179 | this.bodyTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
---|
180 | this.bodyTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
---|
181 | this.bodyTableLayoutPanel.Name = "bodyTableLayoutPanel";
|
---|
182 | this.bodyTableLayoutPanel.RowCount = 2;
|
---|
183 | this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
184 | this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
185 | this.bodyTableLayoutPanel.Size = new System.Drawing.Size(0, 0);
|
---|
186 | this.bodyTableLayoutPanel.TabIndex = 0;
|
---|
187 | //
|
---|
188 | // sizeGroupBox
|
---|
189 | //
|
---|
190 | this.sizeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
191 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
192 | this.sizeGroupBox.Controls.Add(this.heightLabel);
|
---|
193 | this.sizeGroupBox.Controls.Add(this.widthLabel);
|
---|
194 | this.sizeGroupBox.Controls.Add(this.heightTrackBar);
|
---|
195 | this.sizeGroupBox.Controls.Add(this.widthTrackBar);
|
---|
196 | this.sizeGroupBox.Location = new System.Drawing.Point(4, 379);
|
---|
197 | this.sizeGroupBox.Name = "sizeGroupBox";
|
---|
198 | this.sizeGroupBox.Size = new System.Drawing.Size(113, 124);
|
---|
199 | this.sizeGroupBox.TabIndex = 5;
|
---|
200 | this.sizeGroupBox.TabStop = false;
|
---|
201 | this.sizeGroupBox.Text = "Chart Size";
|
---|
202 | //
|
---|
203 | // heightLabel
|
---|
204 | //
|
---|
205 | this.heightLabel.AutoSize = true;
|
---|
206 | this.heightLabel.Location = new System.Drawing.Point(6, 64);
|
---|
207 | this.heightLabel.Name = "heightLabel";
|
---|
208 | this.heightLabel.Size = new System.Drawing.Size(41, 13);
|
---|
209 | this.heightLabel.TabIndex = 2;
|
---|
210 | this.heightLabel.Text = "Height:";
|
---|
211 | //
|
---|
212 | // widthLabel
|
---|
213 | //
|
---|
214 | this.widthLabel.AutoSize = true;
|
---|
215 | this.widthLabel.Location = new System.Drawing.Point(6, 16);
|
---|
216 | this.widthLabel.Name = "widthLabel";
|
---|
217 | this.widthLabel.Size = new System.Drawing.Size(38, 13);
|
---|
218 | this.widthLabel.TabIndex = 1;
|
---|
219 | this.widthLabel.Text = "Width:";
|
---|
220 | //
|
---|
221 | // heightTrackBar
|
---|
222 | //
|
---|
223 | this.heightTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
224 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
225 | this.heightTrackBar.LargeChange = 50;
|
---|
226 | this.heightTrackBar.Location = new System.Drawing.Point(6, 83);
|
---|
227 | this.heightTrackBar.Maximum = 100;
|
---|
228 | this.heightTrackBar.Name = "heightTrackBar";
|
---|
229 | this.heightTrackBar.Size = new System.Drawing.Size(101, 45);
|
---|
230 | this.heightTrackBar.SmallChange = 10;
|
---|
231 | this.heightTrackBar.TabIndex = 0;
|
---|
232 | this.heightTrackBar.TickFrequency = 10;
|
---|
233 | this.heightTrackBar.Value = 20;
|
---|
234 | this.heightTrackBar.ValueChanged += new System.EventHandler(this.heightTrackBar_ValueChanged);
|
---|
235 | //
|
---|
236 | // widthTrackBar
|
---|
237 | //
|
---|
238 | this.widthTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
239 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
240 | this.widthTrackBar.LargeChange = 50;
|
---|
241 | this.widthTrackBar.Location = new System.Drawing.Point(6, 32);
|
---|
242 | this.widthTrackBar.Maximum = 100;
|
---|
243 | this.widthTrackBar.Name = "widthTrackBar";
|
---|
244 | this.widthTrackBar.Size = new System.Drawing.Size(101, 45);
|
---|
245 | this.widthTrackBar.SmallChange = 10;
|
---|
246 | this.widthTrackBar.TabIndex = 0;
|
---|
247 | this.widthTrackBar.TickFrequency = 10;
|
---|
248 | this.widthTrackBar.Value = 20;
|
---|
249 | this.widthTrackBar.ValueChanged += new System.EventHandler(this.widthTrackBar_ValueChanged);
|
---|
250 | //
|
---|
251 | // ScatterPlotMultiView
|
---|
252 | //
|
---|
253 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
254 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
255 | this.Name = "ScatterPlotMultiView";
|
---|
256 | this.Size = new System.Drawing.Size(863, 520);
|
---|
257 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
258 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
259 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
260 | this.splitContainer.ResumeLayout(false);
|
---|
261 | this.frameTableLayoutPanel.ResumeLayout(false);
|
---|
262 | this.columnHeaderScrollPanel.ResumeLayout(false);
|
---|
263 | this.columnHeaderScrollPanel.PerformLayout();
|
---|
264 | this.rowHeaderScrollPanel.ResumeLayout(false);
|
---|
265 | this.rowHeaderScrollPanel.PerformLayout();
|
---|
266 | this.bodyScrollPanel.ResumeLayout(false);
|
---|
267 | this.bodyScrollPanel.PerformLayout();
|
---|
268 | this.sizeGroupBox.ResumeLayout(false);
|
---|
269 | this.sizeGroupBox.PerformLayout();
|
---|
270 | ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).EndInit();
|
---|
271 | ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).EndInit();
|
---|
272 | this.ResumeLayout(false);
|
---|
273 |
|
---|
274 | }
|
---|
275 |
|
---|
276 | #endregion
|
---|
277 |
|
---|
278 | private System.Windows.Forms.TableLayoutPanel frameTableLayoutPanel;
|
---|
279 | private System.Windows.Forms.TableLayoutPanel columnHeaderTableLayoutPanel;
|
---|
280 | private System.Windows.Forms.TableLayoutPanel rowHeaderTableLayoutPanel;
|
---|
281 | private System.Windows.Forms.TableLayoutPanel bodyTableLayoutPanel;
|
---|
282 | private System.Windows.Forms.Panel columnHeaderScrollPanel;
|
---|
283 | private System.Windows.Forms.Panel rowHeaderScrollPanel;
|
---|
284 | private System.Windows.Forms.Panel bodyScrollPanel;
|
---|
285 | private System.Windows.Forms.GroupBox sizeGroupBox;
|
---|
286 | private System.Windows.Forms.TrackBar widthTrackBar;
|
---|
287 | private System.Windows.Forms.TrackBar heightTrackBar;
|
---|
288 | private System.Windows.Forms.Label heightLabel;
|
---|
289 | private System.Windows.Forms.Label widthLabel;
|
---|
290 | }
|
---|
291 | }
|
---|