Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/05/16 11:52:02 (8 years ago)
Author:
bburlacu
Message:

#2597: Removed resx files from project. Better handling of model simplification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChart.Designer.cs

    r13995 r13996  
    4242      //
    4343      this.calculationPendingLabel.BackColor = System.Drawing.Color.White;
    44       this.calculationPendingLabel.Image = ((System.Drawing.Image)(resources.GetObject("calculationPendingLabel.Image")));
     44      this.calculationPendingLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
    4545      this.calculationPendingLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    4646      this.calculationPendingLabel.Location = new System.Drawing.Point(3, 3);
     
    9797      this.configurationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    9898      this.configurationButton.AutoSize = true;
    99       this.configurationButton.Image = ((System.Drawing.Image)(resources.GetObject("configurationButton.Image")));
     99      this.configurationButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    100100      this.configurationButton.Location = new System.Drawing.Point(426, 3);
    101101      this.configurationButton.Name = "configurationButton";
Note: See TracChangeset for help on using the changeset viewer.