home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / SAMPLES / TESTPOP2.RC < prev    next >
Text File  |  1994-06-09  |  475b  |  29 lines

  1. #include "..\include\WinApi.ch"
  2.  
  3. Test MENU
  4. BEGIN
  5.    POPUP "&Another"
  6.    BEGIN
  7.       MENUITEM "&One",   1100
  8.  
  9.       POPUP "&Two"
  10.       BEGIN
  11.          MENUITEM "&Third one",   1210
  12.          MENUITEM "&Third two",   1220
  13.          MENUITEM SEPARATOR
  14.          MENUITEM "&Third three", 1230
  15.       END
  16.  
  17.       MENUITEM "T&hree", 1300
  18.    END
  19.  
  20.    MENUITEM "&Two",   120
  21.  
  22.    MENUITEM "T&hree", 130
  23.  
  24.    MENUITEM SEPARATOR
  25.  
  26.    MENUITEM "&End sample", 140
  27. END
  28.  
  29.