home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / v12n06.zip / OUTFON.ZIP / OUTFONTS.RC < prev   
Text File  |  1992-12-20  |  1KB  |  36 lines

  1. /*----------------------------------
  2.    OUTFONTS.RC resource script file
  3.   ----------------------------------*/
  4.  
  5. #include <os2.h>
  6. #include "outfonts.h"
  7.  
  8. MENU ID_RESOURCE
  9.      {
  10.      SUBMENU "~Point-Size",             IDM_SIZE
  11.           {
  12.           MENUITEM "~1.  4 points",     IDM_PTS04
  13.           MENUITEM "~2.  8 points",     IDM_PTS08
  14.           MENUITEM "~3.  10 points",    IDM_PTS10
  15.           MENUITEM "~4.  12 points",    IDM_PTS12,, MIA_CHECKED
  16.           MENUITEM "~5.  14 points",    IDM_PTS14
  17.           MENUITEM "~6.  18 points",    IDM_PTS18
  18.           MENUITEM "~7.  24 points",    IDM_PTS24
  19.           MENUITEM "~8.  36 points",    IDM_PTS36
  20.           MENUITEM "~9.  48 points",    IDM_PTS48
  21.           }
  22.      SUBMENU "~Attributes",             IDM_ATTRS
  23.           {
  24.           MENUITEM "~Italic",           IDM_ITALIC
  25.           MENUITEM "~Underscore",       IDM_UNDERSCORE
  26.           MENUITEM "~Outline",          IDM_OUTLINE
  27.           MENUITEM "~Strikeout",        IDM_STRIKEOUT
  28.           MENUITEM "~Bold",             IDM_BOLD
  29.           }
  30.      SUBMENU "~Show",                   IDM_SHOW
  31.           {
  32.           MENUITEM "~Baseline",         IDM_BASELINE
  33.           MENUITEM "~Text Box",         IDM_TEXTBOX
  34.           }
  35.      }
  36.