home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / CLIPBRD / CLIPBRD.RC < prev    next >
Text File  |  1995-05-01  |  246b  |  14 lines

  1. #include <os2.h>
  2. #include "clipbrd.h"
  3.  
  4. ICON WND_MAIN "clipbrd.ico"
  5.  
  6. MENU CNR_POPUPMENU
  7.   BEGIN
  8.     MENUITEM "~Cut   \t Sh+Del",   MI_CUT
  9.     MENUITEM "Copy   \t Ctrl+Ins", MI_COPY
  10.     MENUITEM "~Paste \t Sh+Ins",   MI_PASTE
  11.   END
  12.  
  13.  
  14.