Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ManipulationView.Designer.cs @ 10870

Last change on this file since 10870 was 10776, checked in by rstoll, 10 years ago
  • Missing values manipulations
File size: 28.9 KB
Line 
1namespace 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();
29      this.grpBoxPreview = new System.Windows.Forms.GroupBox();
30      this.tabsPreview = new System.Windows.Forms.TabControl();
31      this.tabPreviewInactive = new System.Windows.Forms.TabPage();
32      this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
33      this.lblPreviewColumnsInfo = new System.Windows.Forms.Label();
34      this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage();
35      this.label12 = new System.Windows.Forms.Label();
36      this.lblPreviewColumnsVariance = new System.Windows.Forms.Label();
37      this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage();
38      this.lblPreviewRowsInfo = new System.Windows.Forms.Label();
39      this.tabPreviewReplaceMissingValues = new System.Windows.Forms.TabPage();
40      this.lblPreviewReplaceMissingValues = new System.Windows.Forms.Label();
41      this.tabPreviewShuffle = new System.Windows.Forms.TabPage();
42      this.lblPreviewShuffle = new System.Windows.Forms.Label();
43      this.label9 = new System.Windows.Forms.Label();
44      this.tabDataShuffle = new System.Windows.Forms.TabPage();
45      this.label6 = new System.Windows.Forms.Label();
46      this.tabReplaceMissingValues = new System.Windows.Forms.TabPage();
47      this.label10 = new System.Windows.Forms.Label();
48      this.lblValueColon = new System.Windows.Forms.Label();
49      this.cmbReplaceWith = new System.Windows.Forms.ComboBox();
50      this.txtReplaceValue = new System.Windows.Forms.TextBox();
51      this.tabDataDeleteRowsInfo = new System.Windows.Forms.TabPage();
52      this.label5 = new System.Windows.Forms.Label();
53      this.txtDeleteRowsInfo = new System.Windows.Forms.TextBox();
54      this.label3 = new System.Windows.Forms.Label();
55      this.tabDataDeleteColumnsVariance = new System.Windows.Forms.TabPage();
56      this.label4 = new System.Windows.Forms.Label();
57      this.txtDeleteColumnsVariance = new System.Windows.Forms.TextBox();
58      this.tabDataDeleteColumnsInformation = new System.Windows.Forms.TabPage();
59      this.label1 = new System.Windows.Forms.Label();
60      this.txtDeleteColumnsInfo = new System.Windows.Forms.TextBox();
61      this.label2 = new System.Windows.Forms.Label();
62      this.tabPage1 = new System.Windows.Forms.TabPage();
63      this.label7 = new System.Windows.Forms.Label();
64      this.tabsData = new System.Windows.Forms.TabControl();
65      this.grpBoxData.SuspendLayout();
66      this.grpBoxPreview.SuspendLayout();
67      this.tabsPreview.SuspendLayout();
68      this.tabPreviewDeleteColumnsInfo.SuspendLayout();
69      this.tabPreviewDeleteColumnsVariance.SuspendLayout();
70      this.tabPreviewDeleteRowsInfo.SuspendLayout();
71      this.tabPreviewReplaceMissingValues.SuspendLayout();
72      this.tabPreviewShuffle.SuspendLayout();
73      this.tabDataShuffle.SuspendLayout();
74      this.tabReplaceMissingValues.SuspendLayout();
75      this.tabDataDeleteRowsInfo.SuspendLayout();
76      this.tabDataDeleteColumnsVariance.SuspendLayout();
77      this.tabDataDeleteColumnsInformation.SuspendLayout();
78      this.tabPage1.SuspendLayout();
79      this.tabsData.SuspendLayout();
80      this.SuspendLayout();
81      //
82      // lstMethods
83      //
84      this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85            | System.Windows.Forms.AnchorStyles.Right)));
86      this.lstMethods.FormattingEnabled = true;
87      this.lstMethods.Items.AddRange(new object[] {
88            "Delete Columns with insufficient Information",
89            "Delete Columns with insufficient Variance",
90            "Delete Rows with insufficient Information",
91            "Replace Missing Values",
92            "Shuffle Data"});
93      this.lstMethods.Location = new System.Drawing.Point(3, 3);
94      this.lstMethods.Name = "lstMethods";
95      this.lstMethods.Size = new System.Drawing.Size(733, 95);
96      this.lstMethods.Sorted = true;
97      this.lstMethods.TabIndex = 0;
98      this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged);
99      //
100      // btnApply
101      //
102      this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
103      this.btnApply.Enabled = false;
104      this.btnApply.Location = new System.Drawing.Point(603, 500);
105      this.btnApply.Name = "btnApply";
106      this.btnApply.Size = new System.Drawing.Size(129, 23);
107      this.btnApply.TabIndex = 2;
108      this.btnApply.Text = "Apply Manipulation";
109      this.btnApply.UseVisualStyleBackColor = true;
110      this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
111      //
112      // grpBoxData
113      //
114      this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.grpBoxData.Controls.Add(this.tabsData);
117      this.grpBoxData.Location = new System.Drawing.Point(4, 105);
118      this.grpBoxData.Name = "grpBoxData";
119      this.grpBoxData.Size = new System.Drawing.Size(732, 189);
120      this.grpBoxData.TabIndex = 3;
121      this.grpBoxData.TabStop = false;
122      this.grpBoxData.Text = "Properties";
123      //
124      // grpBoxPreview
125      //
126      this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
127            | System.Windows.Forms.AnchorStyles.Left)
128            | System.Windows.Forms.AnchorStyles.Right)));
129      this.grpBoxPreview.Controls.Add(this.tabsPreview);
130      this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
131      this.grpBoxPreview.Name = "grpBoxPreview";
132      this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
133      this.grpBoxPreview.TabIndex = 4;
134      this.grpBoxPreview.TabStop = false;
135      this.grpBoxPreview.Text = "Preview";
136      //
137      // tabsPreview
138      //
139      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140            | System.Windows.Forms.AnchorStyles.Right)));
141      this.tabsPreview.Controls.Add(this.tabPreviewInactive);
142      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
143      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
144      this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
145      this.tabsPreview.Controls.Add(this.tabPreviewReplaceMissingValues);
146      this.tabsPreview.Controls.Add(this.tabPreviewShuffle);
147      this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
148      this.tabsPreview.Location = new System.Drawing.Point(6, 19);
149      this.tabsPreview.Name = "tabsPreview";
150      this.tabsPreview.SelectedIndex = 0;
151      this.tabsPreview.Size = new System.Drawing.Size(719, 168);
152      this.tabsPreview.TabIndex = 3;
153      //
154      // tabPreviewInactive
155      //
156      this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
157      this.tabPreviewInactive.Name = "tabPreviewInactive";
158      this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(3);
159      this.tabPreviewInactive.Size = new System.Drawing.Size(711, 142);
160      this.tabPreviewInactive.TabIndex = 5;
161      this.tabPreviewInactive.Text = "inactive";
162      this.tabPreviewInactive.UseVisualStyleBackColor = true;
163      //
164      // tabPreviewDeleteColumnsInfo
165      //
166      this.tabPreviewDeleteColumnsInfo.Controls.Add(this.lblPreviewColumnsInfo);
167      this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
168      this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
169      this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(3);
170      this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(711, 142);
171      this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
172      this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
173      this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
174      //
175      // lblPreviewColumnsInfo
176      //
177      this.lblPreviewColumnsInfo.AutoSize = true;
178      this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(3, 3);
179      this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
180      this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(318, 13);
181      this.lblPreviewColumnsInfo.TabIndex = 1;
182      this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
183      //
184      // tabPreviewDeleteColumnsVariance
185      //
186      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12);
187      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.lblPreviewColumnsVariance);
188      this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
189      this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance";
190      this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
191      this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(711, 142);
192      this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
193      this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
194      this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
195      //
196      // label12
197      //
198      this.label12.AutoSize = true;
199      this.label12.Location = new System.Drawing.Point(6, 22);
200      this.label12.Name = "label12";
201      this.label12.Size = new System.Drawing.Size(0, 13);
202      this.label12.TabIndex = 2;
203      //
204      // lblPreviewColumnsVariance
205      //
206      this.lblPreviewColumnsVariance.AutoSize = true;
207      this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(3, 3);
208      this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
209      this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(301, 13);
210      this.lblPreviewColumnsVariance.TabIndex = 2;
211      this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
212      //
213      // tabPreviewDeleteRowsInfo
214      //
215      this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
216      this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
217      this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
218      this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
219      this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(711, 142);
220      this.tabPreviewDeleteRowsInfo.TabIndex = 2;
221      this.tabPreviewDeleteRowsInfo.Text = "del rows info";
222      this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
223      //
224      // lblPreviewRowsInfo
225      //
226      this.lblPreviewRowsInfo.AutoSize = true;
227      this.lblPreviewRowsInfo.Location = new System.Drawing.Point(3, 3);
228      this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
229      this.lblPreviewRowsInfo.Size = new System.Drawing.Size(301, 13);
230      this.lblPreviewRowsInfo.TabIndex = 2;
231      this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
232      //
233      // tabPreviewReplaceMissingValues
234      //
235      this.tabPreviewReplaceMissingValues.Controls.Add(this.lblPreviewReplaceMissingValues);
236      this.tabPreviewReplaceMissingValues.Location = new System.Drawing.Point(4, 22);
237      this.tabPreviewReplaceMissingValues.Name = "tabPreviewReplaceMissingValues";
238      this.tabPreviewReplaceMissingValues.Padding = new System.Windows.Forms.Padding(3);
239      this.tabPreviewReplaceMissingValues.Size = new System.Drawing.Size(711, 142);
240      this.tabPreviewReplaceMissingValues.TabIndex = 6;
241      this.tabPreviewReplaceMissingValues.Text = "repl missing vals";
242      this.tabPreviewReplaceMissingValues.UseVisualStyleBackColor = true;
243      //
244      // lblPreviewReplaceMissingValues
245      //
246      this.lblPreviewReplaceMissingValues.AutoSize = true;
247      this.lblPreviewReplaceMissingValues.Location = new System.Drawing.Point(3, 3);
248      this.lblPreviewReplaceMissingValues.Name = "lblPreviewReplaceMissingValues";
249      this.lblPreviewReplaceMissingValues.Size = new System.Drawing.Size(343, 13);
250      this.lblPreviewReplaceMissingValues.TabIndex = 3;
251      this.lblPreviewReplaceMissingValues.Text = "{0} cells detected with missing values which would be replaced with {1}";
252      //
253      // tabPreviewShuffle
254      //
255      this.tabPreviewShuffle.Controls.Add(this.lblPreviewShuffle);
256      this.tabPreviewShuffle.Location = new System.Drawing.Point(4, 22);
257      this.tabPreviewShuffle.Name = "tabPreviewShuffle";
258      this.tabPreviewShuffle.Padding = new System.Windows.Forms.Padding(3);
259      this.tabPreviewShuffle.Size = new System.Drawing.Size(711, 142);
260      this.tabPreviewShuffle.TabIndex = 4;
261      this.tabPreviewShuffle.Text = "shuffle";
262      this.tabPreviewShuffle.UseVisualStyleBackColor = true;
263      //
264      // lblPreviewShuffle
265      //
266      this.lblPreviewShuffle.AutoSize = true;
267      this.lblPreviewShuffle.Location = new System.Drawing.Point(3, 3);
268      this.lblPreviewShuffle.Name = "lblPreviewShuffle";
269      this.lblPreviewShuffle.Size = new System.Drawing.Size(252, 13);
270      this.lblPreviewShuffle.TabIndex = 0;
271      this.lblPreviewShuffle.Text = "Data will be shuffled randomly - preview not possible";
272      //
273      // label9
274      //
275      this.label9.Location = new System.Drawing.Point(0, 0);
276      this.label9.Name = "label9";
277      this.label9.Size = new System.Drawing.Size(100, 23);
278      this.label9.TabIndex = 0;
279      //
280      // tabDataShuffle
281      //
282      this.tabDataShuffle.Controls.Add(this.label6);
283      this.tabDataShuffle.Location = new System.Drawing.Point(4, 22);
284      this.tabDataShuffle.Name = "tabDataShuffle";
285      this.tabDataShuffle.Padding = new System.Windows.Forms.Padding(3);
286      this.tabDataShuffle.Size = new System.Drawing.Size(711, 138);
287      this.tabDataShuffle.TabIndex = 4;
288      this.tabDataShuffle.Text = "shuffle";
289      this.tabDataShuffle.UseVisualStyleBackColor = true;
290      //
291      // label6
292      //
293      this.label6.AutoSize = true;
294      this.label6.Enabled = false;
295      this.label6.Location = new System.Drawing.Point(3, 3);
296      this.label6.Name = "label6";
297      this.label6.Size = new System.Drawing.Size(115, 13);
298      this.label6.TabIndex = 0;
299      this.label6.Text = "No properties available";
300      //
301      // tabReplaceMissingValues
302      //
303      this.tabReplaceMissingValues.Controls.Add(this.txtReplaceValue);
304      this.tabReplaceMissingValues.Controls.Add(this.cmbReplaceWith);
305      this.tabReplaceMissingValues.Controls.Add(this.lblValueColon);
306      this.tabReplaceMissingValues.Controls.Add(this.label10);
307      this.tabReplaceMissingValues.Location = new System.Drawing.Point(4, 22);
308      this.tabReplaceMissingValues.Name = "tabReplaceMissingValues";
309      this.tabReplaceMissingValues.Padding = new System.Windows.Forms.Padding(3);
310      this.tabReplaceMissingValues.Size = new System.Drawing.Size(711, 138);
311      this.tabReplaceMissingValues.TabIndex = 6;
312      this.tabReplaceMissingValues.Text = "repl missing vals";
313      this.tabReplaceMissingValues.UseVisualStyleBackColor = true;
314      //
315      // label10
316      //
317      this.label10.AutoSize = true;
318      this.label10.Location = new System.Drawing.Point(3, 3);
319      this.label10.Name = "label10";
320      this.label10.Size = new System.Drawing.Size(140, 13);
321      this.label10.TabIndex = 0;
322      this.label10.Text = "Replace missing values with";
323      //
324      // lblValueColon
325      //
326      this.lblValueColon.AutoSize = true;
327      this.lblValueColon.Location = new System.Drawing.Point(271, 3);
328      this.lblValueColon.Name = "lblValueColon";
329      this.lblValueColon.Size = new System.Drawing.Size(10, 13);
330      this.lblValueColon.TabIndex = 0;
331      this.lblValueColon.Text = ":";
332      //
333      // cmbReplaceWith
334      //
335      this.cmbReplaceWith.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
336      this.cmbReplaceWith.FormattingEnabled = true;
337      this.cmbReplaceWith.Items.AddRange(new object[] {
338            "Value",
339            "Average",
340            "Median",
341            "Most Common",
342            "Random"});
343      this.cmbReplaceWith.Location = new System.Drawing.Point(149, 0);
344      this.cmbReplaceWith.Name = "cmbReplaceWith";
345      this.cmbReplaceWith.Size = new System.Drawing.Size(121, 21);
346      this.cmbReplaceWith.TabIndex = 1;
347      this.cmbReplaceWith.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged);
348      //
349      // txtReplaceValue
350      //
351      this.txtReplaceValue.Location = new System.Drawing.Point(287, 0);
352      this.txtReplaceValue.Name = "txtReplaceValue";
353      this.txtReplaceValue.Size = new System.Drawing.Size(100, 20);
354      this.txtReplaceValue.TabIndex = 2;
355      this.txtReplaceValue.TextChanged += new System.EventHandler(this.txtReplaceValue_TextChanged);
356      //
357      // tabDataDeleteRowsInfo
358      //
359      this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
360      this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
361      this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
362      this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
363      this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
364      this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
365      this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(711, 138);
366      this.tabDataDeleteRowsInfo.TabIndex = 2;
367      this.tabDataDeleteRowsInfo.Text = "del rows info";
368      this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
369      //
370      // label5
371      //
372      this.label5.AutoSize = true;
373      this.label5.Location = new System.Drawing.Point(3, 3);
374      this.label5.Name = "label5";
375      this.label5.Size = new System.Drawing.Size(138, 13);
376      this.label5.TabIndex = 6;
377      this.label5.Text = "Delete rows with more than ";
378      //
379      // txtDeleteRowsInfo
380      //
381      this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
382      this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
383      this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
384      this.txtDeleteRowsInfo.TabIndex = 7;
385      this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
386      //
387      // label3
388      //
389      this.label3.AutoSize = true;
390      this.label3.Location = new System.Drawing.Point(189, 3);
391      this.label3.Name = "label3";
392      this.label3.Size = new System.Drawing.Size(89, 13);
393      this.label3.TabIndex = 8;
394      this.label3.Text = "% missing values.";
395      //
396      // tabDataDeleteColumnsVariance
397      //
398      this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
399      this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
400      this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
401      this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
402      this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
403      this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(711, 138);
404      this.tabDataDeleteColumnsVariance.TabIndex = 1;
405      this.tabDataDeleteColumnsVariance.Text = "del columns variance";
406      this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
407      //
408      // label4
409      //
410      this.label4.AutoSize = true;
411      this.label4.Location = new System.Drawing.Point(3, 3);
412      this.label4.Name = "label4";
413      this.label4.Size = new System.Drawing.Size(220, 13);
414      this.label4.TabIndex = 3;
415      this.label4.Text = "Delete columns with a variance smaller than  ";
416      //
417      // txtDeleteColumnsVariance
418      //
419      this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(229, 0);
420      this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
421      this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
422      this.txtDeleteColumnsVariance.TabIndex = 4;
423      this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
424      //
425      // tabDataDeleteColumnsInformation
426      //
427      this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
428      this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
429      this.tabDataDeleteColumnsInformation.Controls.Add(this.label1);
430      this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22);
431      this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation";
432      this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(3);
433      this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(711, 138);
434      this.tabDataDeleteColumnsInformation.TabIndex = 0;
435      this.tabDataDeleteColumnsInformation.Text = "del columns info";
436      this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
437      //
438      // label1
439      //
440      this.label1.AutoSize = true;
441      this.label1.Location = new System.Drawing.Point(3, 3);
442      this.label1.Name = "label1";
443      this.label1.Size = new System.Drawing.Size(155, 13);
444      this.label1.TabIndex = 3;
445      this.label1.Text = "Delete columns with more than ";
446      //
447      // txtDeleteColumnsInfo
448      //
449      this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
450      this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
451      this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
452      this.txtDeleteColumnsInfo.TabIndex = 4;
453      this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
454      //
455      // label2
456      //
457      this.label2.AutoSize = true;
458      this.label2.Location = new System.Drawing.Point(204, 3);
459      this.label2.Name = "label2";
460      this.label2.Size = new System.Drawing.Size(89, 13);
461      this.label2.TabIndex = 5;
462      this.label2.Text = "% missing values.";
463      //
464      // tabPage1
465      //
466      this.tabPage1.Controls.Add(this.label7);
467      this.tabPage1.Location = new System.Drawing.Point(4, 22);
468      this.tabPage1.Name = "tabPage1";
469      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
470      this.tabPage1.Size = new System.Drawing.Size(711, 138);
471      this.tabPage1.TabIndex = 5;
472      this.tabPage1.Text = "tabDataInactive";
473      this.tabPage1.UseVisualStyleBackColor = true;
474      //
475      // label7
476      //
477      this.label7.AutoSize = true;
478      this.label7.Enabled = false;
479      this.label7.Location = new System.Drawing.Point(3, 3);
480      this.label7.Name = "label7";
481      this.label7.Size = new System.Drawing.Size(259, 13);
482      this.label7.TabIndex = 1;
483      this.label7.Text = "Please select one of the manipulation methods above";
484      //
485      // tabsData
486      //
487      this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
488            | System.Windows.Forms.AnchorStyles.Right)));
489      this.tabsData.Controls.Add(this.tabPage1);
490      this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation);
491      this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance);
492      this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo);
493      this.tabsData.Controls.Add(this.tabReplaceMissingValues);
494      this.tabsData.Controls.Add(this.tabDataShuffle);
495      this.tabsData.ItemSize = new System.Drawing.Size(58, 18);
496      this.tabsData.Location = new System.Drawing.Point(6, 19);
497      this.tabsData.Name = "tabsData";
498      this.tabsData.SelectedIndex = 0;
499      this.tabsData.Size = new System.Drawing.Size(719, 164);
500      this.tabsData.TabIndex = 3;
501      //
502      // ManipulationView
503      //
504      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
505      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
506      this.Controls.Add(this.btnApply);
507      this.Controls.Add(this.grpBoxPreview);
508      this.Controls.Add(this.grpBoxData);
509      this.Controls.Add(this.lstMethods);
510      this.Name = "ManipulationView";
511      this.Size = new System.Drawing.Size(739, 529);
512      this.grpBoxData.ResumeLayout(false);
513      this.grpBoxPreview.ResumeLayout(false);
514      this.tabsPreview.ResumeLayout(false);
515      this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
516      this.tabPreviewDeleteColumnsInfo.PerformLayout();
517      this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
518      this.tabPreviewDeleteColumnsVariance.PerformLayout();
519      this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
520      this.tabPreviewDeleteRowsInfo.PerformLayout();
521      this.tabPreviewReplaceMissingValues.ResumeLayout(false);
522      this.tabPreviewReplaceMissingValues.PerformLayout();
523      this.tabPreviewShuffle.ResumeLayout(false);
524      this.tabPreviewShuffle.PerformLayout();
525      this.tabDataShuffle.ResumeLayout(false);
526      this.tabDataShuffle.PerformLayout();
527      this.tabReplaceMissingValues.ResumeLayout(false);
528      this.tabReplaceMissingValues.PerformLayout();
529      this.tabDataDeleteRowsInfo.ResumeLayout(false);
530      this.tabDataDeleteRowsInfo.PerformLayout();
531      this.tabDataDeleteColumnsVariance.ResumeLayout(false);
532      this.tabDataDeleteColumnsVariance.PerformLayout();
533      this.tabDataDeleteColumnsInformation.ResumeLayout(false);
534      this.tabDataDeleteColumnsInformation.PerformLayout();
535      this.tabPage1.ResumeLayout(false);
536      this.tabPage1.PerformLayout();
537      this.tabsData.ResumeLayout(false);
538      this.ResumeLayout(false);
539
540    }
541
542    #endregion
543
544    private System.Windows.Forms.ListBox lstMethods;
545    private System.Windows.Forms.Button btnApply;
546    private System.Windows.Forms.GroupBox grpBoxData;
547    private System.Windows.Forms.GroupBox grpBoxPreview;
548    private System.Windows.Forms.TabControl tabsPreview;
549    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
550    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
551    private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
552    private System.Windows.Forms.TabPage tabPreviewShuffle;
553    private System.Windows.Forms.Label lblPreviewShuffle;
554    private System.Windows.Forms.TabPage tabPreviewInactive;
555    private System.Windows.Forms.Label lblPreviewColumnsInfo;
556    private System.Windows.Forms.Label label12;
557    private System.Windows.Forms.Label lblPreviewColumnsVariance;
558    private System.Windows.Forms.Label lblPreviewRowsInfo;
559    private System.Windows.Forms.TabPage tabPreviewReplaceMissingValues;
560    private System.Windows.Forms.Label lblPreviewReplaceMissingValues;
561    private System.Windows.Forms.Label label9;
562    private System.Windows.Forms.TabControl tabsData;
563    private System.Windows.Forms.TabPage tabPage1;
564    private System.Windows.Forms.Label label7;
565    private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
566    private System.Windows.Forms.Label label2;
567    private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
568    private System.Windows.Forms.Label label1;
569    private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
570    private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
571    private System.Windows.Forms.Label label4;
572    private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
573    private System.Windows.Forms.Label label3;
574    private System.Windows.Forms.TextBox txtDeleteRowsInfo;
575    private System.Windows.Forms.Label label5;
576    private System.Windows.Forms.TabPage tabReplaceMissingValues;
577    private System.Windows.Forms.TextBox txtReplaceValue;
578    private System.Windows.Forms.ComboBox cmbReplaceWith;
579    private System.Windows.Forms.Label lblValueColon;
580    private System.Windows.Forms.Label label10;
581    private System.Windows.Forms.TabPage tabDataShuffle;
582    private System.Windows.Forms.Label label6;
583  }
584}
Note: See TracBrowser for help on using the repository browser.