Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2450


Ignore:
Timestamp:
10/27/09 11:48:09 (15 years ago)
Author:
mkommend
Message:

added RefreshDocumentIcon to HeuristicLab.Common.Resources (ticket #724)

Location:
trunk/sources/HeuristicLab.Common.Resources/3.2
Files:
1 added
3 edited

Legend:

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

    r2307 r2450  
    169169    <None Include="Resources\FunctionIcon.png" />
    170170  </ItemGroup>
     171  <ItemGroup>
     172    <None Include="Resources\RefreshDocument.png" />
     173  </ItemGroup>
    171174  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    172175  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Common.Resources/3.2/Resources.Designer.cs

    r2307 r2450  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4016
     4//     Runtime Version:2.0.50727.4200
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    180180        }
    181181       
     182        public static System.Drawing.Bitmap RefreshDocument {
     183            get {
     184                object obj = ResourceManager.GetObject("RefreshDocument", resourceCulture);
     185                return ((System.Drawing.Bitmap)(obj));
     186            }
     187        }
     188       
    182189        public static System.Drawing.Bitmap SaveAllIcon {
    183190            get {
  • trunk/sources/HeuristicLab.Common.Resources/3.2/Resources.resx

    r2307 r2450  
    170170    <value>Resources\RedoIcon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    171171  </data>
     172  <data name="RefreshDocument" type="System.Resources.ResXFileRef, System.Windows.Forms">
     173    <value>Resources\RefreshDocument.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     174  </data>
    172175  <data name="SaveAllIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
    173176    <value>Resources\SaveAllIcon.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.