home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 4.ddi / TDWEXMPL.ZIP / TDODEMO.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  270 b   |  15 lines

  1. #define STRICT
  2. #include <windows.h>
  3.  
  4. 100 MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  5. BEGIN
  6.   POPUP "&Pen"
  7.   BEGIN
  8.     MenuItem  "&Red", 101 
  9.     MenuItem  "&Green", 102 
  10.     MenuItem  "&Blue", 103 
  11.     MenuItem  "B&lack", 204
  12.   END
  13. END
  14. 100 ICON TDODEMO.ICO
  15.