Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (13 years ago)
Author:
abeham
Message:

#1337

  • Renamed VS2008ImageLibrary resource to VSImageLibrary
  • Added Filter icon to the VS2010ImageLibrary folder and the resource manager
Location:
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/EvaluationProcessChannelView.Designer.cs

    r4117 r5287  
    7979      // browseExecutableButton
    8080      //
    81       this.browseExecutableButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     81      this.browseExecutableButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    8282      this.browseExecutableButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    8383      this.browseExecutableButton.Location = new System.Drawing.Point(362, 57);
     
    123123      // startButton
    124124      //
    125       this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
     125      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    126126      this.startButton.Location = new System.Drawing.Point(72, 111);
    127127      this.startButton.Name = "startButton";
     
    133133      // terminateButton
    134134      //
    135       this.terminateButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     135      this.terminateButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    136136      this.terminateButton.Enabled = false;
    137137      this.terminateButton.Location = new System.Drawing.Point(104, 111);
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/EvaluationTCPChannelView.Designer.cs

    r4117 r5287  
    7575      // connectButton
    7676      //
    77       this.connectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
     77      this.connectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    7878      this.connectButton.Location = new System.Drawing.Point(72, 110);
    7979      this.connectButton.Name = "connectButton";
     
    8585      // disconnectButton
    8686      //
    87       this.disconnectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     87      this.disconnectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    8888      this.disconnectButton.Location = new System.Drawing.Point(104, 110);
    8989      this.disconnectButton.Name = "disconnectButton";
Note: See TracChangeset for help on using the changeset viewer.