Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 17:35:33 (14 years ago)
Author:
mkommend
Message:

corrected images in ExperimentView (ticket #970) - damn VS designer

File:
1 edited

Legend:

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

    r3329 r3331  
    123123      //
    124124      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    125       this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
     125      this.startButton.Image = Common.Resources.VS2008ImageLibrary.Play;
    126126      this.startButton.Location = new System.Drawing.Point(0, 458);
    127127      this.startButton.Name = "startButton";
     
    135135      //
    136136      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    137       this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     137      this.stopButton.Image = Common.Resources.VS2008ImageLibrary.Stop;
    138138      this.stopButton.Location = new System.Drawing.Point(60, 458);
    139139      this.stopButton.Name = "stopButton";
     
    147147      //
    148148      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    149       this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
     149      this.resetButton.Image = Common.Resources.VS2008ImageLibrary.Restart;
    150150      this.resetButton.Location = new System.Drawing.Point(90, 458);
    151151      this.resetButton.Name = "resetButton";
     
    178178      //
    179179      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    180       this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
     180      this.pauseButton.Image = Common.Resources.VS2008ImageLibrary.Pause;
    181181      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    182182      this.pauseButton.Name = "pauseButton";
Note: See TracChangeset for help on using the changeset viewer.