home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12520.ZIP / PRESPARM.RC < prev   
Text File  |  1990-01-16  |  435b  |  22 lines

  1. /*----------------------------------
  2.   PresParm.RC resource script file
  3.   ----------------------------------*/
  4.  
  5. #include <os2.h>
  6. #include <pmwin.h>
  7.  
  8. #include "PresParm.h"
  9.  
  10. MENU ID_RESOURCE
  11.      {
  12.      SUBMENU "~Demo",         IDM_OPTIONS
  13.       {
  14.       MENUITEM "Dia~log",           IDM_PLAY
  15.       MENUITEM "~About",           IDM_ABOUT
  16.       MENUITEM "E~xit",           IDM_QUIT
  17.       }
  18.      }
  19.  
  20. RCINCLUDE PRESDEMO.DLG
  21. RCINCLUDE ABOUTBOX.DLG
  22.