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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Command IDs to use with window.h
  6. //----------------------------------------------------------------------------
  7.  
  8. //
  9. // Commands
  10. //
  11. #define CM_EXIT             24310
  12.  
  13. #define CM_EDITUNDO         24321       // Common edit menu commands
  14. #define CM_EDITCUT          24322
  15. #define CM_EDITCOPY         24323
  16. #define CM_EDITPASTE        24324
  17. #define CM_EDITDELETE       24325
  18. #define CM_EDITCLEAR        24326
  19. #define CM_EDITADD          24327
  20. #define CM_EDITEDIT         24328
  21.  
  22. //
  23. // Default Owl icon ID
  24. //
  25. #define IDI_OWLAPP          32000
  26.