home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Win32_Samples / win32 / simpleclock / resource.rc < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  837 b   |  32 lines

  1. // AutoPC resource include
  2. #include <asstyles.h>
  3.  
  4. // App specific resource IDs
  5. #include "resource.h"
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Icon
  10. //
  11. //     Shell Icon must be resource ID 1 (ICON_APP_SHELL defined as 1 in asstyles.h)
  12. //    It must also have 32x32 16 color and 32x32 Monochrome device
  13. //    images.
  14. //
  15.  
  16. ICON_APP_SHELL               ICON    DISCARDABLE     "icon.ico"
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // String Table
  21. //
  22. //    The name used to register the application has to 
  23. //    be resource ID 1 (STR_APP_SHELL_NAME defined as 1 in asstyles.h) for
  24. //    AutoPC installation system.
  25.  
  26. STRINGTABLE DISCARDABLE 
  27. BEGIN
  28.     STR_APP_SHELL_NAME        "SimpleClock"
  29.     IDS_EXITTEXT            "Press the keypad to exit."
  30. END
  31.  
  32.