home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / LISTVIEW.RH < prev    next >
Text File  |  1995-08-29  |  871b  |  26 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1993, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Menu and accelerator IDs for use with TListView
  6. //----------------------------------------------------------------------------
  7.  
  8. #include <owl/window.rh>
  9.  
  10. //
  11. // Many list view specific CMs are just backward compatible names for common
  12. // CMs
  13. //
  14. #define CM_LISTUNDO         CM_EDITUNDO
  15. #define CM_LISTCUT          CM_EDITCUT
  16. #define CM_LISTCOPY         CM_EDITCOPY
  17. #define CM_LISTPASTE        CM_EDITPASTE
  18. #define CM_LISTDELETE       CM_EDITPASTE
  19. #define CM_LISTCLEAR        CM_EDITCLEAR
  20. #define CM_LISTADD          CM_EDITADD
  21. #define CM_LISTEDIT         CM_EDITEDIT
  22.  
  23. #define IDM_LISTVIEW        32582
  24. #define IDA_LISTVIEW        32583
  25. #define IDS_LISTNUM         32584
  26.