Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs @ 11163

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