Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs @ 14511

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

#2709

  • Added Check Inputs/All/None buttons instead of showing disabled buttons of the ItemCollectionView.
  • Removed the PreprocessingCheckedItemListView. A standard ListView is used instead.
  • Fixed slow updating when simultaneously (un-)checking multiple variables in the chart views. (currently only works by using the new buttons)
File size: 14.9 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 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      // splitContainer
73      //
74      //
75      // splitContainer.Panel1
76      //
77      this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
78      //
79      // splitContainer.Panel2
80      //
81      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
82      //
83      // frameTableLayoutPanel
84      //
85      this.frameTableLayoutPanel.ColumnCount = 2;
86      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
87      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
88      this.frameTableLayoutPanel.Controls.Add(this.columnHeaderScrollPanel, 1, 0);
89      this.frameTableLayoutPanel.Controls.Add(this.rowHeaderScrollPanel, 0, 1);
90      this.frameTableLayoutPanel.Controls.Add(this.bodyScrollPanel, 1, 1);
91      this.frameTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
92      this.frameTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
93      this.frameTableLayoutPanel.Name = "frameTableLayoutPanel";
94      this.frameTableLayoutPanel.RowCount = 2;
95      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
96      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
97      this.frameTableLayoutPanel.Size = new System.Drawing.Size(470, 403);
98      this.frameTableLayoutPanel.TabIndex = 0;
99      //
100      // columnHeaderScrollPanel
101      //
102      this.columnHeaderScrollPanel.Controls.Add(this.columnHeaderTableLayoutPanel);
103      this.columnHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
104      this.columnHeaderScrollPanel.Location = new System.Drawing.Point(40, 0);
105      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
106      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
107      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
108      this.columnHeaderScrollPanel.TabIndex = 3;
109      //
110      // columnHeaderTableLayoutPanel
111      //
112      this.columnHeaderTableLayoutPanel.AutoSize = true;
113      this.columnHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
114      this.columnHeaderTableLayoutPanel.ColumnCount = 2;
115      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
116      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
117      this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
118      this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
119      this.columnHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
120      this.columnHeaderTableLayoutPanel.Name = "columnHeaderTableLayoutPanel";
121      this.columnHeaderTableLayoutPanel.RowCount = 1;
122      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
123      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
124      this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(0, 40);
125      this.columnHeaderTableLayoutPanel.TabIndex = 1;
126      //
127      // rowHeaderScrollPanel
128      //
129      this.rowHeaderScrollPanel.Controls.Add(this.rowHeaderTableLayoutPanel);
130      this.rowHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
131      this.rowHeaderScrollPanel.Location = new System.Drawing.Point(0, 40);
132      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
133      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
134      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);
135      this.rowHeaderScrollPanel.TabIndex = 4;
136      //
137      // rowHeaderTableLayoutPanel
138      //
139      this.rowHeaderTableLayoutPanel.AutoSize = true;
140      this.rowHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
141      this.rowHeaderTableLayoutPanel.ColumnCount = 1;
142      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
143      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
144      this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
145      this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
146      this.rowHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
147      this.rowHeaderTableLayoutPanel.Name = "rowHeaderTableLayoutPanel";
148      this.rowHeaderTableLayoutPanel.RowCount = 2;
149      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
150      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
151      this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(40, 0);
152      this.rowHeaderTableLayoutPanel.TabIndex = 2;
153      //
154      // bodyScrollPanel
155      //
156      this.bodyScrollPanel.AutoScroll = true;
157      this.bodyScrollPanel.Controls.Add(this.bodyTableLayoutPanel);
158      this.bodyScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
159      this.bodyScrollPanel.Location = new System.Drawing.Point(40, 40);
160      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
161      this.bodyScrollPanel.Name = "bodyScrollPanel";
162      this.bodyScrollPanel.Size = new System.Drawing.Size(699, 480);
163      this.bodyScrollPanel.TabIndex = 5;
164      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
165      //
166      // bodyTableLayoutPanel
167      //
168      this.bodyTableLayoutPanel.AutoSize = true;
169      this.bodyTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
170      this.bodyTableLayoutPanel.ColumnCount = 2;
171      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
172      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
173      this.bodyTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
174      this.bodyTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
175      this.bodyTableLayoutPanel.Name = "bodyTableLayoutPanel";
176      this.bodyTableLayoutPanel.RowCount = 2;
177      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
178      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
179      this.bodyTableLayoutPanel.Size = new System.Drawing.Size(0, 0);
180      this.bodyTableLayoutPanel.TabIndex = 0;
181      //
182      // sizeGroupBox
183      //
184      this.sizeGroupBox.Controls.Add(this.heightLabel);
185      this.sizeGroupBox.Controls.Add(this.widthLabel);
186      this.sizeGroupBox.Controls.Add(this.heightTrackBar);
187      this.sizeGroupBox.Controls.Add(this.widthTrackBar);
188      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
189      this.sizeGroupBox.Location = new System.Drawing.Point(0, 267);
190      this.sizeGroupBox.Name = "sizeGroupBox";
191      this.sizeGroupBox.Size = new System.Drawing.Size(180, 136);
192      this.sizeGroupBox.TabIndex = 5;
193      this.sizeGroupBox.TabStop = false;
194      this.sizeGroupBox.Text = "Chart Size";
195      //
196      // heightLabel
197      //
198      this.heightLabel.AutoSize = true;
199      this.heightLabel.Location = new System.Drawing.Point(6, 64);
200      this.heightLabel.Name = "heightLabel";
201      this.heightLabel.Size = new System.Drawing.Size(41, 13);
202      this.heightLabel.TabIndex = 2;
203      this.heightLabel.Text = "Height:";
204      //
205      // widthLabel
206      //
207      this.widthLabel.AutoSize = true;
208      this.widthLabel.Location = new System.Drawing.Point(6, 16);
209      this.widthLabel.Name = "widthLabel";
210      this.widthLabel.Size = new System.Drawing.Size(38, 13);
211      this.widthLabel.TabIndex = 1;
212      this.widthLabel.Text = "Width:";
213      //
214      // heightTrackBar
215      //
216      this.heightTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
217            | System.Windows.Forms.AnchorStyles.Right)));
218      this.heightTrackBar.LargeChange = 50;
219      this.heightTrackBar.Location = new System.Drawing.Point(6, 83);
220      this.heightTrackBar.Maximum = 100;
221      this.heightTrackBar.Name = "heightTrackBar";
222      this.heightTrackBar.Size = new System.Drawing.Size(168, 45);
223      this.heightTrackBar.SmallChange = 10;
224      this.heightTrackBar.TabIndex = 0;
225      this.heightTrackBar.TickFrequency = 10;
226      this.heightTrackBar.Value = 20;
227      this.heightTrackBar.ValueChanged += new System.EventHandler(this.heightTrackBar_ValueChanged);
228      //
229      // widthTrackBar
230      //
231      this.widthTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
232            | System.Windows.Forms.AnchorStyles.Right)));
233      this.widthTrackBar.LargeChange = 50;
234      this.widthTrackBar.Location = new System.Drawing.Point(6, 32);
235      this.widthTrackBar.Maximum = 100;
236      this.widthTrackBar.Name = "widthTrackBar";
237      this.widthTrackBar.Size = new System.Drawing.Size(168, 45);
238      this.widthTrackBar.SmallChange = 10;
239      this.widthTrackBar.TabIndex = 0;
240      this.widthTrackBar.TickFrequency = 10;
241      this.widthTrackBar.Value = 20;
242      this.widthTrackBar.ValueChanged += new System.EventHandler(this.widthTrackBar_ValueChanged);
243      //
244      // ScatterPlotMultiView
245      //
246      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
247      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
248      this.Name = "ScatterPlotMultiView";
249      this.splitContainer.Panel1.ResumeLayout(false);
250      this.splitContainer.Panel2.ResumeLayout(false);
251      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
252      this.splitContainer.ResumeLayout(false);
253      this.frameTableLayoutPanel.ResumeLayout(false);
254      this.columnHeaderScrollPanel.ResumeLayout(false);
255      this.columnHeaderScrollPanel.PerformLayout();
256      this.rowHeaderScrollPanel.ResumeLayout(false);
257      this.rowHeaderScrollPanel.PerformLayout();
258      this.bodyScrollPanel.ResumeLayout(false);
259      this.bodyScrollPanel.PerformLayout();
260      this.sizeGroupBox.ResumeLayout(false);
261      this.sizeGroupBox.PerformLayout();
262      ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).EndInit();
263      ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).EndInit();
264      this.ResumeLayout(false);
265
266    }
267
268    #endregion
269
270    private System.Windows.Forms.TableLayoutPanel frameTableLayoutPanel;
271    private System.Windows.Forms.TableLayoutPanel columnHeaderTableLayoutPanel;
272    private System.Windows.Forms.TableLayoutPanel rowHeaderTableLayoutPanel;
273    private System.Windows.Forms.TableLayoutPanel bodyTableLayoutPanel;
274    private System.Windows.Forms.Panel columnHeaderScrollPanel;
275    private System.Windows.Forms.Panel rowHeaderScrollPanel;
276    private System.Windows.Forms.Panel bodyScrollPanel;
277    private System.Windows.Forms.GroupBox sizeGroupBox;
278    private System.Windows.Forms.TrackBar widthTrackBar;
279    private System.Windows.Forms.TrackBar heightTrackBar;
280    private System.Windows.Forms.Label heightLabel;
281    private System.Windows.Forms.Label widthLabel;
282  }
283}
Note: See TracBrowser for help on using the repository browser.