1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2016 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 |
|
---|
22 | namespace 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.Controls.Add(this.label7);
|
---|
152 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
153 | this.tabPage1.Name = "tabPage1";
|
---|
154 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
155 | this.tabPage1.Size = new System.Drawing.Size(711, 138);
|
---|
156 | this.tabPage1.TabIndex = 5;
|
---|
157 | this.tabPage1.Text = "tabDataInactive";
|
---|
158 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
159 | //
|
---|
160 | // label7
|
---|
161 | //
|
---|
162 | this.label7.AutoSize = true;
|
---|
163 | this.label7.Enabled = false;
|
---|
164 | this.label7.Location = new System.Drawing.Point(3, 3);
|
---|
165 | this.label7.Name = "label7";
|
---|
166 | this.label7.Size = new System.Drawing.Size(259, 13);
|
---|
167 | this.label7.TabIndex = 1;
|
---|
168 | this.label7.Text = "Please select one of the manipulation methods above";
|
---|
169 | //
|
---|
170 | // tabDataDeleteColumnsInformation
|
---|
171 | //
|
---|
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 | this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
|
---|
182 | //
|
---|
183 | // label2
|
---|
184 | //
|
---|
185 | this.label2.AutoSize = true;
|
---|
186 | this.label2.Location = new System.Drawing.Point(204, 3);
|
---|
187 | this.label2.Name = "label2";
|
---|
188 | this.label2.Size = new System.Drawing.Size(89, 13);
|
---|
189 | this.label2.TabIndex = 5;
|
---|
190 | this.label2.Text = "% missing values.";
|
---|
191 | //
|
---|
192 | // txtDeleteColumnsInfo
|
---|
193 | //
|
---|
194 | this.txtDeleteColumnsInfo.Location = new System.Drawing.Point(164, 0);
|
---|
195 | this.txtDeleteColumnsInfo.Name = "txtDeleteColumnsInfo";
|
---|
196 | this.txtDeleteColumnsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
197 | this.txtDeleteColumnsInfo.TabIndex = 4;
|
---|
198 | this.txtDeleteColumnsInfo.TextChanged += new System.EventHandler(this.txtDeleteColumnsInfo_TextChanged);
|
---|
199 | //
|
---|
200 | // label1
|
---|
201 | //
|
---|
202 | this.label1.AutoSize = true;
|
---|
203 | this.label1.Location = new System.Drawing.Point(3, 3);
|
---|
204 | this.label1.Name = "label1";
|
---|
205 | this.label1.Size = new System.Drawing.Size(155, 13);
|
---|
206 | this.label1.TabIndex = 3;
|
---|
207 | this.label1.Text = "Delete columns with more than ";
|
---|
208 | //
|
---|
209 | // tabDataDeleteColumnsVariance
|
---|
210 | //
|
---|
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 | this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
220 | //
|
---|
221 | // txtDeleteColumnsVariance
|
---|
222 | //
|
---|
223 | this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(229, 0);
|
---|
224 | this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
|
---|
225 | this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
|
---|
226 | this.txtDeleteColumnsVariance.TabIndex = 4;
|
---|
227 | this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
|
---|
228 | //
|
---|
229 | // label4
|
---|
230 | //
|
---|
231 | this.label4.AutoSize = true;
|
---|
232 | this.label4.Location = new System.Drawing.Point(3, 3);
|
---|
233 | this.label4.Name = "label4";
|
---|
234 | this.label4.Size = new System.Drawing.Size(220, 13);
|
---|
235 | this.label4.TabIndex = 3;
|
---|
236 | this.label4.Text = "Delete columns with a variance smaller than ";
|
---|
237 | //
|
---|
238 | // tabDataDeleteRowsInfo
|
---|
239 | //
|
---|
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 | this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
250 | //
|
---|
251 | // label3
|
---|
252 | //
|
---|
253 | this.label3.AutoSize = true;
|
---|
254 | this.label3.Location = new System.Drawing.Point(189, 3);
|
---|
255 | this.label3.Name = "label3";
|
---|
256 | this.label3.Size = new System.Drawing.Size(89, 13);
|
---|
257 | this.label3.TabIndex = 8;
|
---|
258 | this.label3.Text = "% missing values.";
|
---|
259 | //
|
---|
260 | // txtDeleteRowsInfo
|
---|
261 | //
|
---|
262 | this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
|
---|
263 | this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
|
---|
264 | this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
265 | this.txtDeleteRowsInfo.TabIndex = 7;
|
---|
266 | this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
|
---|
267 | //
|
---|
268 | // label5
|
---|
269 | //
|
---|
270 | this.label5.AutoSize = true;
|
---|
271 | this.label5.Location = new System.Drawing.Point(3, 3);
|
---|
272 | this.label5.Name = "label5";
|
---|
273 | this.label5.Size = new System.Drawing.Size(138, 13);
|
---|
274 | this.label5.TabIndex = 6;
|
---|
275 | this.label5.Text = "Delete rows with more than ";
|
---|
276 | //
|
---|
277 | // grpBoxPreview
|
---|
278 | //
|
---|
279 | this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
280 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
281 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
282 | this.grpBoxPreview.Controls.Add(this.tabsPreview);
|
---|
283 | this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
|
---|
284 | this.grpBoxPreview.Name = "grpBoxPreview";
|
---|
285 | this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
|
---|
286 | this.grpBoxPreview.TabIndex = 4;
|
---|
287 | this.grpBoxPreview.TabStop = false;
|
---|
288 | this.grpBoxPreview.Text = "Preview";
|
---|
289 | //
|
---|
290 | // tabsPreview
|
---|
291 | //
|
---|
292 | this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
293 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
294 | this.tabsPreview.Controls.Add(this.tabPreviewInactive);
|
---|
295 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
|
---|
296 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
|
---|
297 | this.tabsPreview.Controls.Add(this.tabPreviewDeleteRowsInfo);
|
---|
298 | this.tabsPreview.ItemSize = new System.Drawing.Size(58, 18);
|
---|
299 | this.tabsPreview.Location = new System.Drawing.Point(6, 19);
|
---|
300 | this.tabsPreview.Name = "tabsPreview";
|
---|
301 | this.tabsPreview.SelectedIndex = 0;
|
---|
302 | this.tabsPreview.Size = new System.Drawing.Size(719, 168);
|
---|
303 | this.tabsPreview.TabIndex = 3;
|
---|
304 | //
|
---|
305 | // tabPreviewInactive
|
---|
306 | //
|
---|
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 | this.tabPreviewInactive.UseVisualStyleBackColor = true;
|
---|
315 | //
|
---|
316 | // lblPreviewInActive
|
---|
317 | //
|
---|
318 | this.lblPreviewInActive.AutoSize = true;
|
---|
319 | this.lblPreviewInActive.Location = new System.Drawing.Point(3, 3);
|
---|
320 | this.lblPreviewInActive.Name = "lblPreviewInActive";
|
---|
321 | this.lblPreviewInActive.Size = new System.Drawing.Size(361, 39);
|
---|
322 | this.lblPreviewInActive.TabIndex = 2;
|
---|
323 | this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
|
---|
324 | "he filter(s) first in order to be able to perform manipulations.";
|
---|
325 | this.lblPreviewInActive.Visible = false;
|
---|
326 | //
|
---|
327 | // tabPreviewDeleteColumnsInfo
|
---|
328 | //
|
---|
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 | this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
|
---|
337 | //
|
---|
338 | // panel1
|
---|
339 | //
|
---|
340 | this.panel1.AutoScroll = true;
|
---|
341 | this.panel1.Controls.Add(this.lblPreviewColumnsInfo);
|
---|
342 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
343 | this.panel1.Location = new System.Drawing.Point(3, 3);
|
---|
344 | this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
---|
345 | this.panel1.Name = "panel1";
|
---|
346 | this.panel1.Size = new System.Drawing.Size(705, 136);
|
---|
347 | this.panel1.TabIndex = 2;
|
---|
348 | //
|
---|
349 | // lblPreviewColumnsInfo
|
---|
350 | //
|
---|
351 | this.lblPreviewColumnsInfo.AutoSize = true;
|
---|
352 | this.lblPreviewColumnsInfo.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
353 | this.lblPreviewColumnsInfo.Location = new System.Drawing.Point(0, 0);
|
---|
354 | this.lblPreviewColumnsInfo.Name = "lblPreviewColumnsInfo";
|
---|
355 | this.lblPreviewColumnsInfo.Size = new System.Drawing.Size(318, 13);
|
---|
356 | this.lblPreviewColumnsInfo.TabIndex = 1;
|
---|
357 | this.lblPreviewColumnsInfo.Text = "{0} columns with more than {1} % missing values would be deleted";
|
---|
358 | //
|
---|
359 | // tabPreviewDeleteColumnsVariance
|
---|
360 | //
|
---|
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 | this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
370 | //
|
---|
371 | // panel2
|
---|
372 | //
|
---|
373 | this.panel2.AutoScroll = true;
|
---|
374 | this.panel2.Controls.Add(this.lblPreviewColumnsVariance);
|
---|
375 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
376 | this.panel2.Location = new System.Drawing.Point(3, 3);
|
---|
377 | this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
---|
378 | this.panel2.Name = "panel2";
|
---|
379 | this.panel2.Size = new System.Drawing.Size(705, 136);
|
---|
380 | this.panel2.TabIndex = 3;
|
---|
381 | //
|
---|
382 | // lblPreviewColumnsVariance
|
---|
383 | //
|
---|
384 | this.lblPreviewColumnsVariance.AutoSize = true;
|
---|
385 | this.lblPreviewColumnsVariance.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
386 | this.lblPreviewColumnsVariance.Location = new System.Drawing.Point(0, 0);
|
---|
387 | this.lblPreviewColumnsVariance.Name = "lblPreviewColumnsVariance";
|
---|
388 | this.lblPreviewColumnsVariance.Size = new System.Drawing.Size(301, 13);
|
---|
389 | this.lblPreviewColumnsVariance.TabIndex = 2;
|
---|
390 | this.lblPreviewColumnsVariance.Text = "{0} columns with a variance smaller than {1} would be deleted.";
|
---|
391 | //
|
---|
392 | // label12
|
---|
393 | //
|
---|
394 | this.label12.AutoSize = true;
|
---|
395 | this.label12.Location = new System.Drawing.Point(6, 22);
|
---|
396 | this.label12.Name = "label12";
|
---|
397 | this.label12.Size = new System.Drawing.Size(0, 13);
|
---|
398 | this.label12.TabIndex = 2;
|
---|
399 | //
|
---|
400 | // tabPreviewDeleteRowsInfo
|
---|
401 | //
|
---|
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 | this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
410 | //
|
---|
411 | // lblPreviewRowsInfo
|
---|
412 | //
|
---|
413 | this.lblPreviewRowsInfo.AutoSize = true;
|
---|
414 | this.lblPreviewRowsInfo.Location = new System.Drawing.Point(3, 3);
|
---|
415 | this.lblPreviewRowsInfo.Name = "lblPreviewRowsInfo";
|
---|
416 | this.lblPreviewRowsInfo.Size = new System.Drawing.Size(301, 13);
|
---|
417 | this.lblPreviewRowsInfo.TabIndex = 2;
|
---|
418 | this.lblPreviewRowsInfo.Text = "{0} rows with more than {1} % missing values would be deleted";
|
---|
419 | //
|
---|
420 | // label9
|
---|
421 | //
|
---|
422 | this.label9.Location = new System.Drawing.Point(0, 0);
|
---|
423 | this.label9.Name = "label9";
|
---|
424 | this.label9.Size = new System.Drawing.Size(100, 23);
|
---|
425 | this.label9.TabIndex = 0;
|
---|
426 | //
|
---|
427 | // ManipulationView
|
---|
428 | //
|
---|
429 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
430 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
431 | this.Controls.Add(this.btnApply);
|
---|
432 | this.Controls.Add(this.grpBoxPreview);
|
---|
433 | this.Controls.Add(this.grpBoxData);
|
---|
434 | this.Controls.Add(this.lstMethods);
|
---|
435 | this.Name = "ManipulationView";
|
---|
436 | this.Size = new System.Drawing.Size(739, 529);
|
---|
437 | this.grpBoxData.ResumeLayout(false);
|
---|
438 | this.tabsData.ResumeLayout(false);
|
---|
439 | this.tabPage1.ResumeLayout(false);
|
---|
440 | this.tabPage1.PerformLayout();
|
---|
441 | this.tabDataDeleteColumnsInformation.ResumeLayout(false);
|
---|
442 | this.tabDataDeleteColumnsInformation.PerformLayout();
|
---|
443 | this.tabDataDeleteColumnsVariance.ResumeLayout(false);
|
---|
444 | this.tabDataDeleteColumnsVariance.PerformLayout();
|
---|
445 | this.tabDataDeleteRowsInfo.ResumeLayout(false);
|
---|
446 | this.tabDataDeleteRowsInfo.PerformLayout();
|
---|
447 | this.grpBoxPreview.ResumeLayout(false);
|
---|
448 | this.tabsPreview.ResumeLayout(false);
|
---|
449 | this.tabPreviewInactive.ResumeLayout(false);
|
---|
450 | this.tabPreviewInactive.PerformLayout();
|
---|
451 | this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
|
---|
452 | this.panel1.ResumeLayout(false);
|
---|
453 | this.panel1.PerformLayout();
|
---|
454 | this.tabPreviewDeleteColumnsVariance.ResumeLayout(false);
|
---|
455 | this.tabPreviewDeleteColumnsVariance.PerformLayout();
|
---|
456 | this.panel2.ResumeLayout(false);
|
---|
457 | this.panel2.PerformLayout();
|
---|
458 | this.tabPreviewDeleteRowsInfo.ResumeLayout(false);
|
---|
459 | this.tabPreviewDeleteRowsInfo.PerformLayout();
|
---|
460 | this.ResumeLayout(false);
|
---|
461 |
|
---|
462 | }
|
---|
463 |
|
---|
464 | #endregion
|
---|
465 |
|
---|
466 | private System.Windows.Forms.ListBox lstMethods;
|
---|
467 | private System.Windows.Forms.Button btnApply;
|
---|
468 | private System.Windows.Forms.GroupBox grpBoxData;
|
---|
469 | private System.Windows.Forms.GroupBox grpBoxPreview;
|
---|
470 | private System.Windows.Forms.TabControl tabsPreview;
|
---|
471 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
|
---|
472 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
|
---|
473 | private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
|
---|
474 | private System.Windows.Forms.TabPage tabPreviewInactive;
|
---|
475 | private System.Windows.Forms.Label lblPreviewColumnsInfo;
|
---|
476 | private System.Windows.Forms.Label label12;
|
---|
477 | private System.Windows.Forms.Label lblPreviewColumnsVariance;
|
---|
478 | private System.Windows.Forms.Label lblPreviewRowsInfo;
|
---|
479 | private System.Windows.Forms.Label label9;
|
---|
480 | private System.Windows.Forms.TabControl tabsData;
|
---|
481 | private System.Windows.Forms.TabPage tabPage1;
|
---|
482 | private System.Windows.Forms.Label label7;
|
---|
483 | private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
|
---|
484 | private System.Windows.Forms.Label label2;
|
---|
485 | private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
|
---|
486 | private System.Windows.Forms.Label label1;
|
---|
487 | private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
|
---|
488 | private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
|
---|
489 | private System.Windows.Forms.Label label4;
|
---|
490 | private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
|
---|
491 | private System.Windows.Forms.Label label3;
|
---|
492 | private System.Windows.Forms.TextBox txtDeleteRowsInfo;
|
---|
493 | private System.Windows.Forms.Label label5;
|
---|
494 | private System.Windows.Forms.Label lblPreviewInActive;
|
---|
495 | private System.Windows.Forms.Panel panel1;
|
---|
496 | private System.Windows.Forms.Panel panel2;
|
---|
497 | }
|
---|
498 | }
|
---|