Changeset 11159 for stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs
r11158 r11159 19 19 */ 20 20 #endregion 21 22 21 23 22 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views { … … 49 48 this.exportFileDialog = new System.Windows.Forms.SaveFileDialog(); 50 49 this.btnSimplify = new System.Windows.Forms.Button(); 50 this.transformModelButton = new System.Windows.Forms.Button(); 51 51 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 52 52 this.splitContainer.Panel1.SuspendLayout(); … … 61 61 this.flowLayoutPanel.Controls.Add(this.btnSimplify); 62 62 this.flowLayoutPanel.Controls.Add(this.exportButton); 63 this.flowLayoutPanel.Controls.Add(this.transformModelButton); 63 64 // 64 65 // btnSimplify … … 90 91 this.toolTip.SetToolTip(this.exportButton, "Exports the symbolic regression solution to Excel."); 91 92 // 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 // 92 107 // SymbolicRegressionSolutionView 93 108 // … … 108 123 protected System.Windows.Forms.Button exportButton; 109 124 protected System.Windows.Forms.Button btnSimplify; 125 protected System.Windows.Forms.Button transformModelButton; 110 126 } 111 127 }
Note: See TracChangeset
for help on using the changeset viewer.