Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5094


Ignore:
Timestamp:
12/13/10 15:34:21 (13 years ago)
Author:
abeham
Message:

#1337

  • Added clone 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

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

    r4722 r5094  
    130130        }
    131131       
     132        public static System.Drawing.Bitmap Clone {
     133            get {
     134                object obj = ResourceManager.GetObject("Clone", resourceCulture);
     135                return ((System.Drawing.Bitmap)(obj));
     136            }
     137        }
     138       
    132139        public static System.Drawing.Bitmap Collapse {
    133140            get {
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx

    r4702 r5094  
    143143    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Breakpoint_Inactive.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    144144  </data>
    145   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    146145  <data name="Cab" type="System.Resources.ResXFileRef, System.Windows.Forms">
    147146    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     
    150149    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Class.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    151150  </data>
     151  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     152  <data name="Clone" type="System.Resources.ResXFileRef, System.Windows.Forms">
     153    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     154  </data>
    152155  <data name="Collapse" type="System.Resources.ResXFileRef, System.Windows.Forms">
    153156    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&amp;Buttons_Collapse.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.