home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / fonts / addfont.rc < prev    next >
Text File  |  1988-08-10  |  156b  |  9 lines

  1. #include "style.h"
  2. #include "addfont.h"
  3.  
  4. ResMenu MENU
  5.   BEGIN
  6.     MENUITEM "&AddFont", IDM_ADDFONT
  7.     MENUITEM "&RemoveFont", IDM_REMOVEFONT
  8.   END
  9.