Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs @ 13321

Last change on this file since 13321 was 12009, checked in by ascheibe, 9 years ago

#2212 updated copyright year

File size: 8.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.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();
57      this.dataGridView = new System.Windows.Forms.DataGridView();
58      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
59      this.SuspendLayout();
60      //
61      // lblRows
62      //
63      this.lblRows.AutoSize = true;
64      this.lblRows.Location = new System.Drawing.Point(3, 11);
65      this.lblRows.Name = "lblRows";
66      this.lblRows.Size = new System.Drawing.Size(34, 13);
67      this.lblRows.TabIndex = 0;
68      this.lblRows.Text = "Rows";
69      //
70      // txtRows
71      //
72      this.txtRows.AutoSize = true;
73      this.txtRows.Location = new System.Drawing.Point(115, 11);
74      this.txtRows.Name = "txtRows";
75      this.txtRows.Size = new System.Drawing.Size(19, 13);
76      this.txtRows.TabIndex = 1;
77      this.txtRows.Text = "12";
78      //
79      // lblColumns
80      //
81      this.lblColumns.AutoSize = true;
82      this.lblColumns.Location = new System.Drawing.Point(3, 31);
83      this.lblColumns.Name = "lblColumns";
84      this.lblColumns.Size = new System.Drawing.Size(47, 13);
85      this.lblColumns.TabIndex = 2;
86      this.lblColumns.Text = "Columns";
87      //
88      // lblMissingValuesTotal
89      //
90      this.lblMissingValuesTotal.AutoSize = true;
91      this.lblMissingValuesTotal.Location = new System.Drawing.Point(3, 92);
92      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
93      this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
94      this.lblMissingValuesTotal.TabIndex = 3;
95      this.lblMissingValuesTotal.Text = "Missing Values total";
96      //
97      // txtColumns
98      //
99      this.txtColumns.AutoSize = true;
100      this.txtColumns.Location = new System.Drawing.Point(115, 31);
101      this.txtColumns.Name = "txtColumns";
102      this.txtColumns.Size = new System.Drawing.Size(25, 13);
103      this.txtColumns.TabIndex = 1;
104      this.txtColumns.Text = "123";
105      //
106      // txtNumericColumns
107      //
108      this.txtNumericColumns.AutoSize = true;
109      this.txtNumericColumns.Location = new System.Drawing.Point(115, 51);
110      this.txtNumericColumns.Name = "txtNumericColumns";
111      this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
112      this.txtNumericColumns.TabIndex = 1;
113      this.txtNumericColumns.Text = "456";
114      //
115      // txtNominalColumns
116      //
117      this.txtNominalColumns.AutoSize = true;
118      this.txtNominalColumns.Location = new System.Drawing.Point(115, 72);
119      this.txtNominalColumns.Name = "txtNominalColumns";
120      this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
121      this.txtNominalColumns.TabIndex = 1;
122      this.txtNominalColumns.Text = "789";
123      //
124      // lblNumericColumns
125      //
126      this.lblNumericColumns.AutoSize = true;
127      this.lblNumericColumns.Location = new System.Drawing.Point(3, 51);
128      this.lblNumericColumns.Name = "lblNumericColumns";
129      this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
130      this.lblNumericColumns.TabIndex = 3;
131      this.lblNumericColumns.Text = "Numeric Columns";
132      //
133      // lblNominalColumns
134      //
135      this.lblNominalColumns.AutoSize = true;
136      this.lblNominalColumns.Location = new System.Drawing.Point(3, 72);
137      this.lblNominalColumns.Name = "lblNominalColumns";
138      this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
139      this.lblNominalColumns.TabIndex = 3;
140      this.lblNominalColumns.Text = "Nominal Columns";
141      //
142      // txtMissingValuesTotal
143      //
144      this.txtMissingValuesTotal.AutoSize = true;
145      this.txtMissingValuesTotal.Location = new System.Drawing.Point(115, 92);
146      this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
147      this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
148      this.txtMissingValuesTotal.TabIndex = 1;
149      this.txtMissingValuesTotal.Text = "102";
150      //
151      // dataGridView
152      //
153      this.dataGridView.AllowUserToAddRows = false;
154      this.dataGridView.AllowUserToDeleteRows = false;
155      this.dataGridView.AllowUserToOrderColumns = true;
156      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157            | System.Windows.Forms.AnchorStyles.Left)
158            | System.Windows.Forms.AnchorStyles.Right)));
159      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
160      this.dataGridView.Location = new System.Drawing.Point(5, 117);
161      this.dataGridView.Name = "dataGridView";
162      this.dataGridView.ReadOnly = true;
163      this.dataGridView.RowHeadersWidth = 80;
164      this.dataGridView.Size = new System.Drawing.Size(530, 278);
165      this.dataGridView.TabIndex = 4;
166      this.dataGridView.VirtualMode = true;
167      this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
168      //
169      // StatisticsView
170      //
171      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
173      this.Controls.Add(this.dataGridView);
174      this.Controls.Add(this.lblNominalColumns);
175      this.Controls.Add(this.lblNumericColumns);
176      this.Controls.Add(this.lblMissingValuesTotal);
177      this.Controls.Add(this.txtMissingValuesTotal);
178      this.Controls.Add(this.txtNominalColumns);
179      this.Controls.Add(this.lblColumns);
180      this.Controls.Add(this.txtNumericColumns);
181      this.Controls.Add(this.txtColumns);
182      this.Controls.Add(this.txtRows);
183      this.Controls.Add(this.lblRows);
184      this.Name = "StatisticsView";
185      this.Size = new System.Drawing.Size(549, 408);
186      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
187      this.ResumeLayout(false);
188      this.PerformLayout();
189
190    }
191
192    #endregion
193
194    private System.Windows.Forms.Label lblRows;
195    private System.Windows.Forms.Label txtRows;
196    private System.Windows.Forms.Label lblColumns;
197    private System.Windows.Forms.Label lblMissingValuesTotal;
198    private System.Windows.Forms.Label txtColumns;
199    private System.Windows.Forms.Label txtNumericColumns;
200    private System.Windows.Forms.Label txtNominalColumns;
201    private System.Windows.Forms.Label lblNumericColumns;
202    private System.Windows.Forms.Label lblNominalColumns;
203    private System.Windows.Forms.Label txtMissingValuesTotal;
204    private System.Windows.Forms.DataGridView dataGridView;
205  }
206}
Note: See TracBrowser for help on using the repository browser.