home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / notebk.zip / NOTETEST.RC < prev   
Text File  |  1994-02-15  |  208b  |  15 lines

  1.  
  2. #include <os2.h>
  3.  
  4. #include "notetest.h"
  5.  
  6. MENU MENU_BAR_NOTETEST
  7. BEGIN
  8.   SUBMENU "Tests",             -1
  9.   BEGIN
  10.     MENUITEM "Open Notebook",  MI_OPENNOTEBOOK
  11.   END
  12. END
  13.  
  14. rcinclude notedlg.dlg
  15.