home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / win100.zip / winkpm.rc < prev    next >
Text File  |  1991-10-20  |  1KB  |  43 lines

  1. /*
  2.  * Windows Kermit
  3.  * 
  4.  * Written by William S. Hall
  5.  *          3665 Benton Street, #66
  6.  *          Santa Clara, CA 95051
  7.  *
  8.  * Kermit specific menu items
  9.  */
  10.  
  11. POPUP "&Protocol"
  12. BEGIN
  13.     MENUITEM "&Set..", IDM_MXPARAMS
  14. END
  15. POPUP "&Files"
  16. BEGIN
  17.     MENUITEM "&Send...", IDM_KRM_SEND
  18.     MENUITEM "&Receive", IDM_KRM_RECEIVE
  19.     MENUITEM "&Get...", IDM_KRM_GET
  20.     MENUITEM Separator
  21.     MENUITEM "E&xclude file", IDM_CANCELFILE, Grayed
  22.     MENUITEM "&Zap batch", IDM_CANCELBATCH, Grayed
  23.     MENUITEM "&Error abort", IDM_ERRORCANCEL, Grayed
  24.     MENUITEM "&Cancel protocol", IDM_CANCELPROTOCOL, Grayed
  25. END
  26. POPUP "&Remote"
  27. BEGIN
  28.     MENUITEM "&Chdir...", IDM_KRM_CWD
  29.     MENUITEM "&Directory...",IDM_KRM_REMOTEDIR
  30.     Menuitem "&Type...",IDM_KRM_REMOTETYPE
  31.     Menuitem "D&elete...",IDM_KRM_REMOTEDEL
  32.     MENUITEM SEPARATOR
  33.     Menuitem "&Who...", IDM_KRM_REMOTEWHO
  34.     Menuitem "&Space...",IDM_KRM_REMOTESPACE
  35.     MENUITEM "&Help...", IDM_KRM_REMOTEHELP,MENUBARBREAK
  36.     MENUITEM SEPARATOR
  37.     Menuitem "H&ost Command...",IDM_KRM_REMOTEHOST
  38.     MENUITEM SEPARATOR
  39.     MENUITEM "&Finish", IDM_KRM_FINISH
  40.     MENUITEM "&Logout", IDM_KRM_LOGOUT
  41.     MENUITEM "&Bye", IDM_KRM_BYE
  42. END
  43.