Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/18 17:17:31 (6 years ago)
Author:
pfleck
Message:

#2906

  • Implemented for classification, clustering, etc.
  • Simplified Transformation interfaces (read-only, ...).
  • Started moving transformation logic out of ProblemData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2906_Transformations/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs

    r15864 r15870  
    4848    private void InitializeComponent() {
    4949      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegressionSolutionView));
    50       this.TransformButton = new System.Windows.Forms.Button();
    5150      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5251      this.splitContainer.Panel1.SuspendLayout();
     
    7271      this.toolTip.SetToolTip(this.removeButton, "Remove");
    7372      //
    74       // TransformButton
    75       //
    76       this.TransformButton.AutoSize = true;
    77       this.TransformButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    78       this.TransformButton.Location = new System.Drawing.Point(117, 3);
    79       this.TransformButton.Name = "TransformButton";
    80       this.TransformButton.Size = new System.Drawing.Size(108, 23);
    81       this.TransformButton.TabIndex = 1;
    82       this.TransformButton.Text = "Transform Back";
    83       this.TransformButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    84       this.toolTip.SetToolTip(this.TransformButton, "TODO: Backtransform model based on the stored transformations.");
    85       this.TransformButton.UseVisualStyleBackColor = true;
    86       this.TransformButton.Click += new System.EventHandler(this.transformButton_Click);
    87       //
    8873      // RegressionSolutionView
    8974      //
     
    10186
    10287    #endregion
    103 
    104     protected System.Windows.Forms.Button TransformButton;
    10588  }
    10689}
Note: See TracChangeset for help on using the changeset viewer.