Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10905 was 10905, checked in by rstoll, 10 years ago
  • Manipulation View

missing values per column
validating per column
success message for missing values was missing

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