home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctchnqs / 1992 / number1 / sketch / osketch.rc < prev    next >
Text File  |  1992-02-06  |  166b  |  12 lines

  1. #include "osketch.h"
  2. IDM_MENU MENU 
  3. BEGIN
  4.     POPUP "&Menu"
  5.     BEGIN
  6.         MENUITEM "&Erase", IDM_ERASE
  7.         MENUITEM SEPARATOR
  8.         MENUITEM "E&xit", IDM_EXIT
  9.     END
  10.  
  11. END
  12.