home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vp21beta.zip / OEXMPSRC.RAR / TRIPLEX / TRIPLEX.RC < prev    next >
Text File  |  2000-08-15  |  581b  |  29 lines

  1. #include "../../../res.os2/pm.h"
  2.  
  3. #define cmGame          10100
  4. #define cmNewGame       10101
  5. #define cmExit          10102
  6. #define cmHelp          10200
  7. #define cmAbout         10201
  8. #define idTriplex       11000
  9. #define idAbout         11001
  10. #define idIconVP        11002
  11.  
  12. ICON idTriplex  "triplex.ico"
  13.  
  14. MENU  idTriplex
  15. BEGIN
  16.   SUBMENU "~Game"       , cmGame
  17.   BEGIN
  18.     MENUITEM "~New game", cmNewGame
  19.     MENUITEM "E~xit"    , cmExit
  20.   END
  21.  
  22.   SUBMENU "~Help"       , cmHelp
  23.   BEGIN
  24.     MENUITEM "~About...", cmAbout
  25.   END
  26. END
  27.  
  28. rcinclude triplex.dlg
  29.