Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs @ 16662

Last change on this file since 16662 was 16662, checked in by gkronber, 5 years ago

#2925: merged all changes from trunk to branch (up to r16659)

File size: 24.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.DataPreprocessing.Views {
23  partial class ManipulationView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.lstMethods = new System.Windows.Forms.ListBox();
48      this.btnApply = new System.Windows.Forms.Button();
49      this.grpBoxData = new System.Windows.Forms.GroupBox();
50      this.tabsData = new System.Windows.Forms.TabControl();
51      this.tabPage1 = new System.Windows.Forms.TabPage();
52      this.label7 = new System.Windows.Forms.Label();
53      this.tabDataDeleteColumnsInformation = new System.Windows.Forms.TabPage();
54      this.label2 = new System.Windows.Forms.Label();
55      this.txtDeleteColumnsInfo = new System.Windows.Forms.TextBox();
56      this.label1 = new System.Windows.Forms.Label();
57      this.tabDataDeleteColumnsVariance = new System.Windows.Forms.TabPage();
58      this.txtDeleteColumnsVariance = new System.Windows.Forms.TextBox();
59      this.label4 = new System.Windows.Forms.Label();
60      this.tabDataDeleteRowsInfo = new System.Windows.Forms.TabPage();
61      this.label3 = new System.Windows.Forms.Label();
62      this.txtDeleteRowsInfo = new System.Windows.Forms.TextBox();
63      this.label5 = new System.Windows.Forms.Label();
64      this.grpBoxPreview = new System.Windows.Forms.GroupBox();
65      this.tabsPreview = new System.Windows.Forms.TabControl();
66      this.tabPreviewInactive = new System.Windows.Forms.TabPage();
67      this.lblPreviewInActive = new System.Windows.Forms.Label();
68      this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
69      this.panel1 = new System.Windows.Forms.Panel();
70      this.lblPreviewColumnsInfo = new System.Windows.Forms.Label();
71      this.tabPreviewDeleteColumnsVariance = new System.Windows.Forms.TabPage();
72      this.panel2 = new System.Windows.Forms.Panel();
73      this.lblPreviewColumnsVariance = new System.Windows.Forms.Label();
74      this.label12 = new System.Windows.Forms.Label();
75      this.tabPreviewDeleteRowsInfo = new System.Windows.Forms.TabPage();
76      this.lblPreviewRowsInfo = new System.Windows.Forms.Label();
77      this.label9 = new System.Windows.Forms.Label();
78      this.grpBoxData.SuspendLayout();
79      this.tabsData.SuspendLayout();
80      this.tabPage1.SuspendLayout();
81      this.tabDataDeleteColumnsInformation.SuspendLayout();
82      this.tabDataDeleteColumnsVariance.SuspendLayout();
83      this.tabDataDeleteRowsInfo.SuspendLayout();
84      this.grpBoxPreview.SuspendLayout();
85      this.tabsPreview.SuspendLayout();
86      this.tabPreviewInactive.SuspendLayout();
87      this.tabPreviewDeleteColumnsInfo.SuspendLayout();
88      this.panel1.SuspendLayout();
89      this.tabPreviewDeleteColumnsVariance.SuspendLayout();
90      this.panel2.SuspendLayout();
91      this.tabPreviewDeleteRowsInfo.SuspendLayout();
92      this.SuspendLayout();
93      //
94      // lstMethods
95      //
96      this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.lstMethods.FormattingEnabled = true;
99      this.lstMethods.Items.AddRange(new object[] {
100            "Delete Columns with insufficient Information",
101            "Delete Columns with insufficient Variance",
102            "Delete Rows with insufficient Information"});
103      this.lstMethods.Location = new System.Drawing.Point(3, 3);
104      this.lstMethods.Name = "lstMethods";
105      this.lstMethods.Size = new System.Drawing.Size(733, 95);
106      this.lstMethods.Sorted = true;
107      this.lstMethods.TabIndex = 0;
108      this.lstMethods.SelectedIndexChanged += new System.EventHandler(this.lstMethods_SelectedIndexChanged);
109      //
110      // btnApply
111      //
112      this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
113      this.btnApply.Enabled = false;
114      this.btnApply.Location = new System.Drawing.Point(603, 500);
115      this.btnApply.Name = "btnApply";
116      this.btnApply.Size = new System.Drawing.Size(129, 23);
117      this.btnApply.TabIndex = 2;
118      this.btnApply.Text = "Apply Manipulation";
119      this.btnApply.UseVisualStyleBackColor = true;
120      this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
121      //
122      // grpBoxData
123      //
124      this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
125            | System.Windows.Forms.AnchorStyles.Right)));
126      this.grpBoxData.Controls.Add(this.tabsData);
127      this.grpBoxData.Location = new System.Drawing.Point(4, 105);
128      this.grpBoxData.Name = "grpBoxData";
129      this.grpBoxData.Size = new System.Drawing.Size(732, 189);
130      this.grpBoxData.TabIndex = 3;
131      this.grpBoxData.TabStop = false;
132      this.grpBoxData.Text = "Properties";
133      //
134      // tabsData
135      //
136      this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.tabsData.Controls.Add(this.tabPage1);
139      this.tabsData.Controls.Add(this.tabDataDeleteColumnsInformation);
140      this.tabsData.Controls.Add(this.tabDataDeleteColumnsVariance);
141      this.tabsData.Controls.Add(this.tabDataDeleteRowsInfo);
142      this.tabsData.ItemSize = new System.Drawing.Size(58, 18);
143      this.tabsData.Location = new System.Drawing.Point(6, 19);
144      this.tabsData.Name = "tabsData";
145      this.tabsData.SelectedIndex = 0;
146      this.tabsData.Size = new System.Drawing.Size(719, 164);
147      this.tabsData.TabIndex = 3;
148      //
149      // tabPage1
150      //
151      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
152      this.tabPage1.Controls.Add(this.label7);
153      this.tabPage1.Location = new System.Drawing.Point(4, 22);
154      this.tabPage1.Name = "tabPage1";
155      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
156      this.tabPage1.Size = new System.Drawing.Size(711, 138);
157      this.tabPage1.TabIndex = 5;
158      this.tabPage1.Text = "tabDataInactive";
159      // label7
160      //
161      this.label7.AutoSize = true;
162      this.label7.Enabled = false;
163      this.label7.Location = new System.Drawing.Point(3, 3);
164      this.label7.Name = "label7";
165      this.label7.Size = new System.Drawing.Size(259, 13);
166      this.label7.TabIndex = 1;
167      this.label7.Text = "Please select one of the manipulation methods above";
168      //
169      // tabDataDeleteColumnsInformation
170      //
171      this.tabDataDeleteColumnsInformation.BackColor = System.Drawing.SystemColors.Window;
172      this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
173      this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
174      this.tabDataDeleteColumnsInformation.Controls.Add(this.label1);
175      this.tabDataDeleteColumnsInformation.Location = new System.Drawing.Point(4, 22);
176      this.tabDataDeleteColumnsInformation.Name = "tabDataDeleteColumnsInformation";
177      this.tabDataDeleteColumnsInformation.Padding = new System.Windows.Forms.Padding(3);
178      this.tabDataDeleteColumnsInformation.Size = new System.Drawing.Size(711, 138);
179      this.tabDataDeleteColumnsInformation.TabIndex = 0;
180      this.tabDataDeleteColumnsInformation.Text = "del columns info";
181      //
182      // label2
183      //
184      this.label2.AutoSize = true;
185      this.label2.Location = new System.Drawing.Point(204, 3);
186      this.label2.Name = "label2";
187      this.label2.Size = new System.Drawing.Size(89, 13);
188      this.label2.TabIndex = 5;
189      this.label2.Text = "% missing values.";
190      //
191      // txtDeleteColumnsInfo
192      //
193      this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
194      this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
195      this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
196      this.txtDeleteColumnsInfo.TabIndex = 4;
197      this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
198      //
199      // label1
200      //
201      this.label1.AutoSize = true;
202      this.label1.Location = new System.Drawing.Point(3, 3);
203      this.label1.Name = "label1";
204      this.label1.Size = new System.Drawing.Size(155, 13);
205      this.label1.TabIndex = 3;
206      this.label1.Text = "Delete columns with more than ";
207      //
208      // tabDataDeleteColumnsVariance
209      //
210      this.tabDataDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
211      this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
212      this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
213      this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
214      this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
215      this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
216      this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(711, 138);
217      this.tabDataDeleteColumnsVariance.TabIndex = 1;
218      this.tabDataDeleteColumnsVariance.Text = "del columns variance";
219      //
220      // txtDeleteColumnsVariance
221      //
222      this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(229, 0);
223      this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
224      this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
225      this.txtDeleteColumnsVariance.TabIndex = 4;
226      this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
227      //
228      // label4
229      //
230      this.label4.AutoSize = true;
231      this.label4.Location = new System.Drawing.Point(3, 3);
232      this.label4.Name = "label4";
233      this.label4.Size = new System.Drawing.Size(220, 13);
234      this.label4.TabIndex = 3;
235      this.label4.Text = "Delete columns with a variance smaller than  ";
236      //
237      // tabDataDeleteRowsInfo
238      //
239      this.tabDataDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
240      this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
241      this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
242      this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
243      this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
244      this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
245      this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
246      this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(711, 138);
247      this.tabDataDeleteRowsInfo.TabIndex = 2;
248      this.tabDataDeleteRowsInfo.Text = "del rows info";
249      //
250      // label3
251      //
252      this.label3.AutoSize = true;
253      this.label3.Location = new System.Drawing.Point(189, 3);
254      this.label3.Name = "label3";
255      this.label3.Size = new System.Drawing.Size(89, 13);
256      this.label3.TabIndex = 8;
257      this.label3.Text = "% missing values.";
258      //
259      // txtDeleteRowsInfo
260      //
261      this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
262      this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
263      this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
264      this.txtDeleteRowsInfo.TabIndex = 7;
265      this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
266      //
267      // label5
268      //
269      this.label5.AutoSize = true;
270      this.label5.Location = new System.Drawing.Point(3, 3);
271      this.label5.Name = "label5";
272      this.label5.Size = new System.Drawing.Size(138, 13);
273      this.label5.TabIndex = 6;
274      this.label5.Text = "Delete rows with more than ";
275      //
276      // grpBoxPreview
277      //
278      this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
279            | System.Windows.Forms.AnchorStyles.Left)
280            | System.Windows.Forms.AnchorStyles.Right)));
281      this.grpBoxPreview.Controls.Add(this.tabsPreview);
282      this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
283      this.grpBoxPreview.Name = "grpBoxPreview";
284      this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
285      this.grpBoxPreview.TabIndex = 4;
286      this.grpBoxPreview.TabStop = false;
287      this.grpBoxPreview.Text = "Preview";
288      //
289      // tabsPreview
290      //
291      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
292            | System.Windows.Forms.AnchorStyles.Right)));
293      this.tabsPreview.Controls.Add(this.tabPreviewInactive);
294      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
295      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
296      this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
297      this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
298      this.tabsPreview.Location = new System.Drawing.Point(6, 19);
299      this.tabsPreview.Name = "tabsPreview";
300      this.tabsPreview.SelectedIndex = 0;
301      this.tabsPreview.Size = new System.Drawing.Size(719, 168);
302      this.tabsPreview.TabIndex = 3;
303      //
304      // tabPreviewInactive
305      //
306      this.tabPreviewInactive.BackColor = System.Drawing.SystemColors.Window;
307      this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
308      this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
309      this.tabPreviewInactive.Name = "tabPreviewInactive";
310      this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(3);
311      this.tabPreviewInactive.Size = new System.Drawing.Size(711, 142);
312      this.tabPreviewInactive.TabIndex = 5;
313      this.tabPreviewInactive.Text = "inactive";
314      //
315      // lblPreviewInActive
316      //
317      this.lblPreviewInActive.AutoSize = true;
318      this.lblPreviewInActive.Location = new System.Drawing.Point(3, 3);
319      this.lblPreviewInActive.Name = "lblPreviewInActive";
320      this.lblPreviewInActive.Size = new System.Drawing.Size(361, 39);
321      this.lblPreviewInActive.TabIndex = 2;
322      this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
323    "he filter(s) first in order to be able to perform manipulations.";
324      this.lblPreviewInActive.Visible = false;
325      //
326      // tabPreviewDeleteColumnsInfo
327      //
328      this.tabPreviewDeleteColumnsInfo.BackColor = System.Drawing.SystemColors.Window;
329      this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1);
330      this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
331      this.tabPreviewDeleteColumnsInfo.Name = "tabPreviewDeleteColumnsInfo";
332      this.tabPreviewDeleteColumnsInfo.Padding = new System.Windows.Forms.Padding(3);
333      this.tabPreviewDeleteColumnsInfo.Size = new System.Drawing.Size(711, 142);
334      this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
335      this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
336      //
337      // panel1
338      //
339      this.panel1.AutoScroll = true;
340      this.panel1.Controls.Add(this.lblPreviewColumnsInfo);
341      this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
342      this.panel1.Location = new System.Drawing.Point(3, 3);
343      this.panel1.Margin = new System.Windows.Forms.Padding(2);
344      this.panel1.Name = "panel1";
345      this.panel1.Size = new System.Drawing.Size(705, 136);
346      this.panel1.TabIndex = 2;
347      //
348      // lblPreviewColumnsInfo
349      //
350      this.lblPreviewColumnsInfo.AutoSize = true;
351      this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left;
352      this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0);
353      this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
354      this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(318, 13);
355      this.lblPreviewColumnsInfo.TabIndex = 1;
356      this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
357      //
358      // tabPreviewDeleteColumnsVariance
359      //
360      this.tabPreviewDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
361      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2);
362      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12);
363      this.tabPreviewDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
364      this.tabPreviewDeleteColumnsVariance.Name = "tabPreviewDeleteColumnsVariance";
365      this.tabPreviewDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
366      this.tabPreviewDeleteColumnsVariance.Size = new System.Drawing.Size(711, 142);
367      this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
368      this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
369      //
370      // panel2
371      //
372      this.panel2.AutoScroll = true;
373      this.panel2.Controls.Add(this.lblPreviewColumnsVariance);
374      this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
375      this.panel2.Location = new System.Drawing.Point(3, 3);
376      this.panel2.Margin = new System.Windows.Forms.Padding(2);
377      this.panel2.Name = "panel2";
378      this.panel2.Size = new System.Drawing.Size(705, 136);
379      this.panel2.TabIndex = 3;
380      //
381      // lblPreviewColumnsVariance
382      //
383      this.lblPreviewColumnsVariance.AutoSize = true;
384      this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left;
385      this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0);
386      this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
387      this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(301, 13);
388      this.lblPreviewColumnsVariance.TabIndex = 2;
389      this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
390      //
391      // label12
392      //
393      this.label12.AutoSize = true;
394      this.label12.Location = new System.Drawing.Point(6, 22);
395      this.label12.Name = "label12";
396      this.label12.Size = new System.Drawing.Size(0, 13);
397      this.label12.TabIndex = 2;
398      //
399      // tabPreviewDeleteRowsInfo
400      //
401      this.tabPreviewDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
402      this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
403      this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
404      this.tabPreviewDeleteRowsInfo.Name = "tabPreviewDeleteRowsInfo";
405      this.tabPreviewDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
406      this.tabPreviewDeleteRowsInfo.Size = new System.Drawing.Size(711, 142);
407      this.tabPreviewDeleteRowsInfo.TabIndex = 2;
408      this.tabPreviewDeleteRowsInfo.Text = "del rows info";
409      //
410      // lblPreviewRowsInfo
411      //
412      this.lblPreviewRowsInfo.AutoSize = true;
413      this.lblPreviewRowsInfo.Location = new System.Drawing.Point(3, 3);
414      this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
415      this.lblPreviewRowsInfo.Size = new System.Drawing.Size(301, 13);
416      this.lblPreviewRowsInfo.TabIndex = 2;
417      this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
418      //
419      // label9
420      //
421      this.label9.Location = new System.Drawing.Point(0, 0);
422      this.label9.Name = "label9";
423      this.label9.Size = new System.Drawing.Size(100, 23);
424      this.label9.TabIndex = 0;
425      //
426      // ManipulationView
427      //
428      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
429      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
430      this.Controls.Add(this.btnApply);
431      this.Controls.Add(this.grpBoxPreview);
432      this.Controls.Add(this.grpBoxData);
433      this.Controls.Add(this.lstMethods);
434      this.Name = "ManipulationView";
435      this.Size = new System.Drawing.Size(739, 529);
436      this.grpBoxData.ResumeLayout(false);
437      this.tabsData.ResumeLayout(false);
438      this.tabPage1.ResumeLayout(false);
439      this.tabPage1.PerformLayout();
440      this.tabDataDeleteColumnsInformation.ResumeLayout(false);
441      this.tabDataDeleteColumnsInformation.PerformLayout();
442      this.tabDataDeleteColumnsVariance.ResumeLayout(false);
443      this.tabDataDeleteColumnsVariance.PerformLayout();
444      this.tabDataDeleteRowsInfo.ResumeLayout(false);
445      this.tabDataDeleteRowsInfo.PerformLayout();
446      this.grpBoxPreview.ResumeLayout(false);
447      this.tabsPreview.ResumeLayout(false);
448      this.tabPreviewInactive.ResumeLayout(false);
449      this.tabPreviewInactive.PerformLayout();
450      this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
451      this.panel1.ResumeLayout(false);
452      this.panel1.PerformLayout();
453      this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
454      this.tabPreviewDeleteColumnsVariance.PerformLayout();
455      this.panel2.ResumeLayout(false);
456      this.panel2.PerformLayout();
457      this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
458      this.tabPreviewDeleteRowsInfo.PerformLayout();
459      this.ResumeLayout(false);
460
461    }
462
463    #endregion
464
465    private System.Windows.Forms.ListBox lstMethods;
466    private System.Windows.Forms.Button btnApply;
467    private System.Windows.Forms.GroupBox grpBoxData;
468    private System.Windows.Forms.GroupBox grpBoxPreview;
469    private System.Windows.Forms.TabControl tabsPreview;
470    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
471    private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
472    private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
473    private System.Windows.Forms.TabPage tabPreviewInactive;
474    private System.Windows.Forms.Label lblPreviewColumnsInfo;
475    private System.Windows.Forms.Label label12;
476    private System.Windows.Forms.Label lblPreviewColumnsVariance;
477    private System.Windows.Forms.Label lblPreviewRowsInfo;
478    private System.Windows.Forms.Label label9;
479    private System.Windows.Forms.TabControl tabsData;
480    private System.Windows.Forms.TabPage tabPage1;
481    private System.Windows.Forms.Label label7;
482    private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
483    private System.Windows.Forms.Label label2;
484    private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
485    private System.Windows.Forms.Label label1;
486    private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
487    private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
488    private System.Windows.Forms.Label label4;
489    private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
490    private System.Windows.Forms.Label label3;
491    private System.Windows.Forms.TextBox txtDeleteRowsInfo;
492    private System.Windows.Forms.Label label5;
493    private System.Windows.Forms.Label lblPreviewInActive;
494    private System.Windows.Forms.Panel panel1;
495    private System.Windows.Forms.Panel panel2;
496  }
497}
Note: See TracBrowser for help on using the repository browser.