namespace HeuristicLab.DataPreprocessing.Views { partial class ManipulationView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lstMethods = new System.Windows.Forms.ListBox(); this.btnApply = new System.Windows.Forms.Button(); this.grpBoxData = new System.Windows.Forms.GroupBox(); this.tabsData = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); this.tabDataDeleteColumnsInformation = new System.Windows.Forms.TabPage(); this.label2 = new System.Windows.Forms.Label(); this.txtDeleteColumnsInfo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabDataDeleteColumnsVariance = new System.Windows.Forms.TabPage(); this.txtDeleteColumnsVariance = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tabDataDeleteRowsInfo = new System.Windows.Forms.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.txtDeleteRowsInfo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tabReplaceMissingValues = new System.Windows.Forms.TabPage(); this.txtReplaceValue = new System.Windows.Forms.TextBox(); this.cmbVariableNames = new System.Windows.Forms.ComboBox(); this.cmbReplaceWith = new System.Windows.Forms.ComboBox(); this.lblValueColon = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tabDataShuffle = new System.Windows.Forms.TabPage(); this.shuffleSeparatelyCheckbox = new System.Windows.Forms.CheckBox(); this.lblShuffleProperties = new System.Windows.Forms.Label(); this.grpBoxPreview = new System.Windows.Forms.GroupBox(); this.tabsPreview = new System.Windows.Forms.TabControl(); this.tabPreviewInactive = new System.Windows.Forms.TabPage(); this.lblPreviewInActive = new System.Windows.Forms.Label(); this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage(); this.lblPreviewColumnsInfo = new System.Windows.Forms.Label(); this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage(); this.label12 = new System.Windows.Forms.Label(); this.lblPreviewColumnsVariance = new System.Windows.Forms.Label(); this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage(); this.lblPreviewRowsInfo = new System.Windows.Forms.Label(); this.tabPreviewReplaceMissingValues = new System.Windows.Forms.TabPage(); this.lblPreviewReplaceMissingValues = new System.Windows.Forms.Label(); this.tabPreviewShuffle = new System.Windows.Forms.TabPage(); this.lblPreviewShuffle = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.grpBoxData.SuspendLayout(); this.tabsData.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabDataDeleteColumnsInformation.SuspendLayout(); this.tabDataDeleteColumnsVariance.SuspendLayout(); this.tabDataDeleteRowsInfo.SuspendLayout(); this.tabReplaceMissingValues.SuspendLayout(); this.tabDataShuffle.SuspendLayout(); this.grpBoxPreview.SuspendLayout(); this.tabsPreview.SuspendLayout(); this.tabPreviewInactive.SuspendLayout(); this.tabPreviewDeleteColumnsInfo.SuspendLayout(); this.tabPreviewDeleteColumnsVariance.SuspendLayout(); this.tabPreviewDeleteRowsInfo.SuspendLayout(); this.tabPreviewReplaceMissingValues.SuspendLayout(); this.tabPreviewShuffle.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // lstMethods // this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstMethods.FormattingEnabled = true; this.lstMethods.ItemHeight = 16; this.lstMethods.Items.AddRange(new object[] { "Delete Columns with insufficient Information", "Delete Columns with insufficient Variance", "Delete Rows with insufficient Information", "Replace Missing Values", "Shuffle Data"}); this.lstMethods.Location = new System.Drawing.Point(4, 4); this.lstMethods.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.lstMethods.Name = "lstMethods"; this.lstMethods.Size = new System.Drawing.Size(976, 116); this.lstMethods.Sorted = true; this.lstMethods.TabIndex = 0; this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged); // // btnApply // this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnApply.Enabled = false; this.btnApply.Location = new System.Drawing.Point(804, 615); this.btnApply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(172, 28); this.btnApply.TabIndex = 2; this.btnApply.Text = "Apply Manipulation"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // grpBoxData // this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpBoxData.Controls.Add(this.tabsData); this.grpBoxData.Location = new System.Drawing.Point(5, 129); this.grpBoxData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grpBoxData.Name = "grpBoxData"; this.grpBoxData.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grpBoxData.Size = new System.Drawing.Size(976, 233); this.grpBoxData.TabIndex = 3; this.grpBoxData.TabStop = false; this.grpBoxData.Text = "Properties"; // // tabsData // this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabsData.Controls.Add(this.tabPage1); this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation); this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance); this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo); this.tabsData.Controls.Add(this.tabReplaceMissingValues); this.tabsData.Controls.Add(this.tabDataShuffle); this.tabsData.ItemSize = new System.Drawing.Size(58, 18); this.tabsData.Location = new System.Drawing.Point(8, 23); this.tabsData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabsData.Name = "tabsData"; this.tabsData.SelectedIndex = 0; this.tabsData.Size = new System.Drawing.Size(959, 202); this.tabsData.TabIndex = 3; // // tabPage1 // this.tabPage1.Controls.Add(this.label7); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Size = new System.Drawing.Size(951, 176); this.tabPage1.TabIndex = 5; this.tabPage1.Text = "tabDataInactive"; this.tabPage1.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Enabled = false; this.label7.Location = new System.Drawing.Point(4, 4); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(345, 17); this.label7.TabIndex = 1; this.label7.Text = "Please select one of the manipulation methods above"; // // tabDataDeleteColumnsInformation // this.tabDataDeleteColumnsInformation.Controls.Add(this.label2); this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo); this.tabDataDeleteColumnsInformation.Controls.Add(this.label1); this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22); this.tabDataDeleteColumnsInformation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation"; this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(951, 176); this.tabDataDeleteColumnsInformation.TabIndex = 0; this.tabDataDeleteColumnsInformation.Text = "del columns info"; this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(272, 4); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(120, 17); this.label2.TabIndex = 5; this.label2.Text = "% missing values."; // // txtDeleteColumnsInfo // this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(219, 0); this.txtDeleteColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo"; this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(44, 22); this.txtDeleteColumnsInfo.TabIndex = 4; this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 4); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(205, 17); this.label1.TabIndex = 3; this.label1.Text = "Delete columns with more than "; // // tabDataDeleteColumnsVariance // this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance); this.tabDataDeleteColumnsVariance.Controls.Add(this.label4); this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22); this.tabDataDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance"; this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(951, 176); this.tabDataDeleteColumnsVariance.TabIndex = 1; this.tabDataDeleteColumnsVariance.Text = "del columns variance"; this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true; // // txtDeleteColumnsVariance // this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(305, 0); this.txtDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance"; this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(179, 22); this.txtDeleteColumnsVariance.TabIndex = 4; this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 4); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(292, 17); this.label4.TabIndex = 3; this.label4.Text = "Delete columns with a variance smaller than "; // // tabDataDeleteRowsInfo // this.tabDataDeleteRowsInfo.Controls.Add(this.label3); this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo); this.tabDataDeleteRowsInfo.Controls.Add(this.label5); this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22); this.tabDataDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo"; this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(951, 176); this.tabDataDeleteRowsInfo.TabIndex = 2; this.tabDataDeleteRowsInfo.Text = "del rows info"; this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(252, 4); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(120, 17); this.label3.TabIndex = 8; this.label3.Text = "% missing values."; // // txtDeleteRowsInfo // this.txtDeleteRowsInfo.Location = new System.Drawing.Point(196, 0); this.txtDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo"; this.txtDeleteRowsInfo.Size = new System.Drawing.Size(44, 22); this.txtDeleteRowsInfo.TabIndex = 7; this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(4, 4); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(182, 17); this.label5.TabIndex = 6; this.label5.Text = "Delete rows with more than "; // // tabReplaceMissingValues // this.tabReplaceMissingValues.Controls.Add(this.txtReplaceValue); this.tabReplaceMissingValues.Controls.Add(this.cmbVariableNames); this.tabReplaceMissingValues.Controls.Add(this.cmbReplaceWith); this.tabReplaceMissingValues.Controls.Add(this.lblValueColon); this.tabReplaceMissingValues.Controls.Add(this.label8); this.tabReplaceMissingValues.Controls.Add(this.label10); this.tabReplaceMissingValues.Location = new System.Drawing.Point(4, 22); this.tabReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabReplaceMissingValues.Name = "tabReplaceMissingValues"; this.tabReplaceMissingValues.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabReplaceMissingValues.Size = new System.Drawing.Size(951, 176); this.tabReplaceMissingValues.TabIndex = 6; this.tabReplaceMissingValues.Text = "repl missing vals"; this.tabReplaceMissingValues.UseVisualStyleBackColor = true; // // txtReplaceValue // this.txtReplaceValue.Location = new System.Drawing.Point(231, 33); this.txtReplaceValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtReplaceValue.Name = "txtReplaceValue"; this.txtReplaceValue.Size = new System.Drawing.Size(132, 22); this.txtReplaceValue.TabIndex = 2; this.txtReplaceValue.TextChanged += new System.EventHandler(this.txtReplaceValue_TextChanged); // // cmbVariableNames // this.cmbVariableNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbVariableNames.FormattingEnabled = true; this.cmbVariableNames.Location = new System.Drawing.Point(189, 0); this.cmbVariableNames.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmbVariableNames.Name = "cmbVariableNames"; this.cmbVariableNames.Size = new System.Drawing.Size(160, 24); this.cmbVariableNames.TabIndex = 1; this.cmbVariableNames.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged); // // cmbReplaceWith // this.cmbReplaceWith.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbReplaceWith.FormattingEnabled = true; this.cmbReplaceWith.Items.AddRange(new object[] { "Value", "Average", "Median", "Most Common", "Random"}); this.cmbReplaceWith.Location = new System.Drawing.Point(47, 33); this.cmbReplaceWith.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmbReplaceWith.Name = "cmbReplaceWith"; this.cmbReplaceWith.Size = new System.Drawing.Size(160, 24); this.cmbReplaceWith.TabIndex = 1; this.cmbReplaceWith.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged); // // lblValueColon // this.lblValueColon.AutoSize = true; this.lblValueColon.Location = new System.Drawing.Point(209, 37); this.lblValueColon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblValueColon.Name = "lblValueColon"; this.lblValueColon.Size = new System.Drawing.Size(12, 17); this.lblValueColon.TabIndex = 0; this.lblValueColon.Text = ":"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(4, 37); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(32, 17); this.label8.TabIndex = 0; this.label8.Text = "with"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(4, 4); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(177, 17); this.label10.TabIndex = 0; this.label10.Text = "Replace missing values for"; // // tabDataShuffle // this.tabDataShuffle.Controls.Add(this.shuffleSeparatelyCheckbox); this.tabDataShuffle.Controls.Add(this.lblShuffleProperties); this.tabDataShuffle.Location = new System.Drawing.Point(4, 22); this.tabDataShuffle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataShuffle.Name = "tabDataShuffle"; this.tabDataShuffle.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabDataShuffle.Size = new System.Drawing.Size(951, 176); this.tabDataShuffle.TabIndex = 4; this.tabDataShuffle.Text = "shuffle"; this.tabDataShuffle.UseVisualStyleBackColor = true; // // shuffleSeparatelyCheckbox // this.shuffleSeparatelyCheckbox.AutoSize = true; this.shuffleSeparatelyCheckbox.Location = new System.Drawing.Point(8, 2); this.shuffleSeparatelyCheckbox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.shuffleSeparatelyCheckbox.Name = "shuffleSeparatelyCheckbox"; this.shuffleSeparatelyCheckbox.Size = new System.Drawing.Size(312, 21); this.shuffleSeparatelyCheckbox.TabIndex = 1; this.shuffleSeparatelyCheckbox.Text = "Shuffle training and test partitions separately"; this.shuffleSeparatelyCheckbox.UseVisualStyleBackColor = true; // // lblShuffleProperties // this.lblShuffleProperties.AutoSize = true; this.lblShuffleProperties.Enabled = false; this.lblShuffleProperties.Location = new System.Drawing.Point(4, 4); this.lblShuffleProperties.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblShuffleProperties.Name = "lblShuffleProperties"; this.lblShuffleProperties.Size = new System.Drawing.Size(154, 17); this.lblShuffleProperties.TabIndex = 0; this.lblShuffleProperties.Text = "No properties available"; // // grpBoxPreview // this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpBoxPreview.Controls.Add(this.tabsPreview); this.grpBoxPreview.Location = new System.Drawing.Point(5, 370); this.grpBoxPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grpBoxPreview.Name = "grpBoxPreview"; this.grpBoxPreview.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grpBoxPreview.Size = new System.Drawing.Size(976, 238); this.grpBoxPreview.TabIndex = 4; this.grpBoxPreview.TabStop = false; this.grpBoxPreview.Text = "Preview"; // // tabsPreview // this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabsPreview.Controls.Add(this.tabPreviewInactive); this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo); this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance); this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo); this.tabsPreview.Controls.Add(this.tabPreviewReplaceMissingValues); this.tabsPreview.Controls.Add(this.tabPreviewShuffle); this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18); this.tabsPreview.Location = new System.Drawing.Point(8, 23); this.tabsPreview.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabsPreview.Name = "tabsPreview"; this.tabsPreview.SelectedIndex = 0; this.tabsPreview.Size = new System.Drawing.Size(959, 207); this.tabsPreview.TabIndex = 3; // // tabPreviewInactive // this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive); this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22); this.tabPreviewInactive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewInactive.Name = "tabPreviewInactive"; this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewInactive.Size = new System.Drawing.Size(951, 181); this.tabPreviewInactive.TabIndex = 5; this.tabPreviewInactive.Text = "inactive"; this.tabPreviewInactive.UseVisualStyleBackColor = true; // // lblPreviewInActive // this.lblPreviewInActive.AutoSize = true; this.lblPreviewInActive.Location = new System.Drawing.Point(4, 4); this.lblPreviewInActive.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewInActive.Name = "lblPreviewInActive"; this.lblPreviewInActive.Size = new System.Drawing.Size(491, 51); this.lblPreviewInActive.TabIndex = 2; this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" + "he filter(s) first in order to be able to perform manipulations."; this.lblPreviewInActive.Visible = false; // // tabPreviewDeleteColumnsInfo // this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1); this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22); this.tabPreviewDeleteColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo"; this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(951, 181); this.tabPreviewDeleteColumnsInfo.TabIndex = 0; this.tabPreviewDeleteColumnsInfo.Text = "del columns info"; this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true; // // lblPreviewColumnsInfo // this.lblPreviewColumnsInfo.AutoSize = true; this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left; this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0); this.lblPreviewColumnsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo"; this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(423, 17); this.lblPreviewColumnsInfo.TabIndex = 1; this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted"; // // tabPreviewDeleteColumnsVariance // this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2); this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12); this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22); this.tabPreviewDeleteColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance"; this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(951, 181); this.tabPreviewDeleteColumnsVariance.TabIndex = 1; this.tabPreviewDeleteColumnsVariance.Text = "del columns variance"; this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(8, 27); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(0, 17); this.label12.TabIndex = 2; // // lblPreviewColumnsVariance // this.lblPreviewColumnsVariance.AutoSize = true; this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left; this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0); this.lblPreviewColumnsVariance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance"; this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(398, 17); this.lblPreviewColumnsVariance.TabIndex = 2; this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted."; // // tabPreviewDeleteRowsInfo // this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo); this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22); this.tabPreviewDeleteRowsInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo"; this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(951, 181); this.tabPreviewDeleteRowsInfo.TabIndex = 2; this.tabPreviewDeleteRowsInfo.Text = "del rows info"; this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true; // // lblPreviewRowsInfo // this.lblPreviewRowsInfo.AutoSize = true; this.lblPreviewRowsInfo.Location = new System.Drawing.Point(4, 4); this.lblPreviewRowsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo"; this.lblPreviewRowsInfo.Size = new System.Drawing.Size(400, 17); this.lblPreviewRowsInfo.TabIndex = 2; this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted"; // // tabPreviewReplaceMissingValues // this.tabPreviewReplaceMissingValues.Controls.Add(this.lblPreviewReplaceMissingValues); this.tabPreviewReplaceMissingValues.Location = new System.Drawing.Point(4, 22); this.tabPreviewReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewReplaceMissingValues.Name = "tabPreviewReplaceMissingValues"; this.tabPreviewReplaceMissingValues.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewReplaceMissingValues.Size = new System.Drawing.Size(951, 181); this.tabPreviewReplaceMissingValues.TabIndex = 6; this.tabPreviewReplaceMissingValues.Text = "repl missing vals"; this.tabPreviewReplaceMissingValues.UseVisualStyleBackColor = true; // // lblPreviewReplaceMissingValues // this.lblPreviewReplaceMissingValues.AutoSize = true; this.lblPreviewReplaceMissingValues.Location = new System.Drawing.Point(4, 4); this.lblPreviewReplaceMissingValues.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewReplaceMissingValues.Name = "lblPreviewReplaceMissingValues"; this.lblPreviewReplaceMissingValues.Size = new System.Drawing.Size(449, 17); this.lblPreviewReplaceMissingValues.TabIndex = 3; this.lblPreviewReplaceMissingValues.Text = "{0} cells detected with missing values which would be replaced with {1}"; // // tabPreviewShuffle // this.tabPreviewShuffle.Controls.Add(this.lblPreviewShuffle); this.tabPreviewShuffle.Location = new System.Drawing.Point(4, 22); this.tabPreviewShuffle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewShuffle.Name = "tabPreviewShuffle"; this.tabPreviewShuffle.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPreviewShuffle.Size = new System.Drawing.Size(951, 181); this.tabPreviewShuffle.TabIndex = 4; this.tabPreviewShuffle.Text = "shuffle"; this.tabPreviewShuffle.UseVisualStyleBackColor = true; // // lblPreviewShuffle // this.lblPreviewShuffle.AutoSize = true; this.lblPreviewShuffle.Location = new System.Drawing.Point(4, 4); this.lblPreviewShuffle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPreviewShuffle.Name = "lblPreviewShuffle"; this.lblPreviewShuffle.Size = new System.Drawing.Size(337, 17); this.lblPreviewShuffle.TabIndex = 0; this.lblPreviewShuffle.Text = "Data will be shuffled randomly - preview not possible"; // // label9 // this.label9.Location = new System.Drawing.Point(0, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 23); this.label9.TabIndex = 0; // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.lblPreviewColumnsInfo); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(943, 173); this.panel1.TabIndex = 2; // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.lblPreviewColumnsVariance); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(4, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(943, 173); this.panel2.TabIndex = 3; // // ManipulationView // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnApply); this.Controls.Add(this.grpBoxPreview); this.Controls.Add(this.grpBoxData); this.Controls.Add(this.lstMethods); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "ManipulationView"; this.Size = new System.Drawing.Size(985, 651); this.grpBoxData.ResumeLayout(false); this.tabsData.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabDataDeleteColumnsInformation.ResumeLayout(false); this.tabDataDeleteColumnsInformation.PerformLayout(); this.tabDataDeleteColumnsVariance.ResumeLayout(false); this.tabDataDeleteColumnsVariance.PerformLayout(); this.tabDataDeleteRowsInfo.ResumeLayout(false); this.tabDataDeleteRowsInfo.PerformLayout(); this.tabReplaceMissingValues.ResumeLayout(false); this.tabReplaceMissingValues.PerformLayout(); this.tabDataShuffle.ResumeLayout(false); this.tabDataShuffle.PerformLayout(); this.grpBoxPreview.ResumeLayout(false); this.tabsPreview.ResumeLayout(false); this.tabPreviewInactive.ResumeLayout(false); this.tabPreviewInactive.PerformLayout(); this.tabPreviewDeleteColumnsInfo.ResumeLayout(false); this.tabPreviewDeleteColumnsVariance.ResumeLayout(false); this.tabPreviewDeleteColumnsVariance.PerformLayout(); this.tabPreviewDeleteRowsInfo.ResumeLayout(false); this.tabPreviewDeleteRowsInfo.PerformLayout(); this.tabPreviewReplaceMissingValues.ResumeLayout(false); this.tabPreviewReplaceMissingValues.PerformLayout(); this.tabPreviewShuffle.ResumeLayout(false); this.tabPreviewShuffle.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox lstMethods; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.GroupBox grpBoxData; private System.Windows.Forms.GroupBox grpBoxPreview; private System.Windows.Forms.TabControl tabsPreview; private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo; private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance; private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo; private System.Windows.Forms.TabPage tabPreviewShuffle; private System.Windows.Forms.Label lblPreviewShuffle; private System.Windows.Forms.TabPage tabPreviewInactive; private System.Windows.Forms.Label lblPreviewColumnsInfo; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label lblPreviewColumnsVariance; private System.Windows.Forms.Label lblPreviewRowsInfo; private System.Windows.Forms.TabPage tabPreviewReplaceMissingValues; private System.Windows.Forms.Label lblPreviewReplaceMissingValues; private System.Windows.Forms.Label label9; private System.Windows.Forms.TabControl tabsData; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label label7; private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtDeleteColumnsInfo; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance; private System.Windows.Forms.TextBox txtDeleteColumnsVariance; private System.Windows.Forms.Label label4; private System.Windows.Forms.TabPage tabDataDeleteRowsInfo; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtDeleteRowsInfo; private System.Windows.Forms.Label label5; private System.Windows.Forms.TabPage tabReplaceMissingValues; private System.Windows.Forms.TextBox txtReplaceValue; private System.Windows.Forms.ComboBox cmbReplaceWith; private System.Windows.Forms.Label lblValueColon; private System.Windows.Forms.Label label10; private System.Windows.Forms.TabPage tabDataShuffle; private System.Windows.Forms.Label lblShuffleProperties; private System.Windows.Forms.ComboBox cmbVariableNames; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lblPreviewInActive; private System.Windows.Forms.CheckBox shuffleSeparatelyCheckbox; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; } }