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

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // From TEXTINCLUDE 2
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "snoop.h"
  14.  
  15. /////////////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17.  
  18.  
  19. //////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23.  
  24. ICONSNOOP               ICON    DISCARDABLE     "snoop.ico"
  25.  
  26. //////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Menu
  29. //
  30.  
  31. menuSnoop MENU DISCARDABLE 
  32. BEGIN
  33.     MENUITEM "&Hold!",                      miHold
  34.     MENUITEM "&Release!",                   miRelease
  35. END
  36.  
  37. #ifdef APSTUDIO_INVOKED
  38. //////////////////////////////////////////////////////////////////////////////
  39. //
  40. // TEXTINCLUDE
  41. //
  42.  
  43. 1 TEXTINCLUDE DISCARDABLE 
  44. BEGIN
  45.     "resource.h\0"
  46. END
  47.  
  48. 2 TEXTINCLUDE DISCARDABLE 
  49. BEGIN
  50.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  51.     "#include ""windows.h""\r\n"
  52.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  53.     "#include ""snoop.h""\r\n"
  54.     "\0"
  55. END
  56.  
  57. 3 TEXTINCLUDE DISCARDABLE 
  58. BEGIN
  59.     "\r\n"
  60.     "\0"
  61. END
  62.  
  63. /////////////////////////////////////////////////////////////////////////////////////
  64. #endif    // APSTUDIO_INVOKED
  65.  
  66. #ifndef APSTUDIO_INVOKED
  67. ////////////////////////////////////////////////////////////////////////////////
  68. //
  69. // From TEXTINCLUDE 3
  70. //
  71.  
  72.  
  73. /////////////////////////////////////////////////////////////////////////////////////
  74. #endif    // not APSTUDIO_INVOKED
  75.  
  76.