Changeset 15280 for branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs
- Timestamp:
- 07/23/17 00:52:14 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views (added) merged: 13397,13439,13592,13705,13711,13715,13764,13766,13938,13942,13958,13992
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs
r12012 r15280 19 19 */ 20 20 #endregion 21 21 22 22 23 namespace HeuristicLab.Problems.DataAnalysis.Views { … … 45 46 /// </summary> 46 47 private void InitializeComponent() { 48 this.btnImpactCalculation = new System.Windows.Forms.Button(); 47 49 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 48 50 this.splitContainer.Panel1.SuspendLayout(); … … 52 54 this.detailsGroupBox.SuspendLayout(); 53 55 this.SuspendLayout(); 56 // 57 // btnImpactCalculation 58 // 59 this.btnImpactCalculation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); 60 this.btnImpactCalculation.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom; 61 this.btnImpactCalculation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 62 this.btnImpactCalculation.Name = "btnImpactCalculation"; 63 this.btnImpactCalculation.TabIndex = 6; 64 this.btnImpactCalculation.Size = new System.Drawing.Size(110, 24); 65 this.btnImpactCalculation.Text = "Variable Impacts"; 66 this.btnImpactCalculation.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 67 this.btnImpactCalculation.UseVisualStyleBackColor = true; 68 this.btnImpactCalculation.Click += new System.EventHandler(this.btnImpactCalculation_Click); 69 this.toolTip.SetToolTip(this.btnImpactCalculation, "Calculate impacts"); 70 // 71 // flowLayoutPanel 72 // 73 this.flowLayoutPanel.Controls.Add(this.btnImpactCalculation); 54 74 // 55 75 // splitContainer … … 84 104 85 105 #endregion 106 107 protected System.Windows.Forms.Button btnImpactCalculation; 86 108 } 87 109 }
Note: See TracChangeset
for help on using the changeset viewer.