Free cookie consent management tool by TermsFeed Policy Generator

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

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