home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / win100 / win19m.rc < prev    next >
Text File  |  1991-10-19  |  572b  |  25 lines

  1. /*
  2.  * Windows H19 Terminal Emulator
  3.  * 
  4.  * Written by William S. Hall
  5.  *          3665 Benton Street, #66
  6.  *          Santa Clara, CA 95051
  7.  *
  8.  * Basic Emulator Menu Module
  9.  */
  10.  
  11. MENUITEM "&Online", IDM_ONLINE
  12. POPUP "E&mulator"
  13. BEGIN
  14.     MENUITEM "Set &Communications...", IDM_COMM
  15.     MENUITEM "Set &Terminal...", IDM_TERM
  16.     MENUITEM "&Clear Communications Port", IDM_CLEARCOM
  17.     MENUITEM "&Reset Terminal", IDM_RESET
  18. END
  19. POPUP "&Edit"
  20. BEGIN
  21.     MENUITEM "&Function Keys...", IDM_SPECIALKEYS
  22.     MENUITEM "&Slap Screen", IDM_COPY
  23.     MENUITEM "&Paste", IDM_PASTE, GRAYED
  24. END
  25.