Changeset 11112
- Timestamp:
- 07/07/14 14:56:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs
r11111 r11112 68 68 // viewHost 69 69 // 70 this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 71 | System.Windows.Forms.AnchorStyles.Left) 70 this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 71 | System.Windows.Forms.AnchorStyles.Left) 72 72 | System.Windows.Forms.AnchorStyles.Right))); 73 73 this.viewHost.Caption = "View"; … … 128 128 // flowLayoutPanel 129 129 // 130 this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 130 this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 131 131 | System.Windows.Forms.AnchorStyles.Right))); 132 132 this.flowLayoutPanel.Controls.Add(this.btnSimplify); … … 141 141 // 142 142 this.btnSimplify.AutoSize = true; 143 this.btnSimplify.Image = ((System.Drawing.Image)(resources.GetObject("btnSimplify.Image")));143 this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator; 144 144 this.btnSimplify.Location = new System.Drawing.Point(3, 3); 145 145 this.btnSimplify.Name = "btnSimplify"; … … 155 155 this.btnOptimizeConstants.AutoSize = true; 156 156 this.btnOptimizeConstants.Enabled = false; 157 this.btnOptimizeConstants.Image = ((System.Drawing.Image)(resources.GetObject("btnOptimizeConstants.Image")));157 this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance; 158 158 this.btnOptimizeConstants.Location = new System.Drawing.Point(89, 3); 159 159 this.btnOptimizeConstants.Name = "btnOptimizeConstants"; … … 178 178 // treeChart 179 179 // 180 this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 181 | System.Windows.Forms.AnchorStyles.Left) 180 this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 181 | System.Windows.Forms.AnchorStyles.Left) 182 182 | System.Windows.Forms.AnchorStyles.Right))); 183 183 this.treeChart.BackgroundColor = System.Drawing.Color.White;
Note: See TracChangeset
for help on using the changeset viewer.