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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPImportDialog.Designer.cs

    r4847 r5287  
    100100      //
    101101      this.openVRPFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    102       this.openVRPFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     102      this.openVRPFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    103103      this.openVRPFileButton.Location = new System.Drawing.Point(520, 10);
    104104      this.openVRPFileButton.Name = "openVRPFileButton";
     
    131131      //
    132132      this.openTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    133       this.openTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     133      this.openTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    134134      this.openTourFileButton.Location = new System.Drawing.Point(520, 35);
    135135      this.openTourFileButton.Name = "openTourFileButton";
     
    161161      //
    162162      this.clearTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    163       this.clearTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
     163      this.clearTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    164164      this.clearTourFileButton.Location = new System.Drawing.Point(550, 35);
    165165      this.clearTourFileButton.Name = "clearTourFileButton";
Note: See TracChangeset for help on using the changeset viewer.