Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 15:42:35 (10 years ago)
Author:
pfleck
Message:
  • Started implementing backtransforming of model with preprocessing transformations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs

    r9973 r10854  
    4646    private void InitializeComponent() {
    4747      this.btnSimplify = new System.Windows.Forms.Button();
     48      this.transformModelButton = new System.Windows.Forms.Button();
    4849      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    4950      this.splitContainer.Panel1.SuspendLayout();
     
    6061      //
    6162      this.splitContainer.Panel1.Controls.Add(this.btnSimplify);
     63      //
     64      // splitContainer.Panel2
     65      //
     66      this.splitContainer.Panel2.Controls.Add(this.transformModelButton);
    6267      //
    6368      // addButton
     
    8085      this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click);
    8186      //
     87      // transformModelButton
     88      //
     89      this.transformModelButton.Location = new System.Drawing.Point(84, 3);
     90      this.transformModelButton.Name = "transformModelButton";
     91      this.transformModelButton.Size = new System.Drawing.Size(100, 23);
     92      this.transformModelButton.TabIndex = 8;
     93      this.transformModelButton.Text = "Backtransform Model";
     94      this.transformModelButton.UseVisualStyleBackColor = true;
     95      this.transformModelButton.Click += new System.EventHandler(this.transformModelButton_Click);
     96      //
    8297      // SymbolicRegressionSolutionView
    8398      //
     
    96111    #endregion
    97112    private System.Windows.Forms.Button btnSimplify;
     113    private System.Windows.Forms.Button transformModelButton;
    98114  }
    99115}
Note: See TracChangeset for help on using the changeset viewer.