home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP15 / DEVCAPS2.RC < prev    next >
Encoding:
Text File  |  1996-01-01  |  703 b   |  23 lines

  1. /*-----------------------------
  2.    DEVCAPS2.RC resource script
  3.   -----------------------------*/
  4.  
  5. #include "devcaps2.h"
  6.  
  7. DevCaps2 MENU
  8.      {
  9.      POPUP "&Device"
  10.           {
  11.           MENUITEM "&Screen",                     IDM_SCREEN, CHECKED
  12.           }
  13.      POPUP "&Capabilities"
  14.           {
  15.           MENUITEM "&Basic Information",          IDM_BASIC, CHECKED
  16.           MENUITEM "&Other Information",          IDM_OTHER
  17.           MENUITEM "&Curve Capabilities",         IDM_CURVE
  18.           MENUITEM "&Line Capabilities",          IDM_LINE
  19.           MENUITEM "&Polygonal Capabilities",     IDM_POLY
  20.           MENUITEM "&Text Capabilities",          IDM_TEXT
  21.           }
  22.      }
  23.