home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMCBDEMO.ZIP / PMDEMO2.RC < prev    next >
Text File  |  1990-05-25  |  453b  |  21 lines

  1. /*---------------------------------
  2.    PMDEMO.RC resource script file
  3.   ---------------------------------*/
  4.  
  5. #include <os2.h>
  6. #include "pmdemo2.h"
  7.  
  8. ICON  1 MICRO.ICO
  9.  
  10. MENU ID_RESOURCE
  11.      {
  12.      SUBMENU "~File",                     IDM_SELECT
  13.           {
  14.           MENUITEM "~Load data ",         IDM_ENTRIES
  15.           MENUITEM SEPARATOR
  16.           MENUITEM "A~bout PmDemo2",      IDM_ABOUT
  17.           }
  18.      }
  19.  
  20. rcinclude pmdemo2.dlg
  21.