home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample4 / sample4.rc < prev    next >
Text File  |  1996-08-15  |  436b  |  25 lines

  1.  
  2. #include "resource.h"
  3.  
  4.  
  5. MENU IDM_EMPLOYE
  6. BEGIN
  7.    SUBMENU "View", IDM_VIEW
  8.       BEGIN
  9.          MENUITEM "Icon", IDM_ICON 
  10.          MENUITEM "Text", IDM_TEXT
  11.          MENUITEM "Detail", IDM_DETAIL
  12.          MENUITEM SEPARATOR
  13.          MENUITEM "Bitmap", IDM_BITMAP;
  14.       END
  15.    SUBMENU "Sort by", IDM_SORT
  16.       BEGIN
  17.          MENUITEM "Name", IDM_NAME
  18.          MENUITEM "Income", IDM_INCOME
  19.       END
  20. END
  21.  
  22.  
  23.  
  24.  
  25.