Changeset 10714
- Timestamp:
- 04/02/14 15:44:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ManipulationView.Designer.cs
r10710 r10714 50 50 this.tabPreviewShuffle = new System.Windows.Forms.TabPage(); 51 51 this.label9 = new System.Windows.Forms.Label(); 52 this.tabPreviewInactive = new System.Windows.Forms.TabPage(); 52 53 this.grpBoxData.SuspendLayout(); 53 54 this.tabsData.SuspendLayout(); … … 127 128 this.tabPage1.Size = new System.Drawing.Size(711, 138); 128 129 this.tabPage1.TabIndex = 5; 129 this.tabPage1.Text = " inactive";130 this.tabPage1.Text = "tabDataInactive"; 130 131 this.tabPage1.UseVisualStyleBackColor = true; 131 132 // … … 285 286 this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 286 287 | System.Windows.Forms.AnchorStyles.Right))); 288 this.tabsPreview.Controls.Add(this.tabPreviewInactive); 287 289 this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo); 288 290 this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance); … … 345 347 this.label9.TabIndex = 0; 346 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; 347 359 // 348 360 // ManipulationView … … 404 416 private System.Windows.Forms.Label label7; 405 417 private System.Windows.Forms.Label label9; 418 private System.Windows.Forms.TabPage tabPreviewInactive; 406 419 } 407 420 }
Note: See TracChangeset
for help on using the changeset viewer.