Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/18 10:25:45 (6 years ago)
Author:
pfleck
Message:

#2906 First concept of simple transformation (single target transformation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2906_Transformations/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.Designer.cs

    r15583 r15846  
    4646    private void InitializeComponent() {
    4747      this.applyButton = new System.Windows.Forms.Button();
    48       this.preserveColumnsCheckbox = new System.Windows.Forms.CheckBox();
    4948      this.lblFilterNotice = new System.Windows.Forms.Label();
    5049      this.transformationListView = new HeuristicLab.DataPreprocessing.Views.CheckedTransformationListView();
     
    6261      this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
    6362      //
    64       // preserveColumnsCheckbox
    65       //
    66       this.preserveColumnsCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    67       this.preserveColumnsCheckbox.AutoSize = true;
    68       this.preserveColumnsCheckbox.Location = new System.Drawing.Point(337, 492);
    69       this.preserveColumnsCheckbox.Name = "preserveColumnsCheckbox";
    70       this.preserveColumnsCheckbox.Size = new System.Drawing.Size(147, 17);
    71       this.preserveColumnsCheckbox.TabIndex = 2;
    72       this.preserveColumnsCheckbox.Text = "Preserve original Columns";
    73       this.preserveColumnsCheckbox.UseVisualStyleBackColor = true;
    74       //
    7563      // lblFilterNotice
    7664      //
     
    8674      // transformationListView
    8775      //
    88       this.transformationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    89             | System.Windows.Forms.AnchorStyles.Left)
     76      this.transformationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     77            | System.Windows.Forms.AnchorStyles.Left) 
    9078            | System.Windows.Forms.AnchorStyles.Right)));
    9179      this.transformationListView.Caption = "Transformations";
     
    10290      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    10391      this.Controls.Add(this.lblFilterNotice);
    104       this.Controls.Add(this.preserveColumnsCheckbox);
    10592      this.Controls.Add(this.applyButton);
    10693      this.Controls.Add(this.transformationListView);
     
    115102    private CheckedTransformationListView transformationListView;
    116103    private System.Windows.Forms.Button applyButton;
    117     private System.Windows.Forms.CheckBox preserveColumnsCheckbox;
    118104    private System.Windows.Forms.Label lblFilterNotice;
    119105  }
Note: See TracChangeset for help on using the changeset viewer.