Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 02:20:11 (10 years ago)
Author:
swagner
Message:

#2205: Implemented review comments:

  • checked and adapted item images
Location:
branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r11577 r11712  
    444444    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Monitor_Large.png" />
    445445    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DisplayInColor_Vertical.png" />
     446    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up_Down.png" />
    446447    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png" />
    447448    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png" />
  • branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs

    r11577 r11712  
    104104        ///   Looks up a localized resource of type System.Drawing.Bitmap.
    105105        /// </summary>
     106        public static System.Drawing.Bitmap ArrowUpDown {
     107            get {
     108                object obj = ResourceManager.GetObject("ArrowUpDown", resourceCulture);
     109                return ((System.Drawing.Bitmap)(obj));
     110            }
     111        }
     112       
     113        /// <summary>
     114        ///   Looks up a localized resource of type System.Drawing.Bitmap.
     115        /// </summary>
    106116        public static System.Drawing.Bitmap Assembly {
    107117            get {
  • branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx

    r9079 r11712  
    524524    <value>Resources\VS2010ImageLibrary\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    525525  </data>
     526  <data name="ArrowUpDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
     527    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up_Down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     528  </data>
    526529</root>
Note: See TracChangeset for help on using the changeset viewer.