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.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs

    r15583 r15846  
    4646    /// </summary>
    4747    private void InitializeComponent() {
     48      this.transformButton = new System.Windows.Forms.Button();
    4849      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    4950      this.splitContainer.Panel1.SuspendLayout();
     
    5354      this.detailsGroupBox.SuspendLayout();
    5455      this.SuspendLayout();
     56      //
     57      // splitContainer
     58      //
     59      //
    5560      // itemsGroupBox
    5661      //
     
    6570      this.toolTip.SetToolTip(this.removeButton, "Remove");
    6671      //
     72      // transformButton
     73      //
     74      this.transformButton.Location = new System.Drawing.Point(117, 3);
     75      this.transformButton.Name = "transformButton";
     76      this.transformButton.Size = new System.Drawing.Size(75, 23);
     77      this.transformButton.TabIndex = 1;
     78      this.transformButton.Text = "Transform";
     79      this.transformButton.UseVisualStyleBackColor = true;
     80      this.transformButton.Click += new System.EventHandler(this.transformButton_Click);
     81      //
    6782      // RegressionSolutionView
    6883      //
    69       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7084      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7185      this.Name = "RegressionSolutionView";
     
    8195
    8296    #endregion
     97
     98    private System.Windows.Forms.Button transformButton;
    8399  }
    84100}
Note: See TracChangeset for help on using the changeset viewer.