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