1 | namespace 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.tabPreviewInactive = new System.Windows.Forms.TabPage();
|
---|
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 = "tabDataInactive";
|
---|
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.txtDeleteColumnsVariance);
|
---|
185 | this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
|
---|
186 | this.tabDataDeleteColumnsVariance.Location = new System.Drawing.Point(4, 22);
|
---|
187 | this.tabDataDeleteColumnsVariance.Name = "tabDataDeleteColumnsVariance";
|
---|
188 | this.tabDataDeleteColumnsVariance.Padding = new System.Windows.Forms.Padding(3);
|
---|
189 | this.tabDataDeleteColumnsVariance.Size = new System.Drawing.Size(711, 138);
|
---|
190 | this.tabDataDeleteColumnsVariance.TabIndex = 1;
|
---|
191 | this.tabDataDeleteColumnsVariance.Text = "del columns variance";
|
---|
192 | this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
|
---|
193 | //
|
---|
194 | // txtDeleteColumnsVariance
|
---|
195 | //
|
---|
196 | this.txtDeleteColumnsVariance.Location = new System.Drawing.Point(226, 0);
|
---|
197 | this.txtDeleteColumnsVariance.Name = "txtDeleteColumnsVariance";
|
---|
198 | this.txtDeleteColumnsVariance.Size = new System.Drawing.Size(135, 20);
|
---|
199 | this.txtDeleteColumnsVariance.TabIndex = 4;
|
---|
200 | this.txtDeleteColumnsVariance.TextChanged += new System.EventHandler(this.txtDeleteColumnsVariance_TextChanged);
|
---|
201 | //
|
---|
202 | // label4
|
---|
203 | //
|
---|
204 | this.label4.AutoSize = true;
|
---|
205 | this.label4.Location = new System.Drawing.Point(3, 3);
|
---|
206 | this.label4.Name = "label4";
|
---|
207 | this.label4.Size = new System.Drawing.Size(217, 13);
|
---|
208 | this.label4.TabIndex = 3;
|
---|
209 | this.label4.Text = "Delete columns with a variance smaller than ";
|
---|
210 | //
|
---|
211 | // tabDataDeleteRowsInfo
|
---|
212 | //
|
---|
213 | this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
|
---|
214 | this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
|
---|
215 | this.tabDataDeleteRowsInfo.Controls.Add(this.label5);
|
---|
216 | this.tabDataDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
|
---|
217 | this.tabDataDeleteRowsInfo.Name = "tabDataDeleteRowsInfo";
|
---|
218 | this.tabDataDeleteRowsInfo.Padding = new System.Windows.Forms.Padding(3);
|
---|
219 | this.tabDataDeleteRowsInfo.Size = new System.Drawing.Size(711, 138);
|
---|
220 | this.tabDataDeleteRowsInfo.TabIndex = 2;
|
---|
221 | this.tabDataDeleteRowsInfo.Text = "del rows info";
|
---|
222 | this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
|
---|
223 | //
|
---|
224 | // label3
|
---|
225 | //
|
---|
226 | this.label3.AutoSize = true;
|
---|
227 | this.label3.Location = new System.Drawing.Point(189, 3);
|
---|
228 | this.label3.Name = "label3";
|
---|
229 | this.label3.Size = new System.Drawing.Size(89, 13);
|
---|
230 | this.label3.TabIndex = 8;
|
---|
231 | this.label3.Text = "% missing values.";
|
---|
232 | //
|
---|
233 | // txtDeleteRowsInfo
|
---|
234 | //
|
---|
235 | this.txtDeleteRowsInfo.Location = new System.Drawing.Point(147, 0);
|
---|
236 | this.txtDeleteRowsInfo.Name = "txtDeleteRowsInfo";
|
---|
237 | this.txtDeleteRowsInfo.Size = new System.Drawing.Size(34, 20);
|
---|
238 | this.txtDeleteRowsInfo.TabIndex = 7;
|
---|
239 | this.txtDeleteRowsInfo.TextChanged += new System.EventHandler(this.txtDeleteRowsInfo_TextChanged);
|
---|
240 | //
|
---|
241 | // label5
|
---|
242 | //
|
---|
243 | this.label5.AutoSize = true;
|
---|
244 | this.label5.Location = new System.Drawing.Point(3, 3);
|
---|
245 | this.label5.Name = "label5";
|
---|
246 | this.label5.Size = new System.Drawing.Size(138, 13);
|
---|
247 | this.label5.TabIndex = 6;
|
---|
248 | this.label5.Text = "Delete rows with more than ";
|
---|
249 | //
|
---|
250 | // tabDataShuffle
|
---|
251 | //
|
---|
252 | this.tabDataShuffle.Controls.Add(this.label6);
|
---|
253 | this.tabDataShuffle.Location = new System.Drawing.Point(4, 22);
|
---|
254 | this.tabDataShuffle.Name = "tabDataShuffle";
|
---|
255 | this.tabDataShuffle.Padding = new System.Windows.Forms.Padding(3);
|
---|
256 | this.tabDataShuffle.Size = new System.Drawing.Size(711, 138);
|
---|
257 | this.tabDataShuffle.TabIndex = 4;
|
---|
258 | this.tabDataShuffle.Text = "shuffle";
|
---|
259 | this.tabDataShuffle.UseVisualStyleBackColor = true;
|
---|
260 | //
|
---|
261 | // label6
|
---|
262 | //
|
---|
263 | this.label6.AutoSize = true;
|
---|
264 | this.label6.Enabled = false;
|
---|
265 | this.label6.Location = new System.Drawing.Point(3, 3);
|
---|
266 | this.label6.Name = "label6";
|
---|
267 | this.label6.Size = new System.Drawing.Size(115, 13);
|
---|
268 | this.label6.TabIndex = 0;
|
---|
269 | this.label6.Text = "No properties available";
|
---|
270 | //
|
---|
271 | // grpBoxPreview
|
---|
272 | //
|
---|
273 | this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
274 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
276 | this.grpBoxPreview.Controls.Add(this.tabsPreview);
|
---|
277 | this.grpBoxPreview.Location = new System.Drawing.Point(4, 301);
|
---|
278 | this.grpBoxPreview.Name = "grpBoxPreview";
|
---|
279 | this.grpBoxPreview.Size = new System.Drawing.Size(732, 193);
|
---|
280 | this.grpBoxPreview.TabIndex = 4;
|
---|
281 | this.grpBoxPreview.TabStop = false;
|
---|
282 | this.grpBoxPreview.Text = "Preview";
|
---|
283 | //
|
---|
284 | // tabsPreview
|
---|
285 | //
|
---|
286 | this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
287 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
288 | this.tabsPreview.Controls.Add(this.tabPreviewInactive);
|
---|
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 | // label9
|
---|
342 | //
|
---|
343 | this.label9.AutoSize = true;
|
---|
344 | this.label9.Location = new System.Drawing.Point(3, 3);
|
---|
345 | this.label9.Name = "label9";
|
---|
346 | this.label9.Size = new System.Drawing.Size(252, 13);
|
---|
347 | this.label9.TabIndex = 0;
|
---|
348 | this.label9.Text = "Data will be shuffled randomly - preview not possible";
|
---|
349 | //
|
---|
350 | // tabPreviewInactive
|
---|
351 | //
|
---|
352 | this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
|
---|
353 | this.tabPreviewInactive.Name = "tabPreviewInactive";
|
---|
354 | this.tabPreviewInactive.Padding = new System.Windows.Forms.Padding(3);
|
---|
355 | this.tabPreviewInactive.Size = new System.Drawing.Size(711, 142);
|
---|
356 | this.tabPreviewInactive.TabIndex = 5;
|
---|
357 | this.tabPreviewInactive.Text = "inactive";
|
---|
358 | this.tabPreviewInactive.UseVisualStyleBackColor = true;
|
---|
359 | //
|
---|
360 | // ManipulationView
|
---|
361 | //
|
---|
362 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
363 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
364 | this.Controls.Add(this.btnApply);
|
---|
365 | this.Controls.Add(this.grpBoxPreview);
|
---|
366 | this.Controls.Add(this.grpBoxData);
|
---|
367 | this.Controls.Add(this.lstMethods);
|
---|
368 | this.Name = "ManipulationView";
|
---|
369 | this.Size = new System.Drawing.Size(739, 529);
|
---|
370 | this.grpBoxData.ResumeLayout(false);
|
---|
371 | this.tabsData.ResumeLayout(false);
|
---|
372 | this.tabPage1.ResumeLayout(false);
|
---|
373 | this.tabPage1.PerformLayout();
|
---|
374 | this.tabDataDeleteColumnsInformation.ResumeLayout(false);
|
---|
375 | this.tabDataDeleteColumnsInformation.PerformLayout();
|
---|
376 | this.tabDataDeleteColumnsVariance.ResumeLayout(false);
|
---|
377 | this.tabDataDeleteColumnsVariance.PerformLayout();
|
---|
378 | this.tabDataDeleteRowsInfo.ResumeLayout(false);
|
---|
379 | this.tabDataDeleteRowsInfo.PerformLayout();
|
---|
380 | this.tabDataShuffle.ResumeLayout(false);
|
---|
381 | this.tabDataShuffle.PerformLayout();
|
---|
382 | this.grpBoxPreview.ResumeLayout(false);
|
---|
383 | this.tabsPreview.ResumeLayout(false);
|
---|
384 | this.tabPreviewShuffle.ResumeLayout(false);
|
---|
385 | this.tabPreviewShuffle.PerformLayout();
|
---|
386 | this.ResumeLayout(false);
|
---|
387 |
|
---|
388 | }
|
---|
389 |
|
---|
390 | #endregion
|
---|
391 |
|
---|
392 | private System.Windows.Forms.ListBox lstMethods;
|
---|
393 | private System.Windows.Forms.Button btnApply;
|
---|
394 | private System.Windows.Forms.GroupBox grpBoxData;
|
---|
395 | private System.Windows.Forms.GroupBox grpBoxPreview;
|
---|
396 | private System.Windows.Forms.TabControl tabsPreview;
|
---|
397 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsInfo;
|
---|
398 | private System.Windows.Forms.TabPage tabPreviewDeleteColumnsVariance;
|
---|
399 | private System.Windows.Forms.TabPage tabPreviewDeleteRowsInfo;
|
---|
400 | private System.Windows.Forms.TabPage tabPreviewShuffle;
|
---|
401 | private System.Windows.Forms.TabControl tabsData;
|
---|
402 | private System.Windows.Forms.TabPage tabDataDeleteColumnsInformation;
|
---|
403 | private System.Windows.Forms.Label label2;
|
---|
404 | private System.Windows.Forms.TextBox txtDeleteColumnsInfo;
|
---|
405 | private System.Windows.Forms.Label label1;
|
---|
406 | private System.Windows.Forms.TabPage tabDataDeleteColumnsVariance;
|
---|
407 | private System.Windows.Forms.TextBox txtDeleteColumnsVariance;
|
---|
408 | private System.Windows.Forms.Label label4;
|
---|
409 | private System.Windows.Forms.TabPage tabDataDeleteRowsInfo;
|
---|
410 | private System.Windows.Forms.Label label3;
|
---|
411 | private System.Windows.Forms.TextBox txtDeleteRowsInfo;
|
---|
412 | private System.Windows.Forms.Label label5;
|
---|
413 | private System.Windows.Forms.TabPage tabDataShuffle;
|
---|
414 | private System.Windows.Forms.Label label6;
|
---|
415 | private System.Windows.Forms.TabPage tabPage1;
|
---|
416 | private System.Windows.Forms.Label label7;
|
---|
417 | private System.Windows.Forms.Label label9;
|
---|
418 | private System.Windows.Forms.TabPage tabPreviewInactive;
|
---|
419 | }
|
---|
420 | }
|
---|