[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] | 22 | namespace 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();
|
---|
[14546] | 58 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
| 59 | this.checkInputsTargetButton = new System.Windows.Forms.Button();
|
---|
| 60 | this.uncheckAllButton = new System.Windows.Forms.Button();
|
---|
| 61 | this.checkAllButton = new System.Windows.Forms.Button();
|
---|
| 62 | this.groupBox1.SuspendLayout();
|
---|
[10313] | 63 | this.SuspendLayout();
|
---|
| 64 | //
|
---|
[10316] | 65 | // lblRows
|
---|
| 66 | //
|
---|
| 67 | this.lblRows.AutoSize = true;
|
---|
[14546] | 68 | this.lblRows.Location = new System.Drawing.Point(2, 6);
|
---|
[10316] | 69 | this.lblRows.Name = "lblRows";
|
---|
| 70 | this.lblRows.Size = new System.Drawing.Size(34, 13);
|
---|
| 71 | this.lblRows.TabIndex = 0;
|
---|
| 72 | this.lblRows.Text = "Rows";
|
---|
| 73 | //
|
---|
| 74 | // txtRows
|
---|
| 75 | //
|
---|
| 76 | this.txtRows.AutoSize = true;
|
---|
[14546] | 77 | this.txtRows.Location = new System.Drawing.Point(114, 6);
|
---|
[10316] | 78 | this.txtRows.Name = "txtRows";
|
---|
| 79 | this.txtRows.Size = new System.Drawing.Size(19, 13);
|
---|
| 80 | this.txtRows.TabIndex = 1;
|
---|
| 81 | this.txtRows.Text = "12";
|
---|
| 82 | //
|
---|
| 83 | // lblColumns
|
---|
| 84 | //
|
---|
| 85 | this.lblColumns.AutoSize = true;
|
---|
[14546] | 86 | this.lblColumns.Location = new System.Drawing.Point(2, 26);
|
---|
[10316] | 87 | this.lblColumns.Name = "lblColumns";
|
---|
| 88 | this.lblColumns.Size = new System.Drawing.Size(47, 13);
|
---|
| 89 | this.lblColumns.TabIndex = 2;
|
---|
| 90 | this.lblColumns.Text = "Columns";
|
---|
| 91 | //
|
---|
| 92 | // lblMissingValuesTotal
|
---|
| 93 | //
|
---|
| 94 | this.lblMissingValuesTotal.AutoSize = true;
|
---|
[14546] | 95 | this.lblMissingValuesTotal.Location = new System.Drawing.Point(2, 87);
|
---|
[10316] | 96 | this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
|
---|
| 97 | this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
|
---|
| 98 | this.lblMissingValuesTotal.TabIndex = 3;
|
---|
| 99 | this.lblMissingValuesTotal.Text = "Missing Values total";
|
---|
| 100 | //
|
---|
| 101 | // txtColumns
|
---|
| 102 | //
|
---|
| 103 | this.txtColumns.AutoSize = true;
|
---|
[14546] | 104 | this.txtColumns.Location = new System.Drawing.Point(114, 26);
|
---|
[10316] | 105 | this.txtColumns.Name = "txtColumns";
|
---|
| 106 | this.txtColumns.Size = new System.Drawing.Size(25, 13);
|
---|
| 107 | this.txtColumns.TabIndex = 1;
|
---|
| 108 | this.txtColumns.Text = "123";
|
---|
| 109 | //
|
---|
| 110 | // txtNumericColumns
|
---|
| 111 | //
|
---|
| 112 | this.txtNumericColumns.AutoSize = true;
|
---|
[14546] | 113 | this.txtNumericColumns.Location = new System.Drawing.Point(114, 46);
|
---|
[10316] | 114 | this.txtNumericColumns.Name = "txtNumericColumns";
|
---|
| 115 | this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
|
---|
| 116 | this.txtNumericColumns.TabIndex = 1;
|
---|
| 117 | this.txtNumericColumns.Text = "456";
|
---|
| 118 | //
|
---|
| 119 | // txtNominalColumns
|
---|
| 120 | //
|
---|
| 121 | this.txtNominalColumns.AutoSize = true;
|
---|
[14546] | 122 | this.txtNominalColumns.Location = new System.Drawing.Point(114, 67);
|
---|
[10316] | 123 | this.txtNominalColumns.Name = "txtNominalColumns";
|
---|
| 124 | this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
|
---|
| 125 | this.txtNominalColumns.TabIndex = 1;
|
---|
| 126 | this.txtNominalColumns.Text = "789";
|
---|
| 127 | //
|
---|
| 128 | // lblNumericColumns
|
---|
| 129 | //
|
---|
| 130 | this.lblNumericColumns.AutoSize = true;
|
---|
[14546] | 131 | this.lblNumericColumns.Location = new System.Drawing.Point(2, 46);
|
---|
[10316] | 132 | this.lblNumericColumns.Name = "lblNumericColumns";
|
---|
| 133 | this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
|
---|
| 134 | this.lblNumericColumns.TabIndex = 3;
|
---|
| 135 | this.lblNumericColumns.Text = "Numeric Columns";
|
---|
| 136 | //
|
---|
| 137 | // lblNominalColumns
|
---|
| 138 | //
|
---|
| 139 | this.lblNominalColumns.AutoSize = true;
|
---|
[14546] | 140 | this.lblNominalColumns.Location = new System.Drawing.Point(2, 67);
|
---|
[10316] | 141 | this.lblNominalColumns.Name = "lblNominalColumns";
|
---|
| 142 | this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
|
---|
| 143 | this.lblNominalColumns.TabIndex = 3;
|
---|
| 144 | this.lblNominalColumns.Text = "Nominal Columns";
|
---|
| 145 | //
|
---|
| 146 | // txtMissingValuesTotal
|
---|
| 147 | //
|
---|
| 148 | this.txtMissingValuesTotal.AutoSize = true;
|
---|
[14546] | 149 | this.txtMissingValuesTotal.Location = new System.Drawing.Point(114, 87);
|
---|
[10316] | 150 | this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
|
---|
| 151 | this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
|
---|
| 152 | this.txtMissingValuesTotal.TabIndex = 1;
|
---|
| 153 | this.txtMissingValuesTotal.Text = "102";
|
---|
| 154 | //
|
---|
[14545] | 155 | // stringMatrixView
|
---|
[10316] | 156 | //
|
---|
[14545] | 157 | this.stringMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 158 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10534] | 159 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14545] | 160 | this.stringMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 161 | this.stringMatrixView.Content = null;
|
---|
[14546] | 162 | this.stringMatrixView.Location = new System.Drawing.Point(5, 112);
|
---|
[14545] | 163 | this.stringMatrixView.Name = "stringMatrixView";
|
---|
| 164 | this.stringMatrixView.ReadOnly = true;
|
---|
| 165 | this.stringMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
| 166 | this.stringMatrixView.ShowStatisticalInformation = true;
|
---|
[14546] | 167 | this.stringMatrixView.Size = new System.Drawing.Size(530, 283);
|
---|
[14545] | 168 | this.stringMatrixView.TabIndex = 4;
|
---|
[10316] | 169 | //
|
---|
[14546] | 170 | // groupBox1
|
---|
| 171 | //
|
---|
| 172 | this.groupBox1.Controls.Add(this.checkInputsTargetButton);
|
---|
| 173 | this.groupBox1.Controls.Add(this.uncheckAllButton);
|
---|
| 174 | this.groupBox1.Controls.Add(this.checkAllButton);
|
---|
| 175 | this.groupBox1.Location = new System.Drawing.Point(212, 3);
|
---|
| 176 | this.groupBox1.Name = "groupBox1";
|
---|
| 177 | this.groupBox1.Size = new System.Drawing.Size(160, 49);
|
---|
| 178 | this.groupBox1.TabIndex = 16;
|
---|
| 179 | this.groupBox1.TabStop = false;
|
---|
| 180 | this.groupBox1.Text = "Show Variables";
|
---|
| 181 | //
|
---|
| 182 | // checkInputsTargetButton
|
---|
| 183 | //
|
---|
| 184 | this.checkInputsTargetButton.Location = new System.Drawing.Point(6, 17);
|
---|
| 185 | this.checkInputsTargetButton.Name = "checkInputsTargetButton";
|
---|
| 186 | this.checkInputsTargetButton.Size = new System.Drawing.Size(56, 24);
|
---|
| 187 | this.checkInputsTargetButton.TabIndex = 14;
|
---|
| 188 | this.checkInputsTargetButton.Text = "Inputs";
|
---|
| 189 | this.checkInputsTargetButton.UseVisualStyleBackColor = true;
|
---|
| 190 | this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
|
---|
| 191 | //
|
---|
| 192 | // uncheckAllButton
|
---|
| 193 | //
|
---|
| 194 | this.uncheckAllButton.Location = new System.Drawing.Point(105, 17);
|
---|
| 195 | this.uncheckAllButton.Name = "uncheckAllButton";
|
---|
| 196 | this.uncheckAllButton.Size = new System.Drawing.Size(43, 24);
|
---|
| 197 | this.uncheckAllButton.TabIndex = 12;
|
---|
| 198 | this.uncheckAllButton.Text = "None";
|
---|
| 199 | this.uncheckAllButton.UseVisualStyleBackColor = true;
|
---|
| 200 | this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
|
---|
| 201 | //
|
---|
| 202 | // checkAllButton
|
---|
| 203 | //
|
---|
| 204 | this.checkAllButton.Location = new System.Drawing.Point(68, 17);
|
---|
| 205 | this.checkAllButton.Name = "checkAllButton";
|
---|
| 206 | this.checkAllButton.Size = new System.Drawing.Size(31, 24);
|
---|
| 207 | this.checkAllButton.TabIndex = 13;
|
---|
| 208 | this.checkAllButton.Text = "All";
|
---|
| 209 | this.checkAllButton.UseVisualStyleBackColor = true;
|
---|
| 210 | this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
|
---|
| 211 | //
|
---|
[10313] | 212 | // StatisticsView
|
---|
| 213 | //
|
---|
| 214 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[10303] | 215 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[14546] | 216 | this.Controls.Add(this.groupBox1);
|
---|
[14545] | 217 | this.Controls.Add(this.stringMatrixView);
|
---|
[10316] | 218 | this.Controls.Add(this.lblNominalColumns);
|
---|
| 219 | this.Controls.Add(this.lblNumericColumns);
|
---|
| 220 | this.Controls.Add(this.lblMissingValuesTotal);
|
---|
| 221 | this.Controls.Add(this.txtMissingValuesTotal);
|
---|
| 222 | this.Controls.Add(this.txtNominalColumns);
|
---|
| 223 | this.Controls.Add(this.lblColumns);
|
---|
| 224 | this.Controls.Add(this.txtNumericColumns);
|
---|
| 225 | this.Controls.Add(this.txtColumns);
|
---|
| 226 | this.Controls.Add(this.txtRows);
|
---|
| 227 | this.Controls.Add(this.lblRows);
|
---|
[10313] | 228 | this.Name = "StatisticsView";
|
---|
| 229 | this.Size = new System.Drawing.Size(549, 408);
|
---|
[14546] | 230 | this.groupBox1.ResumeLayout(false);
|
---|
[10313] | 231 | this.ResumeLayout(false);
|
---|
[10316] | 232 | this.PerformLayout();
|
---|
[10313] | 233 |
|
---|
[10303] | 234 | }
|
---|
| 235 |
|
---|
| 236 | #endregion
|
---|
[10316] | 237 |
|
---|
| 238 | private System.Windows.Forms.Label lblRows;
|
---|
| 239 | private System.Windows.Forms.Label txtRows;
|
---|
| 240 | private System.Windows.Forms.Label lblColumns;
|
---|
| 241 | private System.Windows.Forms.Label lblMissingValuesTotal;
|
---|
| 242 | private System.Windows.Forms.Label txtColumns;
|
---|
| 243 | private System.Windows.Forms.Label txtNumericColumns;
|
---|
| 244 | private System.Windows.Forms.Label txtNominalColumns;
|
---|
| 245 | private System.Windows.Forms.Label lblNumericColumns;
|
---|
| 246 | private System.Windows.Forms.Label lblNominalColumns;
|
---|
| 247 | private System.Windows.Forms.Label txtMissingValuesTotal;
|
---|
[14545] | 248 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
|
---|
[14546] | 249 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
| 250 | private System.Windows.Forms.Button checkInputsTargetButton;
|
---|
| 251 | private System.Windows.Forms.Button uncheckAllButton;
|
---|
| 252 | private System.Windows.Forms.Button checkAllButton;
|
---|
[10303] | 253 | }
|
---|
| 254 | }
|
---|