Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/11 18:15:30 (13 years ago)
Author:
mkommend
Message:

Corrected BubbleChartdesigner file to use Common.Resources (ticket #1056).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs

    r5330 r5336  
    274274      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    275275      this.colorXAxisButton.Enabled = false;
    276       this.colorXAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorXAxisButton.Image")));
     276      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    277277      this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
    278278      this.colorXAxisButton.Name = "colorXAxisButton";
     
    286286      //
    287287      this.colorYAxisButton.Enabled = false;
    288       this.colorYAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorYAxisButton.Image")));
     288      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    289289      this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
    290290      this.colorYAxisButton.Name = "colorYAxisButton";
Note: See TracChangeset for help on using the changeset viewer.