Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/StatisticsView.Designer.cs @ 10367

Last change on this file since 10367 was 10367, checked in by rstoll, 10 years ago
  • modified PreprocessingData, uses columnIndex now instead of variableName (is faster and more convenient), set variabelName based methods to Obsolete
  • Already changed SearchLogic, DataGridLogic, StatisticLogic as well as PreprocessingDataManipulation

*

File size: 7.3 KB
Line 
1namespace HeuristicLab.DataPreprocessing {
2  partial class StatisticsView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.lblRows = new System.Windows.Forms.Label();
27      this.txtRows = new System.Windows.Forms.Label();
28      this.lblColumns = new System.Windows.Forms.Label();
29      this.lblMissingValuesTotal = new System.Windows.Forms.Label();
30      this.txtColumns = new System.Windows.Forms.Label();
31      this.txtNumericColumns = new System.Windows.Forms.Label();
32      this.txtNominalColumns = new System.Windows.Forms.Label();
33      this.lblNumericColumns = new System.Windows.Forms.Label();
34      this.lblNominalColumns = new System.Windows.Forms.Label();
35      this.txtMissingValuesTotal = new System.Windows.Forms.Label();
36      this.dataGridView = new System.Windows.Forms.DataGridView();
37      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
38      this.SuspendLayout();
39      //
40      // lblRows
41      //
42      this.lblRows.AutoSize = true;
43      this.lblRows.Location = new System.Drawing.Point(3, 11);
44      this.lblRows.Name = "lblRows";
45      this.lblRows.Size = new System.Drawing.Size(34, 13);
46      this.lblRows.TabIndex = 0;
47      this.lblRows.Text = "Rows";
48      //
49      // txtRows
50      //
51      this.txtRows.AutoSize = true;
52      this.txtRows.Location = new System.Drawing.Point(115, 11);
53      this.txtRows.Name = "txtRows";
54      this.txtRows.Size = new System.Drawing.Size(19, 13);
55      this.txtRows.TabIndex = 1;
56      this.txtRows.Text = "12";
57      //
58      // lblColumns
59      //
60      this.lblColumns.AutoSize = true;
61      this.lblColumns.Location = new System.Drawing.Point(3, 31);
62      this.lblColumns.Name = "lblColumns";
63      this.lblColumns.Size = new System.Drawing.Size(47, 13);
64      this.lblColumns.TabIndex = 2;
65      this.lblColumns.Text = "Columns";
66      //
67      // lblMissingValuesTotal
68      //
69      this.lblMissingValuesTotal.AutoSize = true;
70      this.lblMissingValuesTotal.Location = new System.Drawing.Point(3, 92);
71      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
72      this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
73      this.lblMissingValuesTotal.TabIndex = 3;
74      this.lblMissingValuesTotal.Text = "Missing Values total";
75      //
76      // txtColumns
77      //
78      this.txtColumns.AutoSize = true;
79      this.txtColumns.Location = new System.Drawing.Point(115, 31);
80      this.txtColumns.Name = "txtColumns";
81      this.txtColumns.Size = new System.Drawing.Size(25, 13);
82      this.txtColumns.TabIndex = 1;
83      this.txtColumns.Text = "123";
84      //
85      // txtNumericColumns
86      //
87      this.txtNumericColumns.AutoSize = true;
88      this.txtNumericColumns.Location = new System.Drawing.Point(115, 51);
89      this.txtNumericColumns.Name = "txtNumericColumns";
90      this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
91      this.txtNumericColumns.TabIndex = 1;
92      this.txtNumericColumns.Text = "456";
93      //
94      // txtNominalColumns
95      //
96      this.txtNominalColumns.AutoSize = true;
97      this.txtNominalColumns.Location = new System.Drawing.Point(115, 72);
98      this.txtNominalColumns.Name = "txtNominalColumns";
99      this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
100      this.txtNominalColumns.TabIndex = 1;
101      this.txtNominalColumns.Text = "789";
102      //
103      // lblNumericColumns
104      //
105      this.lblNumericColumns.AutoSize = true;
106      this.lblNumericColumns.Location = new System.Drawing.Point(3, 51);
107      this.lblNumericColumns.Name = "lblNumericColumns";
108      this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
109      this.lblNumericColumns.TabIndex = 3;
110      this.lblNumericColumns.Text = "Numeric Columns";
111      //
112      // lblNominalColumns
113      //
114      this.lblNominalColumns.AutoSize = true;
115      this.lblNominalColumns.Location = new System.Drawing.Point(3, 72);
116      this.lblNominalColumns.Name = "lblNominalColumns";
117      this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
118      this.lblNominalColumns.TabIndex = 3;
119      this.lblNominalColumns.Text = "Nominal Columns";
120      //
121      // txtMissingValuesTotal
122      //
123      this.txtMissingValuesTotal.AutoSize = true;
124      this.txtMissingValuesTotal.Location = new System.Drawing.Point(115, 92);
125      this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
126      this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
127      this.txtMissingValuesTotal.TabIndex = 1;
128      this.txtMissingValuesTotal.Text = "102";
129      //
130      // dataGridView
131      //
132      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
133      this.dataGridView.Location = new System.Drawing.Point(5, 117);
134      this.dataGridView.Name = "dataGridView";
135      this.dataGridView.Size = new System.Drawing.Size(531, 278);
136      this.dataGridView.TabIndex = 4;
137      this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
138      //
139      // StatisticsView
140      //
141      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143      this.Controls.Add(this.dataGridView);
144      this.Controls.Add(this.lblNominalColumns);
145      this.Controls.Add(this.lblNumericColumns);
146      this.Controls.Add(this.lblMissingValuesTotal);
147      this.Controls.Add(this.txtMissingValuesTotal);
148      this.Controls.Add(this.txtNominalColumns);
149      this.Controls.Add(this.lblColumns);
150      this.Controls.Add(this.txtNumericColumns);
151      this.Controls.Add(this.txtColumns);
152      this.Controls.Add(this.txtRows);
153      this.Controls.Add(this.lblRows);
154      this.Name = "StatisticsView";
155      this.Size = new System.Drawing.Size(549, 408);
156      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
157      this.ResumeLayout(false);
158      this.PerformLayout();
159
160    }
161
162    #endregion
163
164    private System.Windows.Forms.Label lblRows;
165    private System.Windows.Forms.Label txtRows;
166    private System.Windows.Forms.Label lblColumns;
167    private System.Windows.Forms.Label lblMissingValuesTotal;
168    private System.Windows.Forms.Label txtColumns;
169    private System.Windows.Forms.Label txtNumericColumns;
170    private System.Windows.Forms.Label txtNominalColumns;
171    private System.Windows.Forms.Label lblNumericColumns;
172    private System.Windows.Forms.Label lblNominalColumns;
173    private System.Windows.Forms.Label txtMissingValuesTotal;
174    private System.Windows.Forms.DataGridView dataGridView;
175  }
176}
Note: See TracBrowser for help on using the repository browser.