Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10709 was 10709, checked in by rstoll, 10 years ago
  • Added ManipulationView with Content

presentation logic implemented
manipulation actions for delete xY missing

  • License added to LineChartView
  • ShuffleWithRanges without parameter added to ManipulationLogic (will use training and test partition)
File size: 20.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.tabDataShuffle = new System.Windows.Forms.TabPage();
44      this.label6 = new System.Windows.Forms.Label();
45      this.grpBoxPreview = new System.Windows.Forms.GroupBox();
46      this.tabsPreview = new System.Windows.Forms.TabControl();
47      this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
48      this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage();
49      this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage();
50      this.tabPreviewShuffle = new System.Windows.Forms.TabPage();
51      this.label8 = new System.Windows.Forms.Label();
52      this.label9 = new System.Windows.Forms.Label();
53      this.grpBoxData.SuspendLayout();
54      this.tabsData.SuspendLayout();
55      this.tabPage1.SuspendLayout();
56      this.tabDataDeleteColumnsInformation.SuspendLayout();
57      this.tabDataDeleteColumnsVariance.SuspendLayout();
58      this.tabDataDeleteRowsInfo.SuspendLayout();
59      this.tabDataShuffle.SuspendLayout();
60      this.grpBoxPreview.SuspendLayout();
61      this.tabsPreview.SuspendLayout();
62      this.tabPreviewShuffle.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // lstMethods
66      //
67      this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
68            | System.Windows.Forms.AnchorStyles.Right)));
69      this.lstMethods.FormattingEnabled = true;
70      this.lstMethods.Items.AddRange(new object[] {
71            "Delete Columns with insufficient Information",
72            "Delete Columns with insufficient Variance",
73            "Delete Rows with insufficient Information",
74            "Shuffle Data"});
75      this.lstMethods.Location = new System.Drawing.Point(3, 3);
76      this.lstMethods.Name = "lstMethods";
77      this.lstMethods.Size = new System.Drawing.Size(733, 95);
78      this.lstMethods.Sorted = true;
79      this.lstMethods.TabIndex = 0;
80      this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged);
81      //
82      // btnApply
83      //
84      this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
85      this.btnApply.Enabled = false;
86      this.btnApply.Location = new System.Drawing.Point(603, 500);
87      this.btnApply.Name = "btnApply";
88      this.btnApply.Size = new System.Drawing.Size(129, 23);
89      this.btnApply.TabIndex = 2;
90      this.btnApply.Text = "Apply Manipulation";
91      this.btnApply.UseVisualStyleBackColor = true;
92      this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
93      //
94      // grpBoxData
95      //
96      this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.grpBoxData.Controls.Add(this.tabsData);
99      this.grpBoxData.Location = new System.Drawing.Point(4, 105);
100      this.grpBoxData.Name = "grpBoxData";
101      this.grpBoxData.Size = new System.Drawing.Size(732, 189);
102      this.grpBoxData.TabIndex = 3;
103      this.grpBoxData.TabStop = false;
104      this.grpBoxData.Text = "Properties";
105      //
106      // tabsData
107      //
108      this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109            | System.Windows.Forms.AnchorStyles.Right)));
110      this.tabsData.Controls.Add(this.tabPage1);
111      this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation);
112      this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance);
113      this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo);
114      this.tabsData.Controls.Add(this.tabDataShuffle);
115      this.tabsData.ItemSize = new System.Drawing.Size(58, 18);
116      this.tabsData.Location = new System.Drawing.Point(6, 19);
117      this.tabsData.Name = "tabsData";
118      this.tabsData.SelectedIndex = 0;
119      this.tabsData.Size = new System.Drawing.Size(719, 164);
120      this.tabsData.TabIndex = 3;
121      //
122      // tabPage1
123      //
124      this.tabPage1.Controls.Add(this.label7);
125      this.tabPage1.Location = new System.Drawing.Point(4, 22);
126      this.tabPage1.Name = "tabPage1";
127      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
128      this.tabPage1.Size = new System.Drawing.Size(711, 138);
129      this.tabPage1.TabIndex = 5;
130      this.tabPage1.Text = "inactive";
131      this.tabPage1.UseVisualStyleBackColor = true;
132      //
133      // label7
134      //
135      this.label7.AutoSize = true;
136      this.label7.Enabled = false;
137      this.label7.Location = new System.Drawing.Point(3, 3);
138      this.label7.Name = "label7";
139      this.label7.Size = new System.Drawing.Size(259, 13);
140      this.label7.TabIndex = 1;
141      this.label7.Text = "Please select one of the manipulation methods above";
142      //
143      // tabDataDeleteColumnsInformation
144      //
145      this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
146      this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
147      this.tabDataDeleteColumnsInformation.Controls.Add(this.label1);
148      this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22);
149      this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation";
150      this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(3);
151      this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(711, 138);
152      this.tabDataDeleteColumnsInformation.TabIndex = 0;
153      this.tabDataDeleteColumnsInformation.Text = "del columns info";
154      this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
155      //
156      // label2
157      //
158      this.label2.AutoSize = true;
159      this.label2.Location = new System.Drawing.Point(204, 3);
160      this.label2.Name = "label2";
161      this.label2.Size = new System.Drawing.Size(89, 13);
162      this.label2.TabIndex = 5;
163      this.label2.Text = "% missing values.";
164      //
165      // txtDeleteColumnsInfo
166      //
167      this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
168      this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
169      this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
170      this.txtDeleteColumnsInfo.TabIndex = 4;
171      this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
172      //
173      // label1
174      //
175      this.label1.AutoSize = true;
176      this.label1.Location = new System.Drawing.Point(3, 3);
177      this.label1.Name = "label1";
178      this.label1.Size = new System.Drawing.Size(155, 13);
179      this.label1.TabIndex = 3;
180      this.label1.Text = "Delete columns with more than ";
181      //
182      // tabDataDeleteColumnsVariance
183      //
184      this.tabDataDeleteColumnsVariance.Controls.Add(this.label8);
185      this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
186      this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
187      this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
188      this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
189      this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
190      this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(711, 138);
191      this.tabDataDeleteColumnsVariance.TabIndex = 1;
192      this.tabDataDeleteColumnsVariance.Text = "del columns variance";
193      this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
194      //
195      // txtDeleteColumnsVariance
196      //
197      this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(223, 0);
198      this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
199      this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
200      this.txtDeleteColumnsVariance.TabIndex = 4;
201      this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
202      //
203      // label4
204      //
205      this.label4.AutoSize = true;
206      this.label4.Location = new System.Drawing.Point(3, 3);
207      this.label4.Name = "label4";
208      this.label4.Size = new System.Drawing.Size(214, 13);
209      this.label4.TabIndex = 3;
210      this.label4.Text = "Delete columns with a variance smaller than";
211      //
212      // tabDataDeleteRowsInfo
213      //
214      this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
215      this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
216      this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
217      this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
218      this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
219      this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
220      this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(711, 138);
221      this.tabDataDeleteRowsInfo.TabIndex = 2;
222      this.tabDataDeleteRowsInfo.Text = "del rows info";
223      this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
224      //
225      // label3
226      //
227      this.label3.AutoSize = true;
228      this.label3.Location = new System.Drawing.Point(189, 3);
229      this.label3.Name = "label3";
230      this.label3.Size = new System.Drawing.Size(89, 13);
231      this.label3.TabIndex = 8;
232      this.label3.Text = "% missing values.";
233      //
234      // txtDeleteRowsInfo
235      //
236      this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
237      this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
238      this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
239      this.txtDeleteRowsInfo.TabIndex = 7;
240      this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
241      //
242      // label5
243      //
244      this.label5.AutoSize = true;
245      this.label5.Location = new System.Drawing.Point(3, 3);
246      this.label5.Name = "label5";
247      this.label5.Size = new System.Drawing.Size(138, 13);
248      this.label5.TabIndex = 6;
249      this.label5.Text = "Delete rows with more than ";
250      //
251      // tabDataShuffle
252      //
253      this.tabDataShuffle.Controls.Add(this.label6);
254      this.tabDataShuffle.Location = new System.Drawing.Point(4, 22);
255      this.tabDataShuffle.Name = "tabDataShuffle";
256      this.tabDataShuffle.Padding = new System.Windows.Forms.Padding(3);
257      this.tabDataShuffle.Size = new System.Drawing.Size(711, 138);
258      this.tabDataShuffle.TabIndex = 4;
259      this.tabDataShuffle.Text = "shuffle";
260      this.tabDataShuffle.UseVisualStyleBackColor = true;
261      //
262      // label6
263      //
264      this.label6.AutoSize = true;
265      this.label6.Enabled = false;
266      this.label6.Location = new System.Drawing.Point(3, 3);
267      this.label6.Name = "label6";
268      this.label6.Size = new System.Drawing.Size(115, 13);
269      this.label6.TabIndex = 0;
270      this.label6.Text = "No properties available";
271      //
272      // grpBoxPreview
273      //
274      this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
275            | System.Windows.Forms.AnchorStyles.Left)
276            | System.Windows.Forms.AnchorStyles.Right)));
277      this.grpBoxPreview.Controls.Add(this.tabsPreview);
278      this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
279      this.grpBoxPreview.Name = "grpBoxPreview";
280      this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
281      this.grpBoxPreview.TabIndex = 4;
282      this.grpBoxPreview.TabStop = false;
283      this.grpBoxPreview.Text = "Preview";
284      //
285      // tabsPreview
286      //
287      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
288            | System.Windows.Forms.AnchorStyles.Right)));
289      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
290      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
291      this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
292      this.tabsPreview.Controls.Add(this.tabPreviewShuffle);
293      this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
294      this.tabsPreview.Location = new System.Drawing.Point(6, 19);
295      this.tabsPreview.Name = "tabsPreview";
296      this.tabsPreview.SelectedIndex = 0;
297      this.tabsPreview.Size = new System.Drawing.Size(719, 168);
298      this.tabsPreview.TabIndex = 3;
299      //
300      // tabPreviewDeleteColumnsInfo
301      //
302      this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
303      this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
304      this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(3);
305      this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(711, 142);
306      this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
307      this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
308      this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
309      //
310      // tabPreviewDeleteColumnsVariance
311      //
312      this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
313      this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance";
314      this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
315      this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(711, 142);
316      this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
317      this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
318      this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
319      //
320      // tabPreviewDeleteRowsInfo
321      //
322      this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
323      this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
324      this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
325      this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(711, 142);
326      this.tabPreviewDeleteRowsInfo.TabIndex = 2;
327      this.tabPreviewDeleteRowsInfo.Text = "del rows info";
328      this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
329      //
330      // tabPreviewShuffle
331      //
332      this.tabPreviewShuffle.Controls.Add(this.label9);
333      this.tabPreviewShuffle.Location = new System.Drawing.Point(4, 22);
334      this.tabPreviewShuffle.Name = "tabPreviewShuffle";
335      this.tabPreviewShuffle.Padding = new System.Windows.Forms.Padding(3);
336      this.tabPreviewShuffle.Size = new System.Drawing.Size(711, 142);
337      this.tabPreviewShuffle.TabIndex = 4;
338      this.tabPreviewShuffle.Text = "shuffle";
339      this.tabPreviewShuffle.UseVisualStyleBackColor = true;
340      //
341      // label8
342      //
343      this.label8.AutoSize = true;
344      this.label8.Location = new System.Drawing.Point(364, 3);
345      this.label8.Name = "label8";
346      this.label8.Size = new System.Drawing.Size(89, 13);
347      this.label8.TabIndex = 6;
348      this.label8.Text = "% missing values.";
349      //
350      // label9
351      //
352      this.label9.AutoSize = true;
353      this.label9.Location = new System.Drawing.Point(3, 3);
354      this.label9.Name = "label9";
355      this.label9.Size = new System.Drawing.Size(252, 13);
356      this.label9.TabIndex = 0;
357      this.label9.Text = "Data will be shuffled randomly - preview not possible";
358      //
359      // ManipulationView
360      //
361      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
362      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
363      this.Controls.Add(this.btnApply);
364      this.Controls.Add(this.grpBoxPreview);
365      this.Controls.Add(this.grpBoxData);
366      this.Controls.Add(this.lstMethods);
367      this.Name = "ManipulationView";
368      this.Size = new System.Drawing.Size(739, 529);
369      this.grpBoxData.ResumeLayout(false);
370      this.tabsData.ResumeLayout(false);
371      this.tabPage1.ResumeLayout(false);
372      this.tabPage1.PerformLayout();
373      this.tabDataDeleteColumnsInformation.ResumeLayout(false);
374      this.tabDataDeleteColumnsInformation.PerformLayout();
375      this.tabDataDeleteColumnsVariance.ResumeLayout(false);
376      this.tabDataDeleteColumnsVariance.PerformLayout();
377      this.tabDataDeleteRowsInfo.ResumeLayout(false);
378      this.tabDataDeleteRowsInfo.PerformLayout();
379      this.tabDataShuffle.ResumeLayout(false);
380      this.tabDataShuffle.PerformLayout();
381      this.grpBoxPreview.ResumeLayout(false);
382      this.tabsPreview.ResumeLayout(false);
383      this.tabPreviewShuffle.ResumeLayout(false);
384      this.tabPreviewShuffle.PerformLayout();
385      this.ResumeLayout(false);
386
387    }
388
389    #endregion
390
391    private System.Windows.Forms.ListBox lstMethods;
392    private System.Windows.Forms.Button btnApply;
393    private System.Windows.Forms.GroupBox grpBoxData;
394    private System.Windows.Forms.GroupBox grpBoxPreview;
395    private System.Windows.Forms.TabControl tabsPreview;
396    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
397    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
398    private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
399    private System.Windows.Forms.TabPage tabPreviewShuffle;
400    private System.Windows.Forms.TabControl tabsData;
401    private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
402    private System.Windows.Forms.Label label2;
403    private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
404    private System.Windows.Forms.Label label1;
405    private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
406    private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
407    private System.Windows.Forms.Label label4;
408    private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
409    private System.Windows.Forms.Label label3;
410    private System.Windows.Forms.TextBox txtDeleteRowsInfo;
411    private System.Windows.Forms.Label label5;
412    private System.Windows.Forms.TabPage tabDataShuffle;
413    private System.Windows.Forms.Label label6;
414    private System.Windows.Forms.TabPage tabPage1;
415    private System.Windows.Forms.Label label7;
416    private System.Windows.Forms.Label label8;
417    private System.Windows.Forms.Label label9;
418  }
419}
Note: See TracBrowser for help on using the repository browser.