Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs @ 13321

Last change on this file since 13321 was 12718, checked in by mkommend, 9 years ago

#2335: Merged all changes into stable.

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