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.Core.Views/3.3/ItemCollectionView.Designer.cs

    r5237 r5287  
    116116      //
    117117      this.sortDescendingButton.Enabled = false;
    118       this.sortDescendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.SortUp;
     118      this.sortDescendingButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.SortUp;
    119119      this.sortDescendingButton.Location = new System.Drawing.Point(33, 3);
    120120      this.sortDescendingButton.Name = "sortDescendingButton";
     
    128128      //
    129129      this.sortAscendingButton.Enabled = false;
    130       this.sortAscendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Sort;
     130      this.sortAscendingButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Sort;
    131131      this.sortAscendingButton.Location = new System.Drawing.Point(63, 3);
    132132      this.sortAscendingButton.Name = "sortAscendingButton";
     
    140140      //
    141141      this.removeButton.Enabled = false;
    142       this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
     142      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    143143      this.removeButton.Location = new System.Drawing.Point(93, 3);
    144144      this.removeButton.Name = "removeButton";
     
    151151      // addButton
    152152      //
    153       this.addButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
     153      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
    154154      this.addButton.Location = new System.Drawing.Point(3, 3);
    155155      this.addButton.Name = "addButton";
     
    203203      this.showDetailsCheckBox.Checked = true;
    204204      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    205       this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     205      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    206206      this.showDetailsCheckBox.Location = new System.Drawing.Point(123, 3);
    207207      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
Note: See TracChangeset for help on using the changeset viewer.