Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/09/14 13:15:37 (10 years ago)
Author:
mkommend
Message:

#2206: Reverse merged r11157.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs

    r11157 r11158  
    1919 */
    2020#endregion
     21
    2122
    2223namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views {
     
    4849      this.exportFileDialog = new System.Windows.Forms.SaveFileDialog();
    4950      this.btnSimplify = new System.Windows.Forms.Button();
    50       this.transformModelButton = new System.Windows.Forms.Button();
    5151      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5252      this.splitContainer.Panel1.SuspendLayout();
     
    6161      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
    6262      this.flowLayoutPanel.Controls.Add(this.exportButton);
    63       this.flowLayoutPanel.Controls.Add(this.transformModelButton);
    6463      //
    6564      // btnSimplify
     
    9190      this.toolTip.SetToolTip(this.exportButton, "Exports the symbolic regression solution to Excel.");
    9291      //
    93       // transformModelButton
    94       //
    95       this.transformModelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
    96       this.transformModelButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Event;
    97       this.transformModelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    98       this.transformModelButton.Name = "transformModelButton";
    99       this.transformModelButton.Size = new System.Drawing.Size(135, 24);
    100       this.transformModelButton.TabIndex = 9;
    101       this.transformModelButton.Text = "Backtransform Model";
    102       this.transformModelButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    103       this.transformModelButton.UseVisualStyleBackColor = true;
    104       this.transformModelButton.Click += new System.EventHandler(this.transformModelButton_Click);
    105       this.toolTip.SetToolTip(this.transformModelButton, "Backtransform model based on the stored transformations.");
    106       //
    10792      // SymbolicRegressionSolutionView
    10893      //
     
    123108    protected System.Windows.Forms.Button exportButton;
    124109    protected System.Windows.Forms.Button btnSimplify;
    125     protected System.Windows.Forms.Button transformModelButton;
    126110  }
    127111}
Note: See TracChangeset for help on using the changeset viewer.