[14075] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17181] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[14075] | 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();
|
---|
[15535] | 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();
|
---|
[15535] | 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();
|
---|
[15535] | 88 | this.panel1.SuspendLayout();
|
---|
[10737] | 89 | this.tabPreviewDeleteColumnsVariance.SuspendLayout();
|
---|
[15535] | 90 | this.panel2.SuspendLayout();
|
---|
[10737] | 91 | this.tabPreviewDeleteRowsInfo.SuspendLayout();
|
---|
[10709] | 92 | this.SuspendLayout();
|
---|
| 93 | //
|
---|
| 94 | // lstMethods
|
---|
| 95 | //
|
---|
[17069] | 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",
|
---|
[15535] | 102 | "Delete Rows with insufficient Information"});
|
---|
| 103 | this.lstMethods.Location = new System.Drawing.Point(3, 3);
|
---|
[10709] | 104 | this.lstMethods.Name = "lstMethods";
|
---|
[15535] | 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;
|
---|
[15535] | 114 | this.btnApply.Location = new System.Drawing.Point(603, 500);
|
---|
[10709] | 115 | this.btnApply.Name = "btnApply";
|
---|
[15535] | 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 | //
|
---|
[17069] | 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);
|
---|
[15535] | 127 | this.grpBoxData.Location = new System.Drawing.Point(4, 105);
|
---|
[10709] | 128 | this.grpBoxData.Name = "grpBoxData";
|
---|
[15535] | 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 | //
|
---|
[17069] | 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);
|
---|
[15535] | 143 | this.tabsData.Location = new System.Drawing.Point(6, 19);
|
---|
[10905] | 144 | this.tabsData.Name = "tabsData";
|
---|
| 145 | this.tabsData.SelectedIndex = 0;
|
---|
[15535] | 146 | this.tabsData.Size = new System.Drawing.Size(719, 164);
|
---|
[10905] | 147 | this.tabsData.TabIndex = 3;
|
---|
| 148 | //
|
---|
| 149 | // tabPage1
|
---|
| 150 | //
|
---|
[17069] | 151 | this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10905] | 152 | this.tabPage1.Controls.Add(this.label7);
|
---|
| 153 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 154 | this.tabPage1.Name = "tabPage1";
|
---|
[15535] | 155 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 156 | this.tabPage1.Size = new System.Drawing.Size(711, 138);
|
---|
[10905] | 157 | this.tabPage1.TabIndex = 5;
|
---|
| 158 | this.tabPage1.Text = "tabDataInactive";
|
---|
| 159 | // label7
|
---|
| 160 | //
|
---|
| 161 | this.label7.AutoSize = true;
|
---|
| 162 | this.label7.Enabled = false;
|
---|
[15535] | 163 | this.label7.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 164 | this.label7.Name = "label7";
|
---|
[15535] | 165 | this.label7.Size = new System.Drawing.Size(259, 13);
|
---|
[10905] | 166 | this.label7.TabIndex = 1;
|
---|
| 167 | this.label7.Text = "Please select one of the manipulation methods above";
|
---|
| 168 | //
|
---|
| 169 | // tabDataDeleteColumnsInformation
|
---|
| 170 | //
|
---|
[17069] | 171 | this.tabDataDeleteColumnsInformation.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10905] | 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";
|
---|
[15535] | 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 | //
|
---|
| 182 | // label2
|
---|
| 183 | //
|
---|
| 184 | this.label2.AutoSize = true;
|
---|
[15535] | 185 | this.label2.Location = new System.Drawing.Point(204, 3);
|
---|
[10905] | 186 | this.label2.Name = "label2";
|
---|
[15535] | 187 | this.label2.Size = new System.Drawing.Size(89, 13);
|
---|
[10905] | 188 | this.label2.TabIndex = 5;
|
---|
| 189 | this.label2.Text = "% missing values.";
|
---|
| 190 | //
|
---|
| 191 | // txtDeleteColumnsInfo
|
---|
| 192 | //
|
---|
[15535] | 193 | this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
|
---|
[10905] | 194 | this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
|
---|
[15535] | 195 | this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
[10905] | 196 | this.txtDeleteColumnsInfo.TabIndex = 4;
|
---|
| 197 | this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
|
---|
| 198 | //
|
---|
| 199 | // label1
|
---|
| 200 | //
|
---|
| 201 | this.label1.AutoSize = true;
|
---|
[15535] | 202 | this.label1.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 203 | this.label1.Name = "label1";
|
---|
[15535] | 204 | this.label1.Size = new System.Drawing.Size(155, 13);
|
---|
[10905] | 205 | this.label1.TabIndex = 3;
|
---|
| 206 | this.label1.Text = "Delete columns with more than ";
|
---|
| 207 | //
|
---|
| 208 | // tabDataDeleteColumnsVariance
|
---|
| 209 | //
|
---|
[17069] | 210 | this.tabDataDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10905] | 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";
|
---|
[15535] | 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 | //
|
---|
| 220 | // txtDeleteColumnsVariance
|
---|
| 221 | //
|
---|
[15535] | 222 | this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(229, 0);
|
---|
[10905] | 223 | this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
|
---|
[15535] | 224 | this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
|
---|
[10905] | 225 | this.txtDeleteColumnsVariance.TabIndex = 4;
|
---|
| 226 | this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
|
---|
| 227 | //
|
---|
| 228 | // label4
|
---|
| 229 | //
|
---|
| 230 | this.label4.AutoSize = true;
|
---|
[15535] | 231 | this.label4.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 232 | this.label4.Name = "label4";
|
---|
[15535] | 233 | this.label4.Size = new System.Drawing.Size(220, 13);
|
---|
[10905] | 234 | this.label4.TabIndex = 3;
|
---|
| 235 | this.label4.Text = "Delete columns with a variance smaller than ";
|
---|
| 236 | //
|
---|
| 237 | // tabDataDeleteRowsInfo
|
---|
| 238 | //
|
---|
[17069] | 239 | this.tabDataDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10905] | 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";
|
---|
[15535] | 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 | //
|
---|
| 250 | // label3
|
---|
| 251 | //
|
---|
| 252 | this.label3.AutoSize = true;
|
---|
[15535] | 253 | this.label3.Location = new System.Drawing.Point(189, 3);
|
---|
[10905] | 254 | this.label3.Name = "label3";
|
---|
[15535] | 255 | this.label3.Size = new System.Drawing.Size(89, 13);
|
---|
[10905] | 256 | this.label3.TabIndex = 8;
|
---|
| 257 | this.label3.Text = "% missing values.";
|
---|
| 258 | //
|
---|
| 259 | // txtDeleteRowsInfo
|
---|
| 260 | //
|
---|
[15535] | 261 | this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
|
---|
[10905] | 262 | this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
|
---|
[15535] | 263 | this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
[10905] | 264 | this.txtDeleteRowsInfo.TabIndex = 7;
|
---|
| 265 | this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
|
---|
| 266 | //
|
---|
| 267 | // label5
|
---|
| 268 | //
|
---|
| 269 | this.label5.AutoSize = true;
|
---|
[15535] | 270 | this.label5.Location = new System.Drawing.Point(3, 3);
|
---|
[10905] | 271 | this.label5.Name = "label5";
|
---|
[15535] | 272 | this.label5.Size = new System.Drawing.Size(138, 13);
|
---|
[10905] | 273 | this.label5.TabIndex = 6;
|
---|
| 274 | this.label5.Text = "Delete rows with more than ";
|
---|
| 275 | //
|
---|
[10709] | 276 | // grpBoxPreview
|
---|
| 277 | //
|
---|
[17069] | 278 | this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 279 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 280 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 281 | this.grpBoxPreview.Controls.Add(this.tabsPreview);
|
---|
[15535] | 282 | this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
|
---|
[10709] | 283 | this.grpBoxPreview.Name = "grpBoxPreview";
|
---|
[15535] | 284 | this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
|
---|
[10709] | 285 | this.grpBoxPreview.TabIndex = 4;
|
---|
| 286 | this.grpBoxPreview.TabStop = false;
|
---|
| 287 | this.grpBoxPreview.Text = "Preview";
|
---|
| 288 | //
|
---|
| 289 | // tabsPreview
|
---|
| 290 | //
|
---|
[17069] | 291 | this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10709] | 292 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10714] | 293 | this.tabsPreview.Controls.Add(this.tabPreviewInactive);
|
---|
[10709] | 294 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
|
---|
| 295 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
|
---|
| 296 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
|
---|
| 297 | this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
|
---|
[15535] | 298 | this.tabsPreview.Location = new System.Drawing.Point(6, 19);
|
---|
[10709] | 299 | this.tabsPreview.Name = "tabsPreview";
|
---|
| 300 | this.tabsPreview.SelectedIndex = 0;
|
---|
[15535] | 301 | this.tabsPreview.Size = new System.Drawing.Size(719, 168);
|
---|
[10709] | 302 | this.tabsPreview.TabIndex = 3;
|
---|
| 303 | //
|
---|
[10737] | 304 | // tabPreviewInactive
|
---|
| 305 | //
|
---|
[17069] | 306 | this.tabPreviewInactive.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10970] | 307 | this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
|
---|
[10737] | 308 | this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
|
---|
| 309 | this.tabPreviewInactive.Name = "tabPreviewInactive";
|
---|
[15535] | 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 | //
|
---|
[10970] | 315 | // lblPreviewInActive
|
---|
| 316 | //
|
---|
| 317 | this.lblPreviewInActive.AutoSize = true;
|
---|
[15535] | 318 | this.lblPreviewInActive.Location = new System.Drawing.Point(3, 3);
|
---|
[10970] | 319 | this.lblPreviewInActive.Name = "lblPreviewInActive";
|
---|
[15535] | 320 | this.lblPreviewInActive.Size = new System.Drawing.Size(361, 39);
|
---|
[10970] | 321 | this.lblPreviewInActive.TabIndex = 2;
|
---|
| 322 | this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
|
---|
| 323 | "he filter(s) first in order to be able to perform manipulations.";
|
---|
[10977] | 324 | this.lblPreviewInActive.Visible = false;
|
---|
[10970] | 325 | //
|
---|
[10709] | 326 | // tabPreviewDeleteColumnsInfo
|
---|
| 327 | //
|
---|
[17069] | 328 | this.tabPreviewDeleteColumnsInfo.BackColor = System.Drawing.SystemColors.Window;
|
---|
[12718] | 329 | this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1);
|
---|
[10709] | 330 | this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
| 331 | this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
|
---|
[15535] | 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 | //
|
---|
[15535] | 337 | // panel1
|
---|
| 338 | //
|
---|
| 339 | this.panel1.AutoScroll = true;
|
---|
| 340 | this.panel1.Controls.Add(this.lblPreviewColumnsInfo);
|
---|
| 341 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 342 | this.panel1.Location = new System.Drawing.Point(3, 3);
|
---|
| 343 | this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
---|
| 344 | this.panel1.Name = "panel1";
|
---|
| 345 | this.panel1.Size = new System.Drawing.Size(705, 136);
|
---|
| 346 | this.panel1.TabIndex = 2;
|
---|
| 347 | //
|
---|
[10737] | 348 | // lblPreviewColumnsInfo
|
---|
| 349 | //
|
---|
| 350 | this.lblPreviewColumnsInfo.AutoSize = true;
|
---|
[12718] | 351 | this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 352 | this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0);
|
---|
[10737] | 353 | this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
|
---|
[15535] | 354 | this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(318, 13);
|
---|
[10737] | 355 | this.lblPreviewColumnsInfo.TabIndex = 1;
|
---|
| 356 | this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
|
---|
| 357 | //
|
---|
[10709] | 358 | // tabPreviewDeleteColumnsVariance
|
---|
| 359 | //
|
---|
[17069] | 360 | this.tabPreviewDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
|
---|
[12718] | 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";
|
---|
[15535] | 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 | //
|
---|
[15535] | 370 | // panel2
|
---|
[10737] | 371 | //
|
---|
[15535] | 372 | this.panel2.AutoScroll = true;
|
---|
| 373 | this.panel2.Controls.Add(this.lblPreviewColumnsVariance);
|
---|
| 374 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 375 | this.panel2.Location = new System.Drawing.Point(3, 3);
|
---|
| 376 | this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
---|
| 377 | this.panel2.Name = "panel2";
|
---|
| 378 | this.panel2.Size = new System.Drawing.Size(705, 136);
|
---|
| 379 | this.panel2.TabIndex = 3;
|
---|
[10737] | 380 | //
|
---|
| 381 | // lblPreviewColumnsVariance
|
---|
| 382 | //
|
---|
| 383 | this.lblPreviewColumnsVariance.AutoSize = true;
|
---|
[12718] | 384 | this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 385 | this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0);
|
---|
[10737] | 386 | this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
|
---|
[15535] | 387 | this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(301, 13);
|
---|
[10737] | 388 | this.lblPreviewColumnsVariance.TabIndex = 2;
|
---|
| 389 | this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
|
---|
| 390 | //
|
---|
[15535] | 391 | // label12
|
---|
| 392 | //
|
---|
| 393 | this.label12.AutoSize = true;
|
---|
| 394 | this.label12.Location = new System.Drawing.Point(6, 22);
|
---|
| 395 | this.label12.Name = "label12";
|
---|
| 396 | this.label12.Size = new System.Drawing.Size(0, 13);
|
---|
| 397 | this.label12.TabIndex = 2;
|
---|
| 398 | //
|
---|
[10709] | 399 | // tabPreviewDeleteRowsInfo
|
---|
| 400 | //
|
---|
[17069] | 401 | this.tabPreviewDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10737] | 402 | this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
|
---|
[10709] | 403 | this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
| 404 | this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
|
---|
[15535] | 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 | //
|
---|
[10737] | 410 | // lblPreviewRowsInfo
|
---|
| 411 | //
|
---|
| 412 | this.lblPreviewRowsInfo.AutoSize = true;
|
---|
[15535] | 413 | this.lblPreviewRowsInfo.Location = new System.Drawing.Point(3, 3);
|
---|
[10737] | 414 | this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
|
---|
[15535] | 415 | this.lblPreviewRowsInfo.Size = new System.Drawing.Size(301, 13);
|
---|
[10737] | 416 | this.lblPreviewRowsInfo.TabIndex = 2;
|
---|
| 417 | this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
|
---|
| 418 | //
|
---|
[10776] | 419 | // label9
|
---|
| 420 | //
|
---|
| 421 | this.label9.Location = new System.Drawing.Point(0, 0);
|
---|
| 422 | this.label9.Name = "label9";
|
---|
| 423 | this.label9.Size = new System.Drawing.Size(100, 23);
|
---|
| 424 | this.label9.TabIndex = 0;
|
---|
| 425 | //
|
---|
[10709] | 426 | // ManipulationView
|
---|
| 427 | //
|
---|
[15535] | 428 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[10709] | 429 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 430 | this.Controls.Add(this.btnApply);
|
---|
| 431 | this.Controls.Add(this.grpBoxPreview);
|
---|
| 432 | this.Controls.Add(this.grpBoxData);
|
---|
| 433 | this.Controls.Add(this.lstMethods);
|
---|
| 434 | this.Name = "ManipulationView";
|
---|
[15535] | 435 | this.Size = new System.Drawing.Size(739, 529);
|
---|
[10709] | 436 | this.grpBoxData.ResumeLayout(false);
|
---|
[10905] | 437 | this.tabsData.ResumeLayout(false);
|
---|
| 438 | this.tabPage1.ResumeLayout(false);
|
---|
| 439 | this.tabPage1.PerformLayout();
|
---|
| 440 | this.tabDataDeleteColumnsInformation.ResumeLayout(false);
|
---|
| 441 | this.tabDataDeleteColumnsInformation.PerformLayout();
|
---|
| 442 | this.tabDataDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 443 | this.tabDataDeleteColumnsVariance.PerformLayout();
|
---|
| 444 | this.tabDataDeleteRowsInfo.ResumeLayout(false);
|
---|
| 445 | this.tabDataDeleteRowsInfo.PerformLayout();
|
---|
[10709] | 446 | this.grpBoxPreview.ResumeLayout(false);
|
---|
| 447 | this.tabsPreview.ResumeLayout(false);
|
---|
[10970] | 448 | this.tabPreviewInactive.ResumeLayout(false);
|
---|
| 449 | this.tabPreviewInactive.PerformLayout();
|
---|
[10737] | 450 | this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
|
---|
[15535] | 451 | this.panel1.ResumeLayout(false);
|
---|
| 452 | this.panel1.PerformLayout();
|
---|
[10737] | 453 | this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
|
---|
| 454 | this.tabPreviewDeleteColumnsVariance.PerformLayout();
|
---|
[15535] | 455 | this.panel2.ResumeLayout(false);
|
---|
| 456 | this.panel2.PerformLayout();
|
---|
[10737] | 457 | this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
|
---|
| 458 | this.tabPreviewDeleteRowsInfo.PerformLayout();
|
---|
[10709] | 459 | this.ResumeLayout(false);
|
---|
| 460 |
|
---|
| 461 | }
|
---|
| 462 |
|
---|
| 463 | #endregion
|
---|
| 464 |
|
---|
| 465 | private System.Windows.Forms.ListBox lstMethods;
|
---|
| 466 | private System.Windows.Forms.Button btnApply;
|
---|
| 467 | private System.Windows.Forms.GroupBox grpBoxData;
|
---|
| 468 | private System.Windows.Forms.GroupBox grpBoxPreview;
|
---|
| 469 | private System.Windows.Forms.TabControl tabsPreview;
|
---|
| 470 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
|
---|
| 471 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
|
---|
| 472 | private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
|
---|
[10776] | 473 | private System.Windows.Forms.TabPage tabPreviewInactive;
|
---|
| 474 | private System.Windows.Forms.Label lblPreviewColumnsInfo;
|
---|
| 475 | private System.Windows.Forms.Label label12;
|
---|
| 476 | private System.Windows.Forms.Label lblPreviewColumnsVariance;
|
---|
| 477 | private System.Windows.Forms.Label lblPreviewRowsInfo;
|
---|
| 478 | private System.Windows.Forms.Label label9;
|
---|
[10709] | 479 | private System.Windows.Forms.TabControl tabsData;
|
---|
[10776] | 480 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 481 | private System.Windows.Forms.Label label7;
|
---|
[10709] | 482 | private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
|
---|
| 483 | private System.Windows.Forms.Label label2;
|
---|
| 484 | private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
|
---|
| 485 | private System.Windows.Forms.Label label1;
|
---|
| 486 | private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
|
---|
| 487 | private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
|
---|
| 488 | private System.Windows.Forms.Label label4;
|
---|
| 489 | private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
|
---|
| 490 | private System.Windows.Forms.Label label3;
|
---|
| 491 | private System.Windows.Forms.TextBox txtDeleteRowsInfo;
|
---|
| 492 | private System.Windows.Forms.Label label5;
|
---|
[10970] | 493 | private System.Windows.Forms.Label lblPreviewInActive;
|
---|
[12718] | 494 | private System.Windows.Forms.Panel panel1;
|
---|
| 495 | private System.Windows.Forms.Panel panel2;
|
---|
[10709] | 496 | }
|
---|
| 497 | }
|
---|