Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 15:44:18 (10 years ago)
Author:
rstoll
Message:
  • added inactive tab to preview tabs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ManipulationView.Designer.cs

    r10710 r10714  
    5050      this.tabPreviewShuffle = new System.Windows.Forms.TabPage();
    5151      this.label9 = new System.Windows.Forms.Label();
     52      this.tabPreviewInactive = new System.Windows.Forms.TabPage();
    5253      this.grpBoxData.SuspendLayout();
    5354      this.tabsData.SuspendLayout();
     
    127128      this.tabPage1.Size = new System.Drawing.Size(711, 138);
    128129      this.tabPage1.TabIndex = 5;
    129       this.tabPage1.Text = "inactive";
     130      this.tabPage1.Text = "tabDataInactive";
    130131      this.tabPage1.UseVisualStyleBackColor = true;
    131132      //
     
    285286      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    286287            | System.Windows.Forms.AnchorStyles.Right)));
     288      this.tabsPreview.Controls.Add(this.tabPreviewInactive);
    287289      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsInfo);
    288290      this.tabsPreview.Controls.Add(this.tabPreviewDeleteColumnsVariance);
     
    345347      this.label9.TabIndex = 0;
    346348      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;
    347359      //
    348360      // ManipulationView
     
    404416    private System.Windows.Forms.Label label7;
    405417    private System.Windows.Forms.Label label9;
     418    private System.Windows.Forms.TabPage tabPreviewInactive;
    406419  }
    407420}
Note: See TracChangeset for help on using the changeset viewer.