Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2709

  • Uses StringMatrix for statistics instead of winforms datagrid.
  • Precheck input/target variables only for statistics.
File size: 8.4 KB
RevLine 
[10539]1#region License Information
2/* HeuristicLab
[14185]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[10539]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
[10558]22namespace HeuristicLab.DataPreprocessing.Views {
[10303]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() {
[10316]47      this.lblRows = new System.Windows.Forms.Label();
48      this.txtRows = new System.Windows.Forms.Label();
49      this.lblColumns = new System.Windows.Forms.Label();
50      this.lblMissingValuesTotal = new System.Windows.Forms.Label();
51      this.txtColumns = new System.Windows.Forms.Label();
52      this.txtNumericColumns = new System.Windows.Forms.Label();
53      this.txtNominalColumns = new System.Windows.Forms.Label();
54      this.lblNumericColumns = new System.Windows.Forms.Label();
55      this.lblNominalColumns = new System.Windows.Forms.Label();
56      this.txtMissingValuesTotal = new System.Windows.Forms.Label();
[14545]57      this.stringMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
[10313]58      this.SuspendLayout();
59      //
[10316]60      // lblRows
61      //
62      this.lblRows.AutoSize = true;
63      this.lblRows.Location = new System.Drawing.Point(3, 11);
64      this.lblRows.Name = "lblRows";
65      this.lblRows.Size = new System.Drawing.Size(34, 13);
66      this.lblRows.TabIndex = 0;
67      this.lblRows.Text = "Rows";
68      //
69      // txtRows
70      //
71      this.txtRows.AutoSize = true;
72      this.txtRows.Location = new System.Drawing.Point(115, 11);
73      this.txtRows.Name = "txtRows";
74      this.txtRows.Size = new System.Drawing.Size(19, 13);
75      this.txtRows.TabIndex = 1;
76      this.txtRows.Text = "12";
77      //
78      // lblColumns
79      //
80      this.lblColumns.AutoSize = true;
81      this.lblColumns.Location = new System.Drawing.Point(3, 31);
82      this.lblColumns.Name = "lblColumns";
83      this.lblColumns.Size = new System.Drawing.Size(47, 13);
84      this.lblColumns.TabIndex = 2;
85      this.lblColumns.Text = "Columns";
86      //
87      // lblMissingValuesTotal
88      //
89      this.lblMissingValuesTotal.AutoSize = true;
90      this.lblMissingValuesTotal.Location = new System.Drawing.Point(3, 92);
91      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
92      this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
93      this.lblMissingValuesTotal.TabIndex = 3;
94      this.lblMissingValuesTotal.Text = "Missing Values total";
95      //
96      // txtColumns
97      //
98      this.txtColumns.AutoSize = true;
99      this.txtColumns.Location = new System.Drawing.Point(115, 31);
100      this.txtColumns.Name = "txtColumns";
101      this.txtColumns.Size = new System.Drawing.Size(25, 13);
102      this.txtColumns.TabIndex = 1;
103      this.txtColumns.Text = "123";
104      //
105      // txtNumericColumns
106      //
107      this.txtNumericColumns.AutoSize = true;
108      this.txtNumericColumns.Location = new System.Drawing.Point(115, 51);
109      this.txtNumericColumns.Name = "txtNumericColumns";
110      this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
111      this.txtNumericColumns.TabIndex = 1;
112      this.txtNumericColumns.Text = "456";
113      //
114      // txtNominalColumns
115      //
116      this.txtNominalColumns.AutoSize = true;
117      this.txtNominalColumns.Location = new System.Drawing.Point(115, 72);
118      this.txtNominalColumns.Name = "txtNominalColumns";
119      this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
120      this.txtNominalColumns.TabIndex = 1;
121      this.txtNominalColumns.Text = "789";
122      //
123      // lblNumericColumns
124      //
125      this.lblNumericColumns.AutoSize = true;
126      this.lblNumericColumns.Location = new System.Drawing.Point(3, 51);
127      this.lblNumericColumns.Name = "lblNumericColumns";
128      this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
129      this.lblNumericColumns.TabIndex = 3;
130      this.lblNumericColumns.Text = "Numeric Columns";
131      //
132      // lblNominalColumns
133      //
134      this.lblNominalColumns.AutoSize = true;
135      this.lblNominalColumns.Location = new System.Drawing.Point(3, 72);
136      this.lblNominalColumns.Name = "lblNominalColumns";
137      this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
138      this.lblNominalColumns.TabIndex = 3;
139      this.lblNominalColumns.Text = "Nominal Columns";
140      //
141      // txtMissingValuesTotal
142      //
143      this.txtMissingValuesTotal.AutoSize = true;
144      this.txtMissingValuesTotal.Location = new System.Drawing.Point(115, 92);
145      this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
146      this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
147      this.txtMissingValuesTotal.TabIndex = 1;
148      this.txtMissingValuesTotal.Text = "102";
149      //
[14545]150      // stringMatrixView
[10316]151      //
[14545]152      this.stringMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
153            | System.Windows.Forms.AnchorStyles.Left)
[10534]154            | System.Windows.Forms.AnchorStyles.Right)));
[14545]155      this.stringMatrixView.Caption = "StringConvertibleMatrix View";
156      this.stringMatrixView.Content = null;
157      this.stringMatrixView.Location = new System.Drawing.Point(5, 117);
158      this.stringMatrixView.Name = "stringMatrixView";
159      this.stringMatrixView.ReadOnly = true;
160      this.stringMatrixView.ShowRowsAndColumnsTextBox = false;
161      this.stringMatrixView.ShowStatisticalInformation = true;
162      this.stringMatrixView.Size = new System.Drawing.Size(530, 278);
163      this.stringMatrixView.TabIndex = 4;
[10316]164      //
[10313]165      // StatisticsView
166      //
167      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[10303]168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[14545]169      this.Controls.Add(this.stringMatrixView);
[10316]170      this.Controls.Add(this.lblNominalColumns);
171      this.Controls.Add(this.lblNumericColumns);
172      this.Controls.Add(this.lblMissingValuesTotal);
173      this.Controls.Add(this.txtMissingValuesTotal);
174      this.Controls.Add(this.txtNominalColumns);
175      this.Controls.Add(this.lblColumns);
176      this.Controls.Add(this.txtNumericColumns);
177      this.Controls.Add(this.txtColumns);
178      this.Controls.Add(this.txtRows);
179      this.Controls.Add(this.lblRows);
[10313]180      this.Name = "StatisticsView";
181      this.Size = new System.Drawing.Size(549, 408);
182      this.ResumeLayout(false);
[10316]183      this.PerformLayout();
[10313]184
[10303]185    }
186
187    #endregion
[10316]188
189    private System.Windows.Forms.Label lblRows;
190    private System.Windows.Forms.Label txtRows;
191    private System.Windows.Forms.Label lblColumns;
192    private System.Windows.Forms.Label lblMissingValuesTotal;
193    private System.Windows.Forms.Label txtColumns;
194    private System.Windows.Forms.Label txtNumericColumns;
195    private System.Windows.Forms.Label txtNominalColumns;
196    private System.Windows.Forms.Label lblNumericColumns;
197    private System.Windows.Forms.Label lblNominalColumns;
198    private System.Windows.Forms.Label txtMissingValuesTotal;
[14545]199    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
[10303]200  }
201}
Note: See TracBrowser for help on using the repository browser.