Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs @ 14915

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

#2709

  • Added Check All/Inputs&Target/None Icons.
  • Improved location and formatting of the "Show Variables" groupbox in datagrid and statistics view.
  • Added an "Orientation" option for the statistics view.
File size: 19.5 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 StatisticsView {
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.components = new System.ComponentModel.Container();
48      this.lblRows = new System.Windows.Forms.Label();
49      this.lblColumns = new System.Windows.Forms.Label();
50      this.lblMissingValuesTotal = new System.Windows.Forms.Label();
51      this.lblNumericColumns = new System.Windows.Forms.Label();
52      this.lblNominalColumns = new System.Windows.Forms.Label();
53      this.stringMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
54      this.showVariablesGroupBox = new System.Windows.Forms.GroupBox();
55      this.checkInputsTargetButton = new System.Windows.Forms.Button();
56      this.uncheckAllButton = new System.Windows.Forms.Button();
57      this.checkAllButton = new System.Windows.Forms.Button();
58      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
59      this.lblTNumValues = new System.Windows.Forms.Label();
60      this.orientationGroupBox = new System.Windows.Forms.GroupBox();
61      this.verticalRadioButton = new System.Windows.Forms.RadioButton();
62      this.horizontalRadioButton = new System.Windows.Forms.RadioButton();
63      this.rowsTextBox = new System.Windows.Forms.TextBox();
64      this.columnsTextBox = new System.Windows.Forms.TextBox();
65      this.totalValuesTextBox = new System.Windows.Forms.TextBox();
66      this.overviewTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
67      this.numericColumnsTextBox = new System.Windows.Forms.TextBox();
68      this.nominalColumnsTextBox5 = new System.Windows.Forms.TextBox();
69      this.missingValuesTextBox = new System.Windows.Forms.TextBox();
70      this.overviewGroupBox = new System.Windows.Forms.GroupBox();
71      this.showVariablesGroupBox.SuspendLayout();
72      this.orientationGroupBox.SuspendLayout();
73      this.overviewTableLayoutPanel.SuspendLayout();
74      this.overviewGroupBox.SuspendLayout();
75      this.SuspendLayout();
76      //
77      // lblRows
78      //
79      this.lblRows.AutoSize = true;
80      this.lblRows.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.lblRows.Location = new System.Drawing.Point(3, 0);
82      this.lblRows.Name = "lblRows";
83      this.lblRows.Size = new System.Drawing.Size(47, 26);
84      this.lblRows.TabIndex = 0;
85      this.lblRows.Text = "Rows";
86      this.lblRows.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
87      //
88      // lblColumns
89      //
90      this.lblColumns.AutoSize = true;
91      this.lblColumns.Dock = System.Windows.Forms.DockStyle.Fill;
92      this.lblColumns.Location = new System.Drawing.Point(3, 26);
93      this.lblColumns.Name = "lblColumns";
94      this.lblColumns.Size = new System.Drawing.Size(47, 26);
95      this.lblColumns.TabIndex = 2;
96      this.lblColumns.Text = "Columns";
97      this.lblColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
98      //
99      // lblMissingValuesTotal
100      //
101      this.lblMissingValuesTotal.AutoSize = true;
102      this.lblMissingValuesTotal.Dock = System.Windows.Forms.DockStyle.Fill;
103      this.lblMissingValuesTotal.Location = new System.Drawing.Point(233, 26);
104      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
105      this.lblMissingValuesTotal.Size = new System.Drawing.Size(77, 26);
106      this.lblMissingValuesTotal.TabIndex = 3;
107      this.lblMissingValuesTotal.Text = "Missing Values";
108      this.lblMissingValuesTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
109      //
110      // lblNumericColumns
111      //
112      this.lblNumericColumns.AutoSize = true;
113      this.lblNumericColumns.Dock = System.Windows.Forms.DockStyle.Fill;
114      this.lblNumericColumns.Location = new System.Drawing.Point(97, 0);
115      this.lblNumericColumns.Name = "lblNumericColumns";
116      this.lblNumericColumns.Size = new System.Drawing.Size(89, 26);
117      this.lblNumericColumns.TabIndex = 3;
118      this.lblNumericColumns.Text = "Numeric Columns";
119      this.lblNumericColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
120      //
121      // lblNominalColumns
122      //
123      this.lblNominalColumns.AutoSize = true;
124      this.lblNominalColumns.Dock = System.Windows.Forms.DockStyle.Fill;
125      this.lblNominalColumns.Location = new System.Drawing.Point(97, 26);
126      this.lblNominalColumns.Name = "lblNominalColumns";
127      this.lblNominalColumns.Size = new System.Drawing.Size(89, 26);
128      this.lblNominalColumns.TabIndex = 3;
129      this.lblNominalColumns.Text = "Nominal Columns";
130      this.lblNominalColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
131      //
132      // stringMatrixView
133      //
134      this.stringMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
135            | System.Windows.Forms.AnchorStyles.Left)
136            | System.Windows.Forms.AnchorStyles.Right)));
137      this.stringMatrixView.Caption = "StringConvertibleMatrix View";
138      this.stringMatrixView.Content = null;
139      this.stringMatrixView.Location = new System.Drawing.Point(3, 74);
140      this.stringMatrixView.Name = "stringMatrixView";
141      this.stringMatrixView.ReadOnly = true;
142      this.stringMatrixView.ShowRowsAndColumnsTextBox = false;
143      this.stringMatrixView.ShowStatisticalInformation = true;
144      this.stringMatrixView.Size = new System.Drawing.Size(592, 331);
145      this.stringMatrixView.TabIndex = 4;
146      //
147      // showVariablesGroupBox
148      //
149      this.showVariablesGroupBox.Controls.Add(this.checkInputsTargetButton);
150      this.showVariablesGroupBox.Controls.Add(this.uncheckAllButton);
151      this.showVariablesGroupBox.Controls.Add(this.checkAllButton);
152      this.showVariablesGroupBox.Location = new System.Drawing.Point(393, 0);
153      this.showVariablesGroupBox.Name = "showVariablesGroupBox";
154      this.showVariablesGroupBox.Size = new System.Drawing.Size(97, 55);
155      this.showVariablesGroupBox.TabIndex = 16;
156      this.showVariablesGroupBox.TabStop = false;
157      this.showVariablesGroupBox.Text = "Show Variables";
158      //
159      // checkInputsTargetButton
160      //
161      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
162      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
163      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
164      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
165      this.checkInputsTargetButton.TabIndex = 14;
166      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target");
167      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
168      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
169      //
170      // uncheckAllButton
171      //
172      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
173      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
174      this.uncheckAllButton.Name = "uncheckAllButton";
175      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
176      this.uncheckAllButton.TabIndex = 12;
177      this.toolTip.SetToolTip(this.uncheckAllButton, "None");
178      this.uncheckAllButton.UseVisualStyleBackColor = true;
179      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
180      //
181      // checkAllButton
182      //
183      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
184      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
185      this.checkAllButton.Name = "checkAllButton";
186      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
187      this.checkAllButton.TabIndex = 13;
188      this.toolTip.SetToolTip(this.checkAllButton, "All");
189      this.checkAllButton.UseVisualStyleBackColor = true;
190      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
191      //
192      // lblTNumValues
193      //
194      this.lblTNumValues.AutoSize = true;
195      this.lblTNumValues.Dock = System.Windows.Forms.DockStyle.Fill;
196      this.lblTNumValues.Location = new System.Drawing.Point(233, 0);
197      this.lblTNumValues.Name = "lblTNumValues";
198      this.lblTNumValues.Size = new System.Drawing.Size(77, 26);
199      this.lblTNumValues.TabIndex = 2;
200      this.lblTNumValues.Text = "Total Values";
201      this.lblTNumValues.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
202      this.toolTip.SetToolTip(this.lblTNumValues, "Valid Values (excl. missing Values)");
203      //
204      // orientationGroupBox
205      //
206      this.orientationGroupBox.Controls.Add(this.verticalRadioButton);
207      this.orientationGroupBox.Controls.Add(this.horizontalRadioButton);
208      this.orientationGroupBox.Location = new System.Drawing.Point(496, 0);
209      this.orientationGroupBox.Name = "orientationGroupBox";
210      this.orientationGroupBox.Size = new System.Drawing.Size(94, 55);
211      this.orientationGroupBox.TabIndex = 17;
212      this.orientationGroupBox.TabStop = false;
213      this.orientationGroupBox.Text = "Orientation";
214      //
215      // verticalRadioButton
216      //
217      this.verticalRadioButton.AutoSize = true;
218      this.verticalRadioButton.Location = new System.Drawing.Point(6, 32);
219      this.verticalRadioButton.Name = "verticalRadioButton";
220      this.verticalRadioButton.Size = new System.Drawing.Size(60, 17);
221      this.verticalRadioButton.TabIndex = 1;
222      this.verticalRadioButton.TabStop = true;
223      this.verticalRadioButton.Text = "Vertical";
224      this.verticalRadioButton.UseVisualStyleBackColor = true;
225      this.verticalRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged);
226      //
227      // horizontalRadioButton
228      //
229      this.horizontalRadioButton.AutoSize = true;
230      this.horizontalRadioButton.Checked = true;
231      this.horizontalRadioButton.Location = new System.Drawing.Point(6, 14);
232      this.horizontalRadioButton.Name = "horizontalRadioButton";
233      this.horizontalRadioButton.Size = new System.Drawing.Size(72, 17);
234      this.horizontalRadioButton.TabIndex = 0;
235      this.horizontalRadioButton.TabStop = true;
236      this.horizontalRadioButton.Text = "Horizontal";
237      this.horizontalRadioButton.UseVisualStyleBackColor = true;
238      this.horizontalRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged);
239      //
240      // rowsTextBox
241      //
242      this.rowsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
243      this.rowsTextBox.Location = new System.Drawing.Point(56, 3);
244      this.rowsTextBox.Name = "rowsTextBox";
245      this.rowsTextBox.ReadOnly = true;
246      this.rowsTextBox.Size = new System.Drawing.Size(35, 20);
247      this.rowsTextBox.TabIndex = 18;
248      //
249      // columnsTextBox
250      //
251      this.columnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
252      this.columnsTextBox.Location = new System.Drawing.Point(56, 29);
253      this.columnsTextBox.Name = "columnsTextBox";
254      this.columnsTextBox.ReadOnly = true;
255      this.columnsTextBox.Size = new System.Drawing.Size(35, 20);
256      this.columnsTextBox.TabIndex = 18;
257      //
258      // totalValuesTextBox
259      //
260      this.totalValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
261      this.totalValuesTextBox.Location = new System.Drawing.Point(316, 3);
262      this.totalValuesTextBox.Name = "totalValuesTextBox";
263      this.totalValuesTextBox.ReadOnly = true;
264      this.totalValuesTextBox.Size = new System.Drawing.Size(59, 20);
265      this.totalValuesTextBox.TabIndex = 18;
266      //
267      // overviewTableLayoutPanel
268      //
269      this.overviewTableLayoutPanel.ColumnCount = 6;
270      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
271      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
272      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
273      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
274      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
275      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.85715F));
276      this.overviewTableLayoutPanel.Controls.Add(this.lblRows, 0, 0);
277      this.overviewTableLayoutPanel.Controls.Add(this.lblColumns, 0, 1);
278      this.overviewTableLayoutPanel.Controls.Add(this.columnsTextBox, 1, 1);
279      this.overviewTableLayoutPanel.Controls.Add(this.lblNominalColumns, 2, 1);
280      this.overviewTableLayoutPanel.Controls.Add(this.lblNumericColumns, 2, 0);
281      this.overviewTableLayoutPanel.Controls.Add(this.rowsTextBox, 1, 0);
282      this.overviewTableLayoutPanel.Controls.Add(this.numericColumnsTextBox, 3, 0);
283      this.overviewTableLayoutPanel.Controls.Add(this.nominalColumnsTextBox5, 3, 1);
284      this.overviewTableLayoutPanel.Controls.Add(this.missingValuesTextBox, 5, 1);
285      this.overviewTableLayoutPanel.Controls.Add(this.lblTNumValues, 4, 0);
286      this.overviewTableLayoutPanel.Controls.Add(this.totalValuesTextBox, 5, 0);
287      this.overviewTableLayoutPanel.Controls.Add(this.lblMissingValuesTotal, 4, 1);
288      this.overviewTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
289      this.overviewTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
290      this.overviewTableLayoutPanel.Name = "overviewTableLayoutPanel";
291      this.overviewTableLayoutPanel.RowCount = 3;
292      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
293      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
294      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
295      this.overviewTableLayoutPanel.Size = new System.Drawing.Size(378, 52);
296      this.overviewTableLayoutPanel.TabIndex = 19;
297      //
298      // numericColumnsTextBox
299      //
300      this.numericColumnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
301      this.numericColumnsTextBox.Location = new System.Drawing.Point(192, 3);
302      this.numericColumnsTextBox.Name = "numericColumnsTextBox";
303      this.numericColumnsTextBox.ReadOnly = true;
304      this.numericColumnsTextBox.Size = new System.Drawing.Size(35, 20);
305      this.numericColumnsTextBox.TabIndex = 18;
306      //
307      // nominalColumnsTextBox5
308      //
309      this.nominalColumnsTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
310      this.nominalColumnsTextBox5.Location = new System.Drawing.Point(192, 29);
311      this.nominalColumnsTextBox5.Name = "nominalColumnsTextBox5";
312      this.nominalColumnsTextBox5.ReadOnly = true;
313      this.nominalColumnsTextBox5.Size = new System.Drawing.Size(35, 20);
314      this.nominalColumnsTextBox5.TabIndex = 18;
315      //
316      // missingValuesTextBox
317      //
318      this.missingValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
319      this.missingValuesTextBox.Location = new System.Drawing.Point(316, 29);
320      this.missingValuesTextBox.Name = "missingValuesTextBox";
321      this.missingValuesTextBox.ReadOnly = true;
322      this.missingValuesTextBox.Size = new System.Drawing.Size(59, 20);
323      this.missingValuesTextBox.TabIndex = 18;
324      //
325      // overviewGroupBox
326      //
327      this.overviewGroupBox.Controls.Add(this.overviewTableLayoutPanel);
328      this.overviewGroupBox.Location = new System.Drawing.Point(3, 0);
329      this.overviewGroupBox.Name = "overviewGroupBox";
330      this.overviewGroupBox.Size = new System.Drawing.Size(384, 71);
331      this.overviewGroupBox.TabIndex = 20;
332      this.overviewGroupBox.TabStop = false;
333      this.overviewGroupBox.Text = "Overview";
334      //
335      // StatisticsView
336      //
337      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
338      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
339      this.Controls.Add(this.overviewGroupBox);
340      this.Controls.Add(this.orientationGroupBox);
341      this.Controls.Add(this.showVariablesGroupBox);
342      this.Controls.Add(this.stringMatrixView);
343      this.Name = "StatisticsView";
344      this.Size = new System.Drawing.Size(598, 408);
345      this.showVariablesGroupBox.ResumeLayout(false);
346      this.orientationGroupBox.ResumeLayout(false);
347      this.orientationGroupBox.PerformLayout();
348      this.overviewTableLayoutPanel.ResumeLayout(false);
349      this.overviewTableLayoutPanel.PerformLayout();
350      this.overviewGroupBox.ResumeLayout(false);
351      this.ResumeLayout(false);
352
353    }
354
355    #endregion
356
357    private System.Windows.Forms.Label lblRows;
358    private System.Windows.Forms.Label lblColumns;
359    private System.Windows.Forms.Label lblMissingValuesTotal;
360    private System.Windows.Forms.Label lblNumericColumns;
361    private System.Windows.Forms.Label lblNominalColumns;
362    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
363    private System.Windows.Forms.GroupBox showVariablesGroupBox;
364    private System.Windows.Forms.Button checkInputsTargetButton;
365    private System.Windows.Forms.Button uncheckAllButton;
366    private System.Windows.Forms.Button checkAllButton;
367    private System.Windows.Forms.ToolTip toolTip;
368    private System.Windows.Forms.GroupBox orientationGroupBox;
369    private System.Windows.Forms.RadioButton verticalRadioButton;
370    private System.Windows.Forms.RadioButton horizontalRadioButton;
371    private System.Windows.Forms.Label lblTNumValues;
372    private System.Windows.Forms.TextBox rowsTextBox;
373    private System.Windows.Forms.TextBox columnsTextBox;
374    private System.Windows.Forms.TextBox totalValuesTextBox;
375    private System.Windows.Forms.TableLayoutPanel overviewTableLayoutPanel;
376    private System.Windows.Forms.TextBox numericColumnsTextBox;
377    private System.Windows.Forms.TextBox nominalColumnsTextBox5;
378    private System.Windows.Forms.TextBox missingValuesTextBox;
379    private System.Windows.Forms.GroupBox overviewGroupBox;
380  }
381}
Note: See TracBrowser for help on using the repository browser.