Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3371


Ignore:
Timestamp:
04/16/10 14:33:25 (14 years ago)
Author:
swagner
Message:

Added more images from the VS2008 image library (#841)

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

Legend:

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

    r3305 r3371  
    415415    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Image.png" />
    416416  </ItemGroup>
     417  <ItemGroup>
     418    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Paused.png" />
     419  </ItemGroup>
     420  <ItemGroup>
     421    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Prepared.png" />
     422  </ItemGroup>
     423  <ItemGroup>
     424    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Started.png" />
     425  </ItemGroup>
     426  <ItemGroup>
     427    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Stopped.png" />
     428  </ItemGroup>
    417429  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    418430  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.Designer.cs

    r3305 r3371  
    264264        }
    265265       
     266        public static System.Drawing.Bitmap ExecutablePaused {
     267            get {
     268                object obj = ResourceManager.GetObject("ExecutablePaused", resourceCulture);
     269                return ((System.Drawing.Bitmap)(obj));
     270            }
     271        }
     272       
     273        public static System.Drawing.Bitmap ExecutablePrepared {
     274            get {
     275                object obj = ResourceManager.GetObject("ExecutablePrepared", resourceCulture);
     276                return ((System.Drawing.Bitmap)(obj));
     277            }
     278        }
     279       
     280        public static System.Drawing.Bitmap ExecutableStarted {
     281            get {
     282                object obj = ResourceManager.GetObject("ExecutableStarted", resourceCulture);
     283                return ((System.Drawing.Bitmap)(obj));
     284            }
     285        }
     286       
     287        public static System.Drawing.Bitmap ExecutableStopped {
     288            get {
     289                object obj = ResourceManager.GetObject("ExecutableStopped", resourceCulture);
     290                return ((System.Drawing.Bitmap)(obj));
     291            }
     292        }
     293       
    266294        public static System.Drawing.Bitmap Expand {
    267295            get {
  • trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.resx

    r3305 r3371  
    206206    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Exception.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    207207  </data>
     208  <data name="ExecutablePaused" type="System.Resources.ResXFileRef, System.Windows.Forms">
     209    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Paused.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     210  </data>
     211  <data name="ExecutablePrepared" type="System.Resources.ResXFileRef, System.Windows.Forms">
     212    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Prepared.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     213  </data>
     214  <data name="ExecutableStarted" type="System.Resources.ResXFileRef, System.Windows.Forms">
     215    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Started.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     216  </data>
     217  <data name="ExecutableStopped" type="System.Resources.ResXFileRef, System.Windows.Forms">
     218    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Stopped.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     219  </data>
    208220  <data name="Expand" type="System.Resources.ResXFileRef, System.Windows.Forms">
    209221    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&amp;Buttons_Expand.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.