Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/14 14:56:26 (10 years ago)
Author:
bburlacu
Message:

#1763: InteractiveSimplifierView: Fixed image resources in the designer file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs

    r11111 r11112  
    6868      // viewHost
    6969      //
    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)
    7272            | System.Windows.Forms.AnchorStyles.Right)));
    7373      this.viewHost.Caption = "View";
     
    128128      // flowLayoutPanel
    129129      //
    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)
    131131            | System.Windows.Forms.AnchorStyles.Right)));
    132132      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
     
    141141      //
    142142      this.btnSimplify.AutoSize = true;
    143       this.btnSimplify.Image = ((System.Drawing.Image)(resources.GetObject("btnSimplify.Image")));
     143      this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
    144144      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
    145145      this.btnSimplify.Name = "btnSimplify";
     
    155155      this.btnOptimizeConstants.AutoSize = true;
    156156      this.btnOptimizeConstants.Enabled = false;
    157       this.btnOptimizeConstants.Image = ((System.Drawing.Image)(resources.GetObject("btnOptimizeConstants.Image")));
     157      this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
    158158      this.btnOptimizeConstants.Location = new System.Drawing.Point(89, 3);
    159159      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
     
    178178      // treeChart
    179179      //
    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)
    182182            | System.Windows.Forms.AnchorStyles.Right)));
    183183      this.treeChart.BackgroundColor = System.Drawing.Color.White;
Note: See TracChangeset for help on using the changeset viewer.