Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 00:21:20 (13 years ago)
Author:
abeham
Message:

#1337

  • Added checkout icon
Location:
trunk/sources/HeuristicLab.Common.Resources/3.3
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r5094 r5139  
    426426  </ItemGroup>
    427427  <ItemGroup>
     428    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" />
    428429    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png" />
    429430    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png" />
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.Designer.cs

    r5094 r5139  
    1010
    1111namespace HeuristicLab.Common.Resources {
    12 
    13 
    14   /// <summary>
     12    using System;
     13   
     14   
     15    /// <summary>
    1516    ///   A strongly-typed resource class, for looking up localized strings, etc.
    1617    /// </summary>
     
    123124        }
    124125       
     126        public static System.Drawing.Bitmap Checkout {
     127            get {
     128                object obj = ResourceManager.GetObject("Checkout", resourceCulture);
     129                return ((System.Drawing.Bitmap)(obj));
     130            }
     131        }
     132       
    125133        public static System.Drawing.Bitmap Class {
    126134            get {
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx

    r5094 r5139  
    146146    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    147147  </data>
     148  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     149  <data name="Checkout" type="System.Resources.ResXFileRef, System.Windows.Forms">
     150    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     151  </data>
    148152  <data name="Class" type="System.Resources.ResXFileRef, System.Windows.Forms">
    149153    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Class.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    150154  </data>
    151   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    152155  <data name="Clone" type="System.Resources.ResXFileRef, System.Windows.Forms">
    153156    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Note: See TracChangeset for help on using the changeset viewer.