home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / TIMERS / TIMERS.RC_ / TIMERS.RC
Encoding:
Text File  |  1993-02-08  |  1.3 KB  |  59 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "timers.h"
  4.  
  5. //////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Menu
  8. //
  9.  
  10. TIMERMENU MENU DISCARDABLE 
  11. BEGIN
  12.     POPUP "&Timers"
  13.     BEGIN
  14.         MENUITEM "Timer stopped",               cmdStop, CHECKED
  15.         MENUITEM "WM_TIMER to hwnd",            cmdToHwnd
  16.         MENUITEM "Call timer proc",             cmdCallProc
  17.         MENUITEM SEPARATOR
  18.         MENUITEM "Slow (5 second)",             cmdSlow, CHECKED
  19.         MENUITEM "Medium (1 second)",           cmdMedium
  20.         MENUITEM "Fast (.25 second)",           cmdFast
  21.     END
  22. END
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. //////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "timers.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "\0"
  38. END
  39.  
  40. 3 TEXTINCLUDE DISCARDABLE 
  41. BEGIN
  42.     "\r\n"
  43.     "\0"
  44. END
  45.  
  46. /////////////////////////////////////////////////////////////////////////////////////
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49. #ifndef APSTUDIO_INVOKED
  50. ////////////////////////////////////////////////////////////////////////////////
  51. //
  52. // From TEXTINCLUDE 3
  53. //
  54.  
  55.  
  56. /////////////////////////////////////////////////////////////////////////////////////
  57. #endif    // not APSTUDIO_INVOKED
  58.  
  59.