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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Menu and accelerator IDs for use with TOleView
  6. //----------------------------------------------------------------------------
  7.  
  8. #include <ocf/ocapp.rh>
  9.  
  10. #define CM_EDITPASTESPECIAL       24311
  11. #define CM_EDITPASTELINK          24312
  12. #define CM_EDITINSERTOBJECT       24313
  13. #define CM_EDITLINKS              24314
  14.  
  15. #define CM_EDITOBJECT             24370
  16. #define CM_EDITFIRSTVERB          24371 // 20 verbs at most
  17. #define CM_EDITLASTVERB           24390
  18.  
  19. #define CM_EDITCONVERT            24391
  20. #define CM_EDITSHOWOBJECTS        24392
  21.  
  22. //
  23. // Menu ID
  24. //
  25. #define IDM_OLEPOPUP              32405
  26. #define IDM_OLEVIEW               32406
  27. #define IDM_OLEVIEWEMBED          32407
  28.  
  29. //
  30. // String ID
  31. //
  32. #define IDS_EDITOBJECT      32600
  33. #define IDS_EDITCONVERT     32601
  34. #define IDS_CLOSESERVER     32602
  35. #define IDS_EXITSERVER      32603
  36.  
  37. //
  38. // Accelerator IDs
  39. //
  40. #define IDA_OLEVIEW       32551
  41.