Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 11:12:58 (10 years ago)
Author:
rstoll
Message:
  • disabled manipulation if a filter is active
  • Reordered code ManipulationContent
File:
1 edited

Legend:

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

    r10905 r10970  
    5353      this.tabsPreview = new System.Windows.Forms.TabControl();
    5454      this.tabPreviewInactive = new System.Windows.Forms.TabPage();
     55      this.lblPreviewInActive = new System.Windows.Forms.Label();
    5556      this.tabPreviewDeleteColumnsInfo = new System.Windows.Forms.TabPage();
    5657      this.lblPreviewColumnsInfo = new System.Windows.Forms.Label();
     
    7576      this.grpBoxPreview.SuspendLayout();
    7677      this.tabsPreview.SuspendLayout();
     78      this.tabPreviewInactive.SuspendLayout();
    7779      this.tabPreviewDeleteColumnsInfo.SuspendLayout();
    7880      this.tabPreviewDeleteColumnsVariance.SuspendLayout();
     
    8486      // lstMethods
    8587      //
    86       this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     88      this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    8789            | System.Windows.Forms.AnchorStyles.Right)));
    8890      this.lstMethods.FormattingEnabled = true;
     
    114116      // grpBoxData
    115117      //
    116       this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     118      this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    117119            | System.Windows.Forms.AnchorStyles.Right)));
    118120      this.grpBoxData.Controls.Add(this.tabsData);
     
    126128      // tabsData
    127129      //
    128       this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     130      this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    129131            | System.Windows.Forms.AnchorStyles.Right)));
    130132      this.tabsData.Controls.Add(this.tabPage1);
     
    369371      // grpBoxPreview
    370372      //
    371       this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    372             | System.Windows.Forms.AnchorStyles.Left)
     373      this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     374            | System.Windows.Forms.AnchorStyles.Left) 
    373375            | System.Windows.Forms.AnchorStyles.Right)));
    374376      this.grpBoxPreview.Controls.Add(this.tabsPreview);
     
    382384      // tabsPreview
    383385      //
    384       this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     386      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    385387            | System.Windows.Forms.AnchorStyles.Right)));
    386388      this.tabsPreview.Controls.Add(this.tabPreviewInactive);
     
    399401      // tabPreviewInactive
    400402      //
     403      this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
    401404      this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
    402405      this.tabPreviewInactive.Name = "tabPreviewInactive";
     
    406409      this.tabPreviewInactive.Text = "inactive";
    407410      this.tabPreviewInactive.UseVisualStyleBackColor = true;
     411      //
     412      // lblPreviewInActive
     413      //
     414      this.lblPreviewInActive.AutoSize = true;
     415      this.lblPreviewInActive.Location = new System.Drawing.Point(3, 3);
     416      this.lblPreviewInActive.Name = "lblPreviewInActive";
     417      this.lblPreviewInActive.Size = new System.Drawing.Size(361, 39);
     418      this.lblPreviewInActive.TabIndex = 2;
     419      this.lblPreviewInActive.Text = "Filters are active and thus manipulations cannot be applied!\r\n\r\nPlease deactive t" +
     420    "he filter(s) first in order to be able to perform manipulations.";
    408421      //
    409422      // tabPreviewDeleteColumnsInfo
     
    549562      this.grpBoxPreview.ResumeLayout(false);
    550563      this.tabsPreview.ResumeLayout(false);
     564      this.tabPreviewInactive.ResumeLayout(false);
     565      this.tabPreviewInactive.PerformLayout();
    551566      this.tabPreviewDeleteColumnsInfo.ResumeLayout(false);
    552567      this.tabPreviewDeleteColumnsInfo.PerformLayout();
     
    606621    private System.Windows.Forms.ComboBox cmbVariableNames;
    607622    private System.Windows.Forms.Label label8;
     623    private System.Windows.Forms.Label lblPreviewInActive;
    608624  }
    609625}
Note: See TracChangeset for help on using the changeset viewer.