home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / NOTIFY / NOTIFY.RC < prev    next >
Text File  |  1995-05-01  |  313b  |  14 lines

  1. #include "notify.h"
  2.  
  3. ICON WND_MAIN notify.ico
  4.  
  5. MENU MAIN_MENU
  6.   BEGIN
  7.     SUBMENU "Options", MI_MENU
  8.       BEGIN
  9.         MENUITEM "Enable the entryfield",   MI_ENABLEEF
  10.         MENUITEM "Disable the entryfield",   MI_DISABLEEF
  11.         MENUITEM "Show contents of Customer",   MI_SHOW
  12.       END
  13.   END
  14.