home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / cscrap / test.rc < prev    next >
Encoding:
Text File  |  1994-05-10  |  192 b   |  13 lines

  1. #include <windows.h>
  2. #include "Scraper.h"
  3. #include "test.h"
  4.  
  5. testIcon ICON    test.ico
  6.  
  7.  
  8. testMenu MENU MOVEABLE DISCARDABLE
  9.     BEGIN
  10.      MENUITEM "&Exit!",     IDM_EXIT
  11.     END
  12.  
  13.