[13502] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[16140] | 3 | * Copyright (C) 2002-2018 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();
|
---|
[10709] | 64 | this.grpBoxPreview = new System.Windows.Forms.GroupBox();
|
---|
| 65 | this.tabsPreview = new System.Windows.Forms.TabControl();
|
---|
[10737] | 66 | this.tabPreviewInactive = new System.Windows.Forms.TabPage();
|
---|
[10970] | 67 | this.lblPreviewInActive = new System.Windows.Forms.Label();
|
---|
[10709] | 68 | this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
|
---|
[16140] | 69 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
[10737] | 70 | this.lblPreviewColumnsInfo = new System.Windows.Forms.Label();
|
---|
[10709] | 71 | this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage();
|
---|
[16140] | 72 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 73 | this.lblPreviewColumnsVariance = new System.Windows.Forms.Label();
|
---|
[10737] | 74 | this.label12 = new System.Windows.Forms.Label();
|
---|
[10709] | 75 | this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage();
|
---|
[10737] | 76 | this.lblPreviewRowsInfo = new System.Windows.Forms.Label();
|
---|
[10776] | 77 | this.label9 = new System.Windows.Forms.Label();
|
---|
[10709] | 78 | this.grpBoxData.SuspendLayout();
|
---|
[10905] | 79 | this.tabsData.SuspendLayout();
|
---|
| 80 | this.tabPage1.SuspendLayout();
|
---|
| 81 | this.tabDataDeleteColumnsInformation.SuspendLayout();
|
---|
| 82 | this.tabDataDeleteColumnsVariance.SuspendLayout();
|
---|
| 83 | this.tabDataDeleteRowsInfo.SuspendLayout();
|
---|
[10709] | 84 | this.grpBoxPreview.SuspendLayout();
|
---|
| 85 | this.tabsPreview.SuspendLayout();
|
---|
[10970] | 86 | this.tabPreviewInactive.SuspendLayout();
|
---|
[10737] | 87 | this.tabPreviewDeleteColumnsInfo.SuspendLayout();
|
---|
[16140] | 88 | this.panel1.SuspendLayout();
|
---|
[10737] | 89 | this.tabPreviewDeleteColumnsVariance.SuspendLayout();
|
---|
[16140] | 90 | this.panel2.SuspendLayout();
|
---|
[10737] | 91 | this.tabPreviewDeleteRowsInfo.SuspendLayout();
|
---|
[10709] | 92 | this.SuspendLayout();
|
---|
| 93 | //
|
---|
| 94 | // lstMethods
|
---|
| 95 | //
|
---|
[16140] | 96 | this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 97 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 98 | this.lstMethods.FormattingEnabled = true;
|
---|
| 99 | this.lstMethods.Items.AddRange(new object[] {
|
---|
| 100 | "Delete Columns with insufficient Information",
|
---|
| 101 | "Delete Columns with insufficient Variance",
|
---|
[16140] | 102 | "Delete Rows with insufficient Information"});
|
---|
| 103 | this.lstMethods.Location = new System.Drawing.Point(3, 3);
|
---|
[10709] | 104 | this.lstMethods.Name = "lstMethods";
|
---|
[16140] | 105 | this.lstMethods.Size = new System.Drawing.Size(733, 95);
|
---|
[10709] | 106 | this.lstMethods.Sorted = true;
|
---|
| 107 | this.lstMethods.TabIndex = 0;
|
---|
| 108 | this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged);
|
---|
| 109 | //
|
---|
| 110 | // btnApply
|
---|
| 111 | //
|
---|
| 112 | this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 113 | this.btnApply.Enabled = false;
|
---|
[16140] | 114 | this.btnApply.Location = new System.Drawing.Point(603, 500);
|
---|
[10709] | 115 | this.btnApply.Name = "btnApply";
|
---|
[16140] | 116 | this.btnApply.Size = new System.Drawing.Size(129, 23);
|
---|
[10709] | 117 | this.btnApply.TabIndex = 2;
|
---|
| 118 | this.btnApply.Text = "Apply Manipulation";
|
---|
| 119 | this.btnApply.UseVisualStyleBackColor = true;
|
---|
| 120 | this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
---|
| 121 | //
|
---|
| 122 | // grpBoxData
|
---|
| 123 | //
|
---|
[16140] | 124 | this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 125 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 126 | this.grpBoxData.Controls.Add(this.tabsData);
|
---|
[16140] | 127 | this.grpBoxData.Location = new System.Drawing.Point(4, 105);
|
---|
[10709] | 128 | this.grpBoxData.Name = "grpBoxData";
|
---|
[16140] | 129 | this.grpBoxData.Size = new System.Drawing.Size(732, 189);
|
---|
[10709] | 130 | this.grpBoxData.TabIndex = 3;
|
---|
| 131 | this.grpBoxData.TabStop = false;
|
---|
| 132 | this.grpBoxData.Text = "Properties";
|
---|
| 133 | //
|
---|
[10905] | 134 | // tabsData
|
---|
| 135 | //
|
---|
[16140] | 136 | this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10905] | 137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 138 | this.tabsData.Controls.Add(this.tabPage1);
|
---|
| 139 | this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation);
|
---|
| 140 | this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance);
|
---|
| 141 | this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo);
|
---|
| 142 | this.tabsData.ItemSize = new System.Drawing.Size(58, 18);
|
---|
[16140] | 143 | this.tabsData.Location = new System.Drawing.Point(6, 19);
|
---|
[10905] | 144 | this.tabsData.Name = "tabsData";
|
---|
| 145 | this.tabsData.SelectedIndex = 0;
|
---|
[16140] | 146 | this.tabsData.Size = new System.Drawing.Size(719, 164);
|
---|
[10905] | 147 | this.tabsData.TabIndex = 3;
|
---|
| 148 | //
|
---|
| 149 | // tabPage1
|
---|
| 150 | //
|
---|
| 151 | this.tabPage1.Controls.Add(this.label7);
|
---|
| 152 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 153 | this.tabPage1.Name = "tabPage1";
|
---|
[16140] | 154 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 155 | this.tabPage1.Size = new System.Drawing.Size(711, 138);
|
---|
[10905] | 156 | this.tabPage1.TabIndex = 5;
|
---|
| 157 | this.tabPage1.Text = "tabDataInactive";
|
---|
| 158 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 159 | //
|
---|
| 160 | // label7
|
---|
| 161 | //
|
---|
| 162 | this.label7.AutoSize = true;
|
---|
| 163 | this.label7.Enabled = false;
|
---|
[16140] | 164 | this.label7.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 165 | this.label7.Name = "label7";
|
---|
[16140] | 166 | this.label7.Size = new System.Drawing.Size(259, 13);
|
---|
[10905] | 167 | this.label7.TabIndex = 1;
|
---|
| 168 | this.label7.Text = "Please select one of the manipulation methods above";
|
---|
| 169 | //
|
---|
| 170 | // tabDataDeleteColumnsInformation
|
---|
| 171 | //
|
---|
| 172 | this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
|
---|
| 173 | this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
|
---|
| 174 | this.tabDataDeleteColumnsInformation.Controls.Add(this.label1);
|
---|
| 175 | this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22);
|
---|
| 176 | this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation";
|
---|
[16140] | 177 | this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 178 | this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(711, 138);
|
---|
[10905] | 179 | this.tabDataDeleteColumnsInformation.TabIndex = 0;
|
---|
| 180 | this.tabDataDeleteColumnsInformation.Text = "del columns info";
|
---|
| 181 | this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
|
---|
| 182 | //
|
---|
| 183 | // label2
|
---|
| 184 | //
|
---|
| 185 | this.label2.AutoSize = true;
|
---|
[16140] | 186 | this.label2.Location = new System.Drawing.Point(204, 3);
|
---|
[10905] | 187 | this.label2.Name = "label2";
|
---|
[16140] | 188 | this.label2.Size = new System.Drawing.Size(89, 13);
|
---|
[10905] | 189 | this.label2.TabIndex = 5;
|
---|
| 190 | this.label2.Text = "% missing values.";
|
---|
| 191 | //
|
---|
| 192 | // txtDeleteColumnsInfo
|
---|
| 193 | //
|
---|
[16140] | 194 | this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
|
---|
[10905] | 195 | this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
|
---|
[16140] | 196 | this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
[10905] | 197 | this.txtDeleteColumnsInfo.TabIndex = 4;
|
---|
| 198 | this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
|
---|
| 199 | //
|
---|
| 200 | // label1
|
---|
| 201 | //
|
---|
| 202 | this.label1.AutoSize = true;
|
---|
[16140] | 203 | this.label1.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 204 | this.label1.Name = "label1";
|
---|
[16140] | 205 | this.label1.Size = new System.Drawing.Size(155, 13);
|
---|
[10905] | 206 | this.label1.TabIndex = 3;
|
---|
| 207 | this.label1.Text = "Delete columns with more than ";
|
---|
| 208 | //
|
---|
| 209 | // tabDataDeleteColumnsVariance
|
---|
| 210 | //
|
---|
| 211 | this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
|
---|
| 212 | this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
|
---|
| 213 | this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
|
---|
| 214 | this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
|
---|
[16140] | 215 | this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 216 | this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(711, 138);
|
---|
[10905] | 217 | this.tabDataDeleteColumnsVariance.TabIndex = 1;
|
---|
| 218 | this.tabDataDeleteColumnsVariance.Text = "del columns variance";
|
---|
| 219 | this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
| 220 | //
|
---|
| 221 | // txtDeleteColumnsVariance
|
---|
| 222 | //
|
---|
[16140] | 223 | this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(229, 0);
|
---|
[10905] | 224 | this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
|
---|
[16140] | 225 | this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
|
---|
[10905] | 226 | this.txtDeleteColumnsVariance.TabIndex = 4;
|
---|
| 227 | this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
|
---|
| 228 | //
|
---|
| 229 | // label4
|
---|
| 230 | //
|
---|
| 231 | this.label4.AutoSize = true;
|
---|
[16140] | 232 | this.label4.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 233 | this.label4.Name = "label4";
|
---|
[16140] | 234 | this.label4.Size = new System.Drawing.Size(220, 13);
|
---|
[10905] | 235 | this.label4.TabIndex = 3;
|
---|
| 236 | this.label4.Text = "Delete columns with a variance smaller than ";
|
---|
| 237 | //
|
---|
| 238 | // tabDataDeleteRowsInfo
|
---|
| 239 | //
|
---|
| 240 | this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
|
---|
| 241 | this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
|
---|
| 242 | this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
|
---|
| 243 | this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
| 244 | this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
|
---|
[16140] | 245 | this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 246 | this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(711, 138);
|
---|
[10905] | 247 | this.tabDataDeleteRowsInfo.TabIndex = 2;
|
---|
| 248 | this.tabDataDeleteRowsInfo.Text = "del rows info";
|
---|
| 249 | this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
| 250 | //
|
---|
| 251 | // label3
|
---|
| 252 | //
|
---|
| 253 | this.label3.AutoSize = true;
|
---|
[16140] | 254 | this.label3.Location = new System.Drawing.Point(189, 3);
|
---|
[10905] | 255 | this.label3.Name = "label3";
|
---|
[16140] | 256 | this.label3.Size = new System.Drawing.Size(89, 13);
|
---|
[10905] | 257 | this.label3.TabIndex = 8;
|
---|
| 258 | this.label3.Text = "% missing values.";
|
---|
| 259 | //
|
---|
| 260 | // txtDeleteRowsInfo
|
---|
| 261 | //
|
---|
[16140] | 262 | this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
|
---|
[10905] | 263 | this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
|
---|
[16140] | 264 | this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
[10905] | 265 | this.txtDeleteRowsInfo.TabIndex = 7;
|
---|
| 266 | this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
|
---|
| 267 | //
|
---|
| 268 | // label5
|
---|
| 269 | //
|
---|
| 270 | this.label5.AutoSize = true;
|
---|
[16140] | 271 | this.label5.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 272 | this.label5.Name = "label5";
|
---|
[16140] | 273 | this.label5.Size = new System.Drawing.Size(138, 13);
|
---|
[10905] | 274 | this.label5.TabIndex = 6;
|
---|
| 275 | this.label5.Text = "Delete rows with more than ";
|
---|
| 276 | //
|
---|
[10709] | 277 | // grpBoxPreview
|
---|
| 278 | //
|
---|
[16140] | 279 | this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 280 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 281 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 282 | this.grpBoxPreview.Controls.Add(this.tabsPreview);
|
---|
[16140] | 283 | this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
|
---|
[10709] | 284 | this.grpBoxPreview.Name = "grpBoxPreview";
|
---|
[16140] | 285 | this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
|
---|
[10709] | 286 | this.grpBoxPreview.TabIndex = 4;
|
---|
| 287 | this.grpBoxPreview.TabStop = false;
|
---|
| 288 | this.grpBoxPreview.Text = "Preview";
|
---|
| 289 | //
|
---|
| 290 | // tabsPreview
|
---|
| 291 | //
|
---|
[16140] | 292 | this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 293 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10714] | 294 | this.tabsPreview.Controls.Add(this.tabPreviewInactive);
|
---|
[10709] | 295 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
|
---|
| 296 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
|
---|
| 297 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
|
---|
| 298 | this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
|
---|
[16140] | 299 | this.tabsPreview.Location = new System.Drawing.Point(6, 19);
|
---|
[10709] | 300 | this.tabsPreview.Name = "tabsPreview";
|
---|
| 301 | this.tabsPreview.SelectedIndex = 0;
|
---|
[16140] | 302 | this.tabsPreview.Size = new System.Drawing.Size(719, 168);
|
---|
[10709] | 303 | this.tabsPreview.TabIndex = 3;
|
---|
| 304 | //
|
---|
[10737] | 305 | // tabPreviewInactive
|
---|
| 306 | //
|
---|
[10970] | 307 | this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
|
---|
[10737] | 308 | this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
|
---|
| 309 | this.tabPreviewInactive.Name = "tabPreviewInactive";
|
---|
[16140] | 310 | this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 311 | this.tabPreviewInactive.Size = new System.Drawing.Size(711, 142);
|
---|
[10737] | 312 | this.tabPreviewInactive.TabIndex = 5;
|
---|
| 313 | this.tabPreviewInactive.Text = "inactive";
|
---|
| 314 | this.tabPreviewInactive.UseVisualStyleBackColor = true;
|
---|
| 315 | //
|
---|
[10970] | 316 | // lblPreviewInActive
|
---|
| 317 | //
|
---|
| 318 | this.lblPreviewInActive.AutoSize = true;
|
---|
[16140] | 319 | this.lblPreviewInActive.Location = new System.Drawing.Point(3, 3);
|
---|
[10970] | 320 | this.lblPreviewInActive.Name = "lblPreviewInActive";
|
---|
[16140] | 321 | this.lblPreviewInActive.Size = new System.Drawing.Size(361, 39);
|
---|
[10970] | 322 | this.lblPreviewInActive.TabIndex = 2;
|
---|
| 323 | this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
|
---|
| 324 | "he filter(s) first in order to be able to perform manipulations.";
|
---|
[10977] | 325 | this.lblPreviewInActive.Visible = false;
|
---|
[10970] | 326 | //
|
---|
[10709] | 327 | // tabPreviewDeleteColumnsInfo
|
---|
| 328 | //
|
---|
[12676] | 329 | this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1);
|
---|
[10709] | 330 | this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
| 331 | this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
|
---|
[16140] | 332 | this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 333 | this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(711, 142);
|
---|
[10709] | 334 | this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
|
---|
| 335 | this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
|
---|
| 336 | this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
|
---|
| 337 | //
|
---|
[16140] | 338 | // panel1
|
---|
| 339 | //
|
---|
| 340 | this.panel1.AutoScroll = true;
|
---|
| 341 | this.panel1.Controls.Add(this.lblPreviewColumnsInfo);
|
---|
| 342 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 343 | this.panel1.Location = new System.Drawing.Point(3, 3);
|
---|
| 344 | this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
---|
| 345 | this.panel1.Name = "panel1";
|
---|
| 346 | this.panel1.Size = new System.Drawing.Size(705, 136);
|
---|
| 347 | this.panel1.TabIndex = 2;
|
---|
| 348 | //
|
---|
[10737] | 349 | // lblPreviewColumnsInfo
|
---|
| 350 | //
|
---|
| 351 | this.lblPreviewColumnsInfo.AutoSize = true;
|
---|
[12676] | 352 | this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 353 | this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0);
|
---|
[10737] | 354 | this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
|
---|
[16140] | 355 | this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(318, 13);
|
---|
[10737] | 356 | this.lblPreviewColumnsInfo.TabIndex = 1;
|
---|
| 357 | this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
|
---|
| 358 | //
|
---|
[10709] | 359 | // tabPreviewDeleteColumnsVariance
|
---|
| 360 | //
|
---|
[12676] | 361 | this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2);
|
---|
[10737] | 362 | this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12);
|
---|
[10709] | 363 | this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
|
---|
| 364 | this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance";
|
---|
[16140] | 365 | this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 366 | this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(711, 142);
|
---|
[10709] | 367 | this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
|
---|
| 368 | this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
|
---|
| 369 | this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
| 370 | //
|
---|
[16140] | 371 | // panel2
|
---|
[10737] | 372 | //
|
---|
[16140] | 373 | this.panel2.AutoScroll = true;
|
---|
| 374 | this.panel2.Controls.Add(this.lblPreviewColumnsVariance);
|
---|
| 375 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 376 | this.panel2.Location = new System.Drawing.Point(3, 3);
|
---|
| 377 | this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
---|
| 378 | this.panel2.Name = "panel2";
|
---|
| 379 | this.panel2.Size = new System.Drawing.Size(705, 136);
|
---|
| 380 | this.panel2.TabIndex = 3;
|
---|
[10737] | 381 | //
|
---|
| 382 | // lblPreviewColumnsVariance
|
---|
| 383 | //
|
---|
| 384 | this.lblPreviewColumnsVariance.AutoSize = true;
|
---|
[12676] | 385 | this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 386 | this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0);
|
---|
[10737] | 387 | this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
|
---|
[16140] | 388 | this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(301, 13);
|
---|
[10737] | 389 | this.lblPreviewColumnsVariance.TabIndex = 2;
|
---|
| 390 | this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
|
---|
| 391 | //
|
---|
[16140] | 392 | // label12
|
---|
| 393 | //
|
---|
| 394 | this.label12.AutoSize = true;
|
---|
| 395 | this.label12.Location = new System.Drawing.Point(6, 22);
|
---|
| 396 | this.label12.Name = "label12";
|
---|
| 397 | this.label12.Size = new System.Drawing.Size(0, 13);
|
---|
| 398 | this.label12.TabIndex = 2;
|
---|
| 399 | //
|
---|
[10709] | 400 | // tabPreviewDeleteRowsInfo
|
---|
| 401 | //
|
---|
[10737] | 402 | this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
|
---|
[10709] | 403 | this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
| 404 | this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
|
---|
[16140] | 405 | this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 406 | this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(711, 142);
|
---|
[10709] | 407 | this.tabPreviewDeleteRowsInfo.TabIndex = 2;
|
---|
| 408 | this.tabPreviewDeleteRowsInfo.Text = "del rows info";
|
---|
| 409 | this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
| 410 | //
|
---|
[10737] | 411 | // lblPreviewRowsInfo
|
---|
| 412 | //
|
---|
| 413 | this.lblPreviewRowsInfo.AutoSize = true;
|
---|
[16140] | 414 | this.lblPreviewRowsInfo.Location = new System.Drawing.Point(3, 3);
|
---|
[10737] | 415 | this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
|
---|
[16140] | 416 | this.lblPreviewRowsInfo.Size = new System.Drawing.Size(301, 13);
|
---|
[10737] | 417 | this.lblPreviewRowsInfo.TabIndex = 2;
|
---|
| 418 | this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
|
---|
| 419 | //
|
---|
[10776] | 420 | // label9
|
---|
| 421 | //
|
---|
| 422 | this.label9.Location = new System.Drawing.Point(0, 0);
|
---|
| 423 | this.label9.Name = "label9";
|
---|
| 424 | this.label9.Size = new System.Drawing.Size(100, 23);
|
---|
| 425 | this.label9.TabIndex = 0;
|
---|
| 426 | //
|
---|
[10709] | 427 | // ManipulationView
|
---|
| 428 | //
|
---|
[16140] | 429 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[10709] | 430 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 431 | this.Controls.Add(this.btnApply);
|
---|
| 432 | this.Controls.Add(this.grpBoxPreview);
|
---|
| 433 | this.Controls.Add(this.grpBoxData);
|
---|
| 434 | this.Controls.Add(this.lstMethods);
|
---|
| 435 | this.Name = "ManipulationView";
|
---|
[16140] | 436 | this.Size = new System.Drawing.Size(739, 529);
|
---|
[10709] | 437 | this.grpBoxData.ResumeLayout(false);
|
---|
[10905] | 438 | this.tabsData.ResumeLayout(false);
|
---|
| 439 | this.tabPage1.ResumeLayout(false);
|
---|
| 440 | this.tabPage1.PerformLayout();
|
---|
| 441 | this.tabDataDeleteColumnsInformation.ResumeLayout(false);
|
---|
| 442 | this.tabDataDeleteColumnsInformation.PerformLayout();
|
---|
| 443 | this.tabDataDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 444 | this.tabDataDeleteColumnsVariance.PerformLayout();
|
---|
| 445 | this.tabDataDeleteRowsInfo.ResumeLayout(false);
|
---|
| 446 | this.tabDataDeleteRowsInfo.PerformLayout();
|
---|
[10709] | 447 | this.grpBoxPreview.ResumeLayout(false);
|
---|
| 448 | this.tabsPreview.ResumeLayout(false);
|
---|
[10970] | 449 | this.tabPreviewInactive.ResumeLayout(false);
|
---|
| 450 | this.tabPreviewInactive.PerformLayout();
|
---|
[10737] | 451 | this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
|
---|
[16140] | 452 | this.panel1.ResumeLayout(false);
|
---|
| 453 | this.panel1.PerformLayout();
|
---|
[10737] | 454 | this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 455 | this.tabPreviewDeleteColumnsVariance.PerformLayout();
|
---|
[16140] | 456 | this.panel2.ResumeLayout(false);
|
---|
| 457 | this.panel2.PerformLayout();
|
---|
[10737] | 458 | this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
|
---|
| 459 | this.tabPreviewDeleteRowsInfo.PerformLayout();
|
---|
[10709] | 460 | this.ResumeLayout(false);
|
---|
| 461 |
|
---|
| 462 | }
|
---|
| 463 |
|
---|
| 464 | #endregion
|
---|
| 465 |
|
---|
| 466 | private System.Windows.Forms.ListBox lstMethods;
|
---|
| 467 | private System.Windows.Forms.Button btnApply;
|
---|
| 468 | private System.Windows.Forms.GroupBox grpBoxData;
|
---|
| 469 | private System.Windows.Forms.GroupBox grpBoxPreview;
|
---|
| 470 | private System.Windows.Forms.TabControl tabsPreview;
|
---|
| 471 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
|
---|
| 472 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
|
---|
| 473 | private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
|
---|
[10776] | 474 | private System.Windows.Forms.TabPage tabPreviewInactive;
|
---|
| 475 | private System.Windows.Forms.Label lblPreviewColumnsInfo;
|
---|
| 476 | private System.Windows.Forms.Label label12;
|
---|
| 477 | private System.Windows.Forms.Label lblPreviewColumnsVariance;
|
---|
| 478 | private System.Windows.Forms.Label lblPreviewRowsInfo;
|
---|
| 479 | private System.Windows.Forms.Label label9;
|
---|
[10709] | 480 | private System.Windows.Forms.TabControl tabsData;
|
---|
[10776] | 481 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 482 | private System.Windows.Forms.Label label7;
|
---|
[10709] | 483 | private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
|
---|
| 484 | private System.Windows.Forms.Label label2;
|
---|
| 485 | private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
|
---|
| 486 | private System.Windows.Forms.Label label1;
|
---|
| 487 | private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
|
---|
| 488 | private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
|
---|
| 489 | private System.Windows.Forms.Label label4;
|
---|
| 490 | private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
|
---|
| 491 | private System.Windows.Forms.Label label3;
|
---|
| 492 | private System.Windows.Forms.TextBox txtDeleteRowsInfo;
|
---|
| 493 | private System.Windows.Forms.Label label5;
|
---|
[10970] | 494 | private System.Windows.Forms.Label lblPreviewInActive;
|
---|
[12676] | 495 | private System.Windows.Forms.Panel panel1;
|
---|
| 496 | private System.Windows.Forms.Panel panel2;
|
---|
[10709] | 497 | }
|
---|
| 498 | }
|
---|