home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lstbx4.zip / Listbox.Rc < prev    next >
Text File  |  1994-07-05  |  424b  |  23 lines

  1.  
  2. #define    INCL_WINSYS
  3. #define    INCL_WINSTDDLGS
  4. #define    INCL_WINSTDSPIN
  5. #define    INCL_NLS
  6. #define    INCL_SW
  7.  
  8. #include <os2.h>
  9.  
  10. #include "entryfld.h"
  11. #include "listbox.h"
  12.  
  13. BITMAP        IDB_CHECKMARKS ChkMark.Bmp
  14.  
  15.  
  16. MENU IDM_POPUPEDIT
  17. BEGIN
  18. PRESPARAMS PP_FONTNAMESIZE "8.Helv"
  19.     MENUITEM  "C~ut\tShift+Del",   IDM_CUT
  20.     MENUITEM  "~Copy\tCtrl+Ins",   IDM_COPY
  21.     MENUITEM  "P~aste\tShift+Del", IDM_PASTE
  22. END
  23.