[13502] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[13502] | 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 |
|
---|
| 22 | namespace HeuristicLab.DataPreprocessing.Views {
|
---|
[10709] | 23 | partial class ManipulationView {
|
---|
| 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.lstMethods = new System.Windows.Forms.ListBox();
|
---|
| 48 | this.btnApply = new System.Windows.Forms.Button();
|
---|
| 49 | this.grpBoxData = new System.Windows.Forms.GroupBox();
|
---|
[10905] | 50 | this.tabsData = new System.Windows.Forms.TabControl();
|
---|
| 51 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 52 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 53 | this.tabDataDeleteColumnsInformation = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 55 | this.txtDeleteColumnsInfo = new System.Windows.Forms.TextBox();
|
---|
| 56 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 57 | this.tabDataDeleteColumnsVariance = new System.Windows.Forms.TabPage();
|
---|
| 58 | this.txtDeleteColumnsVariance = new System.Windows.Forms.TextBox();
|
---|
| 59 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 60 | this.tabDataDeleteRowsInfo = new System.Windows.Forms.TabPage();
|
---|
| 61 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 62 | this.txtDeleteRowsInfo = new System.Windows.Forms.TextBox();
|
---|
| 63 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 64 | this.tabReplaceMissingValues = new System.Windows.Forms.TabPage();
|
---|
| 65 | this.txtReplaceValue = new System.Windows.Forms.TextBox();
|
---|
| 66 | this.cmbVariableNames = new System.Windows.Forms.ComboBox();
|
---|
| 67 | this.cmbReplaceWith = new System.Windows.Forms.ComboBox();
|
---|
| 68 | this.lblValueColon = new System.Windows.Forms.Label();
|
---|
| 69 | this.label8 = new System.Windows.Forms.Label();
|
---|
| 70 | this.label10 = new System.Windows.Forms.Label();
|
---|
| 71 | this.tabDataShuffle = new System.Windows.Forms.TabPage();
|
---|
[12676] | 72 | this.shuffleSeparatelyCheckbox = new System.Windows.Forms.CheckBox();
|
---|
[11381] | 73 | this.lblShuffleProperties = new System.Windows.Forms.Label();
|
---|
[10709] | 74 | this.grpBoxPreview = new System.Windows.Forms.GroupBox();
|
---|
| 75 | this.tabsPreview = new System.Windows.Forms.TabControl();
|
---|
[10737] | 76 | this.tabPreviewInactive = new System.Windows.Forms.TabPage();
|
---|
[10970] | 77 | this.lblPreviewInActive = new System.Windows.Forms.Label();
|
---|
[10709] | 78 | this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
|
---|
[10737] | 79 | this.lblPreviewColumnsInfo = new System.Windows.Forms.Label();
|
---|
[10709] | 80 | this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage();
|
---|
[10737] | 81 | this.label12 = new System.Windows.Forms.Label();
|
---|
| 82 | this.lblPreviewColumnsVariance = new System.Windows.Forms.Label();
|
---|
[10709] | 83 | this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage();
|
---|
[10737] | 84 | this.lblPreviewRowsInfo = new System.Windows.Forms.Label();
|
---|
[10776] | 85 | this.tabPreviewReplaceMissingValues = new System.Windows.Forms.TabPage();
|
---|
| 86 | this.lblPreviewReplaceMissingValues = new System.Windows.Forms.Label();
|
---|
[10709] | 87 | this.tabPreviewShuffle = new System.Windows.Forms.TabPage();
|
---|
[10737] | 88 | this.lblPreviewShuffle = new System.Windows.Forms.Label();
|
---|
[10776] | 89 | this.label9 = new System.Windows.Forms.Label();
|
---|
[12676] | 90 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 91 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
[10709] | 92 | this.grpBoxData.SuspendLayout();
|
---|
[10905] | 93 | this.tabsData.SuspendLayout();
|
---|
| 94 | this.tabPage1.SuspendLayout();
|
---|
| 95 | this.tabDataDeleteColumnsInformation.SuspendLayout();
|
---|
| 96 | this.tabDataDeleteColumnsVariance.SuspendLayout();
|
---|
| 97 | this.tabDataDeleteRowsInfo.SuspendLayout();
|
---|
| 98 | this.tabReplaceMissingValues.SuspendLayout();
|
---|
| 99 | this.tabDataShuffle.SuspendLayout();
|
---|
[10709] | 100 | this.grpBoxPreview.SuspendLayout();
|
---|
| 101 | this.tabsPreview.SuspendLayout();
|
---|
[10970] | 102 | this.tabPreviewInactive.SuspendLayout();
|
---|
[10737] | 103 | this.tabPreviewDeleteColumnsInfo.SuspendLayout();
|
---|
| 104 | this.tabPreviewDeleteColumnsVariance.SuspendLayout();
|
---|
| 105 | this.tabPreviewDeleteRowsInfo.SuspendLayout();
|
---|
[10776] | 106 | this.tabPreviewReplaceMissingValues.SuspendLayout();
|
---|
[10709] | 107 | this.tabPreviewShuffle.SuspendLayout();
|
---|
[12676] | 108 | this.panel1.SuspendLayout();
|
---|
| 109 | this.panel2.SuspendLayout();
|
---|
[10709] | 110 | this.SuspendLayout();
|
---|
| 111 | //
|
---|
| 112 | // lstMethods
|
---|
| 113 | //
|
---|
[13502] | 114 | this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 115 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 116 | this.lstMethods.FormattingEnabled = true;
|
---|
[12676] | 117 | this.lstMethods.ItemHeight = 16;
|
---|
[10709] | 118 | this.lstMethods.Items.AddRange(new object[] {
|
---|
| 119 | "Delete Columns with insufficient Information",
|
---|
| 120 | "Delete Columns with insufficient Variance",
|
---|
| 121 | "Delete Rows with insufficient Information",
|
---|
[10776] | 122 | "Replace Missing Values",
|
---|
[10709] | 123 | "Shuffle Data"});
|
---|
[12676] | 124 | this.lstMethods.Location = new System.Drawing.Point(4, 4);
|
---|
| 125 | this.lstMethods.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 126 | this.lstMethods.Name = "lstMethods";
|
---|
[12676] | 127 | this.lstMethods.Size = new System.Drawing.Size(976, 116);
|
---|
[10709] | 128 | this.lstMethods.Sorted = true;
|
---|
| 129 | this.lstMethods.TabIndex = 0;
|
---|
| 130 | this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged);
|
---|
| 131 | //
|
---|
| 132 | // btnApply
|
---|
| 133 | //
|
---|
| 134 | this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 135 | this.btnApply.Enabled = false;
|
---|
[12676] | 136 | this.btnApply.Location = new System.Drawing.Point(804, 615);
|
---|
| 137 | this.btnApply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 138 | this.btnApply.Name = "btnApply";
|
---|
[12676] | 139 | this.btnApply.Size = new System.Drawing.Size(172, 28);
|
---|
[10709] | 140 | this.btnApply.TabIndex = 2;
|
---|
| 141 | this.btnApply.Text = "Apply Manipulation";
|
---|
| 142 | this.btnApply.UseVisualStyleBackColor = true;
|
---|
| 143 | this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
---|
| 144 | //
|
---|
| 145 | // grpBoxData
|
---|
| 146 | //
|
---|
[13502] | 147 | this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 149 | this.grpBoxData.Controls.Add(this.tabsData);
|
---|
[12676] | 150 | this.grpBoxData.Location = new System.Drawing.Point(5, 129);
|
---|
| 151 | this.grpBoxData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 152 | this.grpBoxData.Name = "grpBoxData";
|
---|
[12676] | 153 | this.grpBoxData.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 154 | this.grpBoxData.Size = new System.Drawing.Size(976, 233);
|
---|
[10709] | 155 | this.grpBoxData.TabIndex = 3;
|
---|
| 156 | this.grpBoxData.TabStop = false;
|
---|
| 157 | this.grpBoxData.Text = "Properties";
|
---|
| 158 | //
|
---|
[10905] | 159 | // tabsData
|
---|
| 160 | //
|
---|
[13502] | 161 | this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10905] | 162 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 163 | this.tabsData.Controls.Add(this.tabPage1);
|
---|
| 164 | this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation);
|
---|
| 165 | this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance);
|
---|
| 166 | this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo);
|
---|
| 167 | this.tabsData.Controls.Add(this.tabReplaceMissingValues);
|
---|
| 168 | this.tabsData.Controls.Add(this.tabDataShuffle);
|
---|
| 169 | this.tabsData.ItemSize = new System.Drawing.Size(58, 18);
|
---|
[12676] | 170 | this.tabsData.Location = new System.Drawing.Point(8, 23);
|
---|
| 171 | this.tabsData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 172 | this.tabsData.Name = "tabsData";
|
---|
| 173 | this.tabsData.SelectedIndex = 0;
|
---|
[12676] | 174 | this.tabsData.Size = new System.Drawing.Size(959, 202);
|
---|
[10905] | 175 | this.tabsData.TabIndex = 3;
|
---|
| 176 | //
|
---|
| 177 | // tabPage1
|
---|
| 178 | //
|
---|
| 179 | this.tabPage1.Controls.Add(this.label7);
|
---|
| 180 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 181 | this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 182 | this.tabPage1.Name = "tabPage1";
|
---|
[12676] | 183 | this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 184 | this.tabPage1.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 185 | this.tabPage1.TabIndex = 5;
|
---|
| 186 | this.tabPage1.Text = "tabDataInactive";
|
---|
| 187 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 188 | //
|
---|
| 189 | // label7
|
---|
| 190 | //
|
---|
| 191 | this.label7.AutoSize = true;
|
---|
| 192 | this.label7.Enabled = false;
|
---|
[12676] | 193 | this.label7.Location = new System.Drawing.Point(4, 4);
|
---|
| 194 | this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 195 | this.label7.Name = "label7";
|
---|
[12676] | 196 | this.label7.Size = new System.Drawing.Size(345, 17);
|
---|
[10905] | 197 | this.label7.TabIndex = 1;
|
---|
| 198 | this.label7.Text = "Please select one of the manipulation methods above";
|
---|
| 199 | //
|
---|
| 200 | // tabDataDeleteColumnsInformation
|
---|
| 201 | //
|
---|
| 202 | this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
|
---|
| 203 | this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
|
---|
| 204 | this.tabDataDeleteColumnsInformation.Controls.Add(this.label1);
|
---|
| 205 | this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 206 | this.tabDataDeleteColumnsInformation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 207 | this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation";
|
---|
[12676] | 208 | this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 209 | this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 210 | this.tabDataDeleteColumnsInformation.TabIndex = 0;
|
---|
| 211 | this.tabDataDeleteColumnsInformation.Text = "del columns info";
|
---|
| 212 | this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
|
---|
| 213 | //
|
---|
| 214 | // label2
|
---|
| 215 | //
|
---|
| 216 | this.label2.AutoSize = true;
|
---|
[12676] | 217 | this.label2.Location = new System.Drawing.Point(272, 4);
|
---|
| 218 | this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 219 | this.label2.Name = "label2";
|
---|
[12676] | 220 | this.label2.Size = new System.Drawing.Size(120, 17);
|
---|
[10905] | 221 | this.label2.TabIndex = 5;
|
---|
| 222 | this.label2.Text = "% missing values.";
|
---|
| 223 | //
|
---|
| 224 | // txtDeleteColumnsInfo
|
---|
| 225 | //
|
---|
[12676] | 226 | this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(219, 0);
|
---|
| 227 | this.txtDeleteColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 228 | this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
|
---|
[12676] | 229 | this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(44, 22);
|
---|
[10905] | 230 | this.txtDeleteColumnsInfo.TabIndex = 4;
|
---|
| 231 | this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
|
---|
| 232 | //
|
---|
| 233 | // label1
|
---|
| 234 | //
|
---|
| 235 | this.label1.AutoSize = true;
|
---|
[12676] | 236 | this.label1.Location = new System.Drawing.Point(4, 4);
|
---|
| 237 | this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 238 | this.label1.Name = "label1";
|
---|
[12676] | 239 | this.label1.Size = new System.Drawing.Size(205, 17);
|
---|
[10905] | 240 | this.label1.TabIndex = 3;
|
---|
| 241 | this.label1.Text = "Delete columns with more than ";
|
---|
| 242 | //
|
---|
| 243 | // tabDataDeleteColumnsVariance
|
---|
| 244 | //
|
---|
| 245 | this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
|
---|
| 246 | this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
|
---|
| 247 | this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 248 | this.tabDataDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 249 | this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
|
---|
[12676] | 250 | this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 251 | this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 252 | this.tabDataDeleteColumnsVariance.TabIndex = 1;
|
---|
| 253 | this.tabDataDeleteColumnsVariance.Text = "del columns variance";
|
---|
| 254 | this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
| 255 | //
|
---|
| 256 | // txtDeleteColumnsVariance
|
---|
| 257 | //
|
---|
[12676] | 258 | this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(305, 0);
|
---|
| 259 | this.txtDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 260 | this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
|
---|
[12676] | 261 | this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(179, 22);
|
---|
[10905] | 262 | this.txtDeleteColumnsVariance.TabIndex = 4;
|
---|
| 263 | this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
|
---|
| 264 | //
|
---|
| 265 | // label4
|
---|
| 266 | //
|
---|
| 267 | this.label4.AutoSize = true;
|
---|
[12676] | 268 | this.label4.Location = new System.Drawing.Point(4, 4);
|
---|
| 269 | this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 270 | this.label4.Name = "label4";
|
---|
[12676] | 271 | this.label4.Size = new System.Drawing.Size(292, 17);
|
---|
[10905] | 272 | this.label4.TabIndex = 3;
|
---|
| 273 | this.label4.Text = "Delete columns with a variance smaller than ";
|
---|
| 274 | //
|
---|
| 275 | // tabDataDeleteRowsInfo
|
---|
| 276 | //
|
---|
| 277 | this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
|
---|
| 278 | this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
|
---|
| 279 | this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
|
---|
| 280 | this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 281 | this.tabDataDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 282 | this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
|
---|
[12676] | 283 | this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 284 | this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 285 | this.tabDataDeleteRowsInfo.TabIndex = 2;
|
---|
| 286 | this.tabDataDeleteRowsInfo.Text = "del rows info";
|
---|
| 287 | this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
| 288 | //
|
---|
| 289 | // label3
|
---|
| 290 | //
|
---|
| 291 | this.label3.AutoSize = true;
|
---|
[12676] | 292 | this.label3.Location = new System.Drawing.Point(252, 4);
|
---|
| 293 | this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 294 | this.label3.Name = "label3";
|
---|
[12676] | 295 | this.label3.Size = new System.Drawing.Size(120, 17);
|
---|
[10905] | 296 | this.label3.TabIndex = 8;
|
---|
| 297 | this.label3.Text = "% missing values.";
|
---|
| 298 | //
|
---|
| 299 | // txtDeleteRowsInfo
|
---|
| 300 | //
|
---|
[12676] | 301 | this.txtDeleteRowsInfo.Location = new System.Drawing.Point(196, 0);
|
---|
| 302 | this.txtDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 303 | this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
|
---|
[12676] | 304 | this.txtDeleteRowsInfo.Size = new System.Drawing.Size(44, 22);
|
---|
[10905] | 305 | this.txtDeleteRowsInfo.TabIndex = 7;
|
---|
| 306 | this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
|
---|
| 307 | //
|
---|
| 308 | // label5
|
---|
| 309 | //
|
---|
| 310 | this.label5.AutoSize = true;
|
---|
[12676] | 311 | this.label5.Location = new System.Drawing.Point(4, 4);
|
---|
| 312 | this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 313 | this.label5.Name = "label5";
|
---|
[12676] | 314 | this.label5.Size = new System.Drawing.Size(182, 17);
|
---|
[10905] | 315 | this.label5.TabIndex = 6;
|
---|
| 316 | this.label5.Text = "Delete rows with more than ";
|
---|
| 317 | //
|
---|
| 318 | // tabReplaceMissingValues
|
---|
| 319 | //
|
---|
| 320 | this.tabReplaceMissingValues.Controls.Add(this.txtReplaceValue);
|
---|
| 321 | this.tabReplaceMissingValues.Controls.Add(this.cmbVariableNames);
|
---|
| 322 | this.tabReplaceMissingValues.Controls.Add(this.cmbReplaceWith);
|
---|
| 323 | this.tabReplaceMissingValues.Controls.Add(this.lblValueColon);
|
---|
| 324 | this.tabReplaceMissingValues.Controls.Add(this.label8);
|
---|
| 325 | this.tabReplaceMissingValues.Controls.Add(this.label10);
|
---|
| 326 | this.tabReplaceMissingValues.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 327 | this.tabReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 328 | this.tabReplaceMissingValues.Name = "tabReplaceMissingValues";
|
---|
[12676] | 329 | this.tabReplaceMissingValues.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 330 | this.tabReplaceMissingValues.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 331 | this.tabReplaceMissingValues.TabIndex = 6;
|
---|
| 332 | this.tabReplaceMissingValues.Text = "repl missing vals";
|
---|
| 333 | this.tabReplaceMissingValues.UseVisualStyleBackColor = true;
|
---|
| 334 | //
|
---|
| 335 | // txtReplaceValue
|
---|
| 336 | //
|
---|
[12676] | 337 | this.txtReplaceValue.Location = new System.Drawing.Point(231, 33);
|
---|
| 338 | this.txtReplaceValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 339 | this.txtReplaceValue.Name = "txtReplaceValue";
|
---|
[12676] | 340 | this.txtReplaceValue.Size = new System.Drawing.Size(132, 22);
|
---|
[10905] | 341 | this.txtReplaceValue.TabIndex = 2;
|
---|
| 342 | this.txtReplaceValue.TextChanged += new System.EventHandler(this.txtReplaceValue_TextChanged);
|
---|
| 343 | //
|
---|
| 344 | // cmbVariableNames
|
---|
| 345 | //
|
---|
| 346 | this.cmbVariableNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 347 | this.cmbVariableNames.FormattingEnabled = true;
|
---|
[12676] | 348 | this.cmbVariableNames.Location = new System.Drawing.Point(189, 0);
|
---|
| 349 | this.cmbVariableNames.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 350 | this.cmbVariableNames.Name = "cmbVariableNames";
|
---|
[12676] | 351 | this.cmbVariableNames.Size = new System.Drawing.Size(160, 24);
|
---|
[10905] | 352 | this.cmbVariableNames.TabIndex = 1;
|
---|
| 353 | this.cmbVariableNames.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged);
|
---|
| 354 | //
|
---|
| 355 | // cmbReplaceWith
|
---|
| 356 | //
|
---|
| 357 | this.cmbReplaceWith.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 358 | this.cmbReplaceWith.FormattingEnabled = true;
|
---|
| 359 | this.cmbReplaceWith.Items.AddRange(new object[] {
|
---|
| 360 | "Value",
|
---|
| 361 | "Average",
|
---|
| 362 | "Median",
|
---|
| 363 | "Most Common",
|
---|
| 364 | "Random"});
|
---|
[12676] | 365 | this.cmbReplaceWith.Location = new System.Drawing.Point(47, 33);
|
---|
| 366 | this.cmbReplaceWith.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 367 | this.cmbReplaceWith.Name = "cmbReplaceWith";
|
---|
[12676] | 368 | this.cmbReplaceWith.Size = new System.Drawing.Size(160, 24);
|
---|
[10905] | 369 | this.cmbReplaceWith.TabIndex = 1;
|
---|
| 370 | this.cmbReplaceWith.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged);
|
---|
| 371 | //
|
---|
| 372 | // lblValueColon
|
---|
| 373 | //
|
---|
| 374 | this.lblValueColon.AutoSize = true;
|
---|
[12676] | 375 | this.lblValueColon.Location = new System.Drawing.Point(209, 37);
|
---|
| 376 | this.lblValueColon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 377 | this.lblValueColon.Name = "lblValueColon";
|
---|
[12676] | 378 | this.lblValueColon.Size = new System.Drawing.Size(12, 17);
|
---|
[10905] | 379 | this.lblValueColon.TabIndex = 0;
|
---|
| 380 | this.lblValueColon.Text = ":";
|
---|
| 381 | //
|
---|
| 382 | // label8
|
---|
| 383 | //
|
---|
| 384 | this.label8.AutoSize = true;
|
---|
[12676] | 385 | this.label8.Location = new System.Drawing.Point(4, 37);
|
---|
| 386 | this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 387 | this.label8.Name = "label8";
|
---|
[12676] | 388 | this.label8.Size = new System.Drawing.Size(32, 17);
|
---|
[10905] | 389 | this.label8.TabIndex = 0;
|
---|
| 390 | this.label8.Text = "with";
|
---|
| 391 | //
|
---|
| 392 | // label10
|
---|
| 393 | //
|
---|
| 394 | this.label10.AutoSize = true;
|
---|
[12676] | 395 | this.label10.Location = new System.Drawing.Point(4, 4);
|
---|
| 396 | this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10905] | 397 | this.label10.Name = "label10";
|
---|
[12676] | 398 | this.label10.Size = new System.Drawing.Size(177, 17);
|
---|
[10905] | 399 | this.label10.TabIndex = 0;
|
---|
| 400 | this.label10.Text = "Replace missing values for";
|
---|
| 401 | //
|
---|
| 402 | // tabDataShuffle
|
---|
| 403 | //
|
---|
[11381] | 404 | this.tabDataShuffle.Controls.Add(this.shuffleSeparatelyCheckbox);
|
---|
| 405 | this.tabDataShuffle.Controls.Add(this.lblShuffleProperties);
|
---|
[10905] | 406 | this.tabDataShuffle.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 407 | this.tabDataShuffle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10905] | 408 | this.tabDataShuffle.Name = "tabDataShuffle";
|
---|
[12676] | 409 | this.tabDataShuffle.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 410 | this.tabDataShuffle.Size = new System.Drawing.Size(951, 176);
|
---|
[10905] | 411 | this.tabDataShuffle.TabIndex = 4;
|
---|
| 412 | this.tabDataShuffle.Text = "shuffle";
|
---|
| 413 | this.tabDataShuffle.UseVisualStyleBackColor = true;
|
---|
| 414 | //
|
---|
[12676] | 415 | // shuffleSeparatelyCheckbox
|
---|
| 416 | //
|
---|
| 417 | this.shuffleSeparatelyCheckbox.AutoSize = true;
|
---|
| 418 | this.shuffleSeparatelyCheckbox.Location = new System.Drawing.Point(8, 2);
|
---|
| 419 | this.shuffleSeparatelyCheckbox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 420 | this.shuffleSeparatelyCheckbox.Name = "shuffleSeparatelyCheckbox";
|
---|
| 421 | this.shuffleSeparatelyCheckbox.Size = new System.Drawing.Size(312, 21);
|
---|
| 422 | this.shuffleSeparatelyCheckbox.TabIndex = 1;
|
---|
| 423 | this.shuffleSeparatelyCheckbox.Text = "Shuffle training and test partitions separately";
|
---|
| 424 | this.shuffleSeparatelyCheckbox.UseVisualStyleBackColor = true;
|
---|
| 425 | //
|
---|
[11381] | 426 | // lblShuffleProperties
|
---|
[10905] | 427 | //
|
---|
[11381] | 428 | this.lblShuffleProperties.AutoSize = true;
|
---|
| 429 | this.lblShuffleProperties.Enabled = false;
|
---|
[12676] | 430 | this.lblShuffleProperties.Location = new System.Drawing.Point(4, 4);
|
---|
| 431 | this.lblShuffleProperties.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[11381] | 432 | this.lblShuffleProperties.Name = "lblShuffleProperties";
|
---|
[12676] | 433 | this.lblShuffleProperties.Size = new System.Drawing.Size(154, 17);
|
---|
[11381] | 434 | this.lblShuffleProperties.TabIndex = 0;
|
---|
| 435 | this.lblShuffleProperties.Text = "No properties available";
|
---|
[10905] | 436 | //
|
---|
[10709] | 437 | // grpBoxPreview
|
---|
| 438 | //
|
---|
[13502] | 439 | this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 440 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 441 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 442 | this.grpBoxPreview.Controls.Add(this.tabsPreview);
|
---|
[12676] | 443 | this.grpBoxPreview.Location = new System.Drawing.Point(5, 370);
|
---|
| 444 | this.grpBoxPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 445 | this.grpBoxPreview.Name = "grpBoxPreview";
|
---|
[12676] | 446 | this.grpBoxPreview.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 447 | this.grpBoxPreview.Size = new System.Drawing.Size(976, 238);
|
---|
[10709] | 448 | this.grpBoxPreview.TabIndex = 4;
|
---|
| 449 | this.grpBoxPreview.TabStop = false;
|
---|
| 450 | this.grpBoxPreview.Text = "Preview";
|
---|
| 451 | //
|
---|
| 452 | // tabsPreview
|
---|
| 453 | //
|
---|
[13502] | 454 | this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 455 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10714] | 456 | this.tabsPreview.Controls.Add(this.tabPreviewInactive);
|
---|
[10709] | 457 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
|
---|
| 458 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
|
---|
| 459 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
|
---|
[10776] | 460 | this.tabsPreview.Controls.Add(this.tabPreviewReplaceMissingValues);
|
---|
[10709] | 461 | this.tabsPreview.Controls.Add(this.tabPreviewShuffle);
|
---|
| 462 | this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
|
---|
[12676] | 463 | this.tabsPreview.Location = new System.Drawing.Point(8, 23);
|
---|
| 464 | this.tabsPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 465 | this.tabsPreview.Name = "tabsPreview";
|
---|
| 466 | this.tabsPreview.SelectedIndex = 0;
|
---|
[12676] | 467 | this.tabsPreview.Size = new System.Drawing.Size(959, 207);
|
---|
[10709] | 468 | this.tabsPreview.TabIndex = 3;
|
---|
| 469 | //
|
---|
[10737] | 470 | // tabPreviewInactive
|
---|
| 471 | //
|
---|
[10970] | 472 | this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
|
---|
[10737] | 473 | this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 474 | this.tabPreviewInactive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10737] | 475 | this.tabPreviewInactive.Name = "tabPreviewInactive";
|
---|
[12676] | 476 | this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 477 | this.tabPreviewInactive.Size = new System.Drawing.Size(951, 181);
|
---|
[10737] | 478 | this.tabPreviewInactive.TabIndex = 5;
|
---|
| 479 | this.tabPreviewInactive.Text = "inactive";
|
---|
| 480 | this.tabPreviewInactive.UseVisualStyleBackColor = true;
|
---|
| 481 | //
|
---|
[10970] | 482 | // lblPreviewInActive
|
---|
| 483 | //
|
---|
| 484 | this.lblPreviewInActive.AutoSize = true;
|
---|
[12676] | 485 | this.lblPreviewInActive.Location = new System.Drawing.Point(4, 4);
|
---|
| 486 | this.lblPreviewInActive.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10970] | 487 | this.lblPreviewInActive.Name = "lblPreviewInActive";
|
---|
[12676] | 488 | this.lblPreviewInActive.Size = new System.Drawing.Size(491, 51);
|
---|
[10970] | 489 | this.lblPreviewInActive.TabIndex = 2;
|
---|
| 490 | this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
|
---|
| 491 | "he filter(s) first in order to be able to perform manipulations.";
|
---|
[10977] | 492 | this.lblPreviewInActive.Visible = false;
|
---|
[10970] | 493 | //
|
---|
[10709] | 494 | // tabPreviewDeleteColumnsInfo
|
---|
| 495 | //
|
---|
[12676] | 496 | this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1);
|
---|
[10709] | 497 | this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 498 | this.tabPreviewDeleteColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 499 | this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
|
---|
[12676] | 500 | this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 501 | this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(951, 181);
|
---|
[10709] | 502 | this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
|
---|
| 503 | this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
|
---|
| 504 | this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
|
---|
| 505 | //
|
---|
[10737] | 506 | // lblPreviewColumnsInfo
|
---|
| 507 | //
|
---|
| 508 | this.lblPreviewColumnsInfo.AutoSize = true;
|
---|
[12676] | 509 | this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 510 | this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0);
|
---|
| 511 | this.lblPreviewColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10737] | 512 | this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
|
---|
[12676] | 513 | this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(423, 17);
|
---|
[10737] | 514 | this.lblPreviewColumnsInfo.TabIndex = 1;
|
---|
| 515 | this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
|
---|
| 516 | //
|
---|
[10709] | 517 | // tabPreviewDeleteColumnsVariance
|
---|
| 518 | //
|
---|
[12676] | 519 | this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2);
|
---|
[10737] | 520 | this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12);
|
---|
[10709] | 521 | this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 522 | this.tabPreviewDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 523 | this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance";
|
---|
[12676] | 524 | this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 525 | this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(951, 181);
|
---|
[10709] | 526 | this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
|
---|
| 527 | this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
|
---|
| 528 | this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
| 529 | //
|
---|
[10737] | 530 | // label12
|
---|
| 531 | //
|
---|
| 532 | this.label12.AutoSize = true;
|
---|
[12676] | 533 | this.label12.Location = new System.Drawing.Point(8, 27);
|
---|
| 534 | this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10737] | 535 | this.label12.Name = "label12";
|
---|
[12676] | 536 | this.label12.Size = new System.Drawing.Size(0, 17);
|
---|
[10737] | 537 | this.label12.TabIndex = 2;
|
---|
| 538 | //
|
---|
| 539 | // lblPreviewColumnsVariance
|
---|
| 540 | //
|
---|
| 541 | this.lblPreviewColumnsVariance.AutoSize = true;
|
---|
[12676] | 542 | this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 543 | this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0);
|
---|
| 544 | this.lblPreviewColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10737] | 545 | this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
|
---|
[12676] | 546 | this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(398, 17);
|
---|
[10737] | 547 | this.lblPreviewColumnsVariance.TabIndex = 2;
|
---|
| 548 | this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
|
---|
| 549 | //
|
---|
[10709] | 550 | // tabPreviewDeleteRowsInfo
|
---|
| 551 | //
|
---|
[10737] | 552 | this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
|
---|
[10709] | 553 | this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 554 | this.tabPreviewDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 555 | this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
|
---|
[12676] | 556 | this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 557 | this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(951, 181);
|
---|
[10709] | 558 | this.tabPreviewDeleteRowsInfo.TabIndex = 2;
|
---|
| 559 | this.tabPreviewDeleteRowsInfo.Text = "del rows info";
|
---|
| 560 | this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
| 561 | //
|
---|
[10737] | 562 | // lblPreviewRowsInfo
|
---|
| 563 | //
|
---|
| 564 | this.lblPreviewRowsInfo.AutoSize = true;
|
---|
[12676] | 565 | this.lblPreviewRowsInfo.Location = new System.Drawing.Point(4, 4);
|
---|
| 566 | this.lblPreviewRowsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10737] | 567 | this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
|
---|
[12676] | 568 | this.lblPreviewRowsInfo.Size = new System.Drawing.Size(400, 17);
|
---|
[10737] | 569 | this.lblPreviewRowsInfo.TabIndex = 2;
|
---|
| 570 | this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
|
---|
| 571 | //
|
---|
[10776] | 572 | // tabPreviewReplaceMissingValues
|
---|
| 573 | //
|
---|
| 574 | this.tabPreviewReplaceMissingValues.Controls.Add(this.lblPreviewReplaceMissingValues);
|
---|
| 575 | this.tabPreviewReplaceMissingValues.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 576 | this.tabPreviewReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10776] | 577 | this.tabPreviewReplaceMissingValues.Name = "tabPreviewReplaceMissingValues";
|
---|
[12676] | 578 | this.tabPreviewReplaceMissingValues.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 579 | this.tabPreviewReplaceMissingValues.Size = new System.Drawing.Size(951, 181);
|
---|
[10776] | 580 | this.tabPreviewReplaceMissingValues.TabIndex = 6;
|
---|
| 581 | this.tabPreviewReplaceMissingValues.Text = "repl missing vals";
|
---|
| 582 | this.tabPreviewReplaceMissingValues.UseVisualStyleBackColor = true;
|
---|
| 583 | //
|
---|
| 584 | // lblPreviewReplaceMissingValues
|
---|
| 585 | //
|
---|
| 586 | this.lblPreviewReplaceMissingValues.AutoSize = true;
|
---|
[12676] | 587 | this.lblPreviewReplaceMissingValues.Location = new System.Drawing.Point(4, 4);
|
---|
| 588 | this.lblPreviewReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10776] | 589 | this.lblPreviewReplaceMissingValues.Name = "lblPreviewReplaceMissingValues";
|
---|
[12676] | 590 | this.lblPreviewReplaceMissingValues.Size = new System.Drawing.Size(449, 17);
|
---|
[10776] | 591 | this.lblPreviewReplaceMissingValues.TabIndex = 3;
|
---|
| 592 | this.lblPreviewReplaceMissingValues.Text = "{0} cells detected with missing values which would be replaced with {1}";
|
---|
| 593 | //
|
---|
[10709] | 594 | // tabPreviewShuffle
|
---|
| 595 | //
|
---|
[10737] | 596 | this.tabPreviewShuffle.Controls.Add(this.lblPreviewShuffle);
|
---|
[10709] | 597 | this.tabPreviewShuffle.Location = new System.Drawing.Point(4, 22);
|
---|
[12676] | 598 | this.tabPreviewShuffle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 599 | this.tabPreviewShuffle.Name = "tabPreviewShuffle";
|
---|
[12676] | 600 | this.tabPreviewShuffle.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
| 601 | this.tabPreviewShuffle.Size = new System.Drawing.Size(951, 181);
|
---|
[10709] | 602 | this.tabPreviewShuffle.TabIndex = 4;
|
---|
| 603 | this.tabPreviewShuffle.Text = "shuffle";
|
---|
| 604 | this.tabPreviewShuffle.UseVisualStyleBackColor = true;
|
---|
| 605 | //
|
---|
[10737] | 606 | // lblPreviewShuffle
|
---|
[10709] | 607 | //
|
---|
[10737] | 608 | this.lblPreviewShuffle.AutoSize = true;
|
---|
[12676] | 609 | this.lblPreviewShuffle.Location = new System.Drawing.Point(4, 4);
|
---|
| 610 | this.lblPreviewShuffle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
---|
[10737] | 611 | this.lblPreviewShuffle.Name = "lblPreviewShuffle";
|
---|
[12676] | 612 | this.lblPreviewShuffle.Size = new System.Drawing.Size(337, 17);
|
---|
[10737] | 613 | this.lblPreviewShuffle.TabIndex = 0;
|
---|
| 614 | this.lblPreviewShuffle.Text = "Data will be shuffled randomly - preview not possible";
|
---|
[10709] | 615 | //
|
---|
[10776] | 616 | // label9
|
---|
| 617 | //
|
---|
| 618 | this.label9.Location = new System.Drawing.Point(0, 0);
|
---|
| 619 | this.label9.Name = "label9";
|
---|
| 620 | this.label9.Size = new System.Drawing.Size(100, 23);
|
---|
| 621 | this.label9.TabIndex = 0;
|
---|
| 622 | //
|
---|
[12676] | 623 | // panel1
|
---|
[11381] | 624 | //
|
---|
[12676] | 625 | this.panel1.AutoScroll = true;
|
---|
| 626 | this.panel1.Controls.Add(this.lblPreviewColumnsInfo);
|
---|
| 627 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 628 | this.panel1.Location = new System.Drawing.Point(4, 4);
|
---|
| 629 | this.panel1.Name = "panel1";
|
---|
| 630 | this.panel1.Size = new System.Drawing.Size(943, 173);
|
---|
| 631 | this.panel1.TabIndex = 2;
|
---|
[11381] | 632 | //
|
---|
[12676] | 633 | // panel2
|
---|
| 634 | //
|
---|
| 635 | this.panel2.AutoScroll = true;
|
---|
| 636 | this.panel2.Controls.Add(this.lblPreviewColumnsVariance);
|
---|
| 637 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 638 | this.panel2.Location = new System.Drawing.Point(4, 4);
|
---|
| 639 | this.panel2.Name = "panel2";
|
---|
| 640 | this.panel2.Size = new System.Drawing.Size(943, 173);
|
---|
| 641 | this.panel2.TabIndex = 3;
|
---|
| 642 | //
|
---|
[10709] | 643 | // ManipulationView
|
---|
| 644 | //
|
---|
[12676] | 645 | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
---|
[10709] | 646 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 647 | this.Controls.Add(this.btnApply);
|
---|
| 648 | this.Controls.Add(this.grpBoxPreview);
|
---|
| 649 | this.Controls.Add(this.grpBoxData);
|
---|
| 650 | this.Controls.Add(this.lstMethods);
|
---|
[12676] | 651 | this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
---|
[10709] | 652 | this.Name = "ManipulationView";
|
---|
[12676] | 653 | this.Size = new System.Drawing.Size(985, 651);
|
---|
[10709] | 654 | this.grpBoxData.ResumeLayout(false);
|
---|
[10905] | 655 | this.tabsData.ResumeLayout(false);
|
---|
| 656 | this.tabPage1.ResumeLayout(false);
|
---|
| 657 | this.tabPage1.PerformLayout();
|
---|
| 658 | this.tabDataDeleteColumnsInformation.ResumeLayout(false);
|
---|
| 659 | this.tabDataDeleteColumnsInformation.PerformLayout();
|
---|
| 660 | this.tabDataDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 661 | this.tabDataDeleteColumnsVariance.PerformLayout();
|
---|
| 662 | this.tabDataDeleteRowsInfo.ResumeLayout(false);
|
---|
| 663 | this.tabDataDeleteRowsInfo.PerformLayout();
|
---|
| 664 | this.tabReplaceMissingValues.ResumeLayout(false);
|
---|
| 665 | this.tabReplaceMissingValues.PerformLayout();
|
---|
| 666 | this.tabDataShuffle.ResumeLayout(false);
|
---|
| 667 | this.tabDataShuffle.PerformLayout();
|
---|
[10709] | 668 | this.grpBoxPreview.ResumeLayout(false);
|
---|
| 669 | this.tabsPreview.ResumeLayout(false);
|
---|
[10970] | 670 | this.tabPreviewInactive.ResumeLayout(false);
|
---|
| 671 | this.tabPreviewInactive.PerformLayout();
|
---|
[10737] | 672 | this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
|
---|
| 673 | this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 674 | this.tabPreviewDeleteColumnsVariance.PerformLayout();
|
---|
| 675 | this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
|
---|
| 676 | this.tabPreviewDeleteRowsInfo.PerformLayout();
|
---|
[10776] | 677 | this.tabPreviewReplaceMissingValues.ResumeLayout(false);
|
---|
| 678 | this.tabPreviewReplaceMissingValues.PerformLayout();
|
---|
[10709] | 679 | this.tabPreviewShuffle.ResumeLayout(false);
|
---|
| 680 | this.tabPreviewShuffle.PerformLayout();
|
---|
[12676] | 681 | this.panel1.ResumeLayout(false);
|
---|
| 682 | this.panel1.PerformLayout();
|
---|
| 683 | this.panel2.ResumeLayout(false);
|
---|
| 684 | this.panel2.PerformLayout();
|
---|
[10709] | 685 | this.ResumeLayout(false);
|
---|
| 686 |
|
---|
| 687 | }
|
---|
| 688 |
|
---|
| 689 | #endregion
|
---|
| 690 |
|
---|
| 691 | private System.Windows.Forms.ListBox lstMethods;
|
---|
| 692 | private System.Windows.Forms.Button btnApply;
|
---|
| 693 | private System.Windows.Forms.GroupBox grpBoxData;
|
---|
| 694 | private System.Windows.Forms.GroupBox grpBoxPreview;
|
---|
| 695 | private System.Windows.Forms.TabControl tabsPreview;
|
---|
| 696 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
|
---|
| 697 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
|
---|
| 698 | private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
|
---|
| 699 | private System.Windows.Forms.TabPage tabPreviewShuffle;
|
---|
[10776] | 700 | private System.Windows.Forms.Label lblPreviewShuffle;
|
---|
| 701 | private System.Windows.Forms.TabPage tabPreviewInactive;
|
---|
| 702 | private System.Windows.Forms.Label lblPreviewColumnsInfo;
|
---|
| 703 | private System.Windows.Forms.Label label12;
|
---|
| 704 | private System.Windows.Forms.Label lblPreviewColumnsVariance;
|
---|
| 705 | private System.Windows.Forms.Label lblPreviewRowsInfo;
|
---|
| 706 | private System.Windows.Forms.TabPage tabPreviewReplaceMissingValues;
|
---|
| 707 | private System.Windows.Forms.Label lblPreviewReplaceMissingValues;
|
---|
| 708 | private System.Windows.Forms.Label label9;
|
---|
[10709] | 709 | private System.Windows.Forms.TabControl tabsData;
|
---|
[10776] | 710 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 711 | private System.Windows.Forms.Label label7;
|
---|
[10709] | 712 | private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
|
---|
| 713 | private System.Windows.Forms.Label label2;
|
---|
| 714 | private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
|
---|
| 715 | private System.Windows.Forms.Label label1;
|
---|
| 716 | private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
|
---|
| 717 | private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
|
---|
| 718 | private System.Windows.Forms.Label label4;
|
---|
| 719 | private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
|
---|
| 720 | private System.Windows.Forms.Label label3;
|
---|
| 721 | private System.Windows.Forms.TextBox txtDeleteRowsInfo;
|
---|
| 722 | private System.Windows.Forms.Label label5;
|
---|
[10776] | 723 | private System.Windows.Forms.TabPage tabReplaceMissingValues;
|
---|
| 724 | private System.Windows.Forms.TextBox txtReplaceValue;
|
---|
| 725 | private System.Windows.Forms.ComboBox cmbReplaceWith;
|
---|
| 726 | private System.Windows.Forms.Label lblValueColon;
|
---|
| 727 | private System.Windows.Forms.Label label10;
|
---|
[10709] | 728 | private System.Windows.Forms.TabPage tabDataShuffle;
|
---|
[11381] | 729 | private System.Windows.Forms.Label lblShuffleProperties;
|
---|
[10905] | 730 | private System.Windows.Forms.ComboBox cmbVariableNames;
|
---|
| 731 | private System.Windows.Forms.Label label8;
|
---|
[10970] | 732 | private System.Windows.Forms.Label lblPreviewInActive;
|
---|
[11381] | 733 | private System.Windows.Forms.CheckBox shuffleSeparatelyCheckbox;
|
---|
[12676] | 734 | private System.Windows.Forms.Panel panel1;
|
---|
| 735 | private System.Windows.Forms.Panel panel2;
|
---|
[10709] | 736 | }
|
---|
| 737 | }
|
---|