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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1993, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Resource and command IDs to use with TDocManager
  6. //----------------------------------------------------------------------------
  7.  
  8. //
  9. // Commands
  10. //
  11. #define CM_FILENEW          24331
  12. #define CM_FILEOPEN         24332
  13. #define CM_FILESAVE         24333
  14. #define CM_FILESAVEAS       24334
  15. #define CM_FILEREVERT       24335
  16.  
  17. #define CM_FILEPRINT        24337
  18. #define CM_FILEPRINTERSETUP 24338
  19.  
  20. #define CM_FILECLOSE        24339
  21.  
  22. #define CM_VIEWCREATE       24341
  23.  
  24. //
  25. // String IDs
  26. //
  27. #define IDS_DOCMANAGERFILE  32500
  28. #define IDS_DOCLIST         32501
  29. #define IDS_VIEWLIST        32502
  30. #define IDS_UNTITLED        32503
  31. #define IDS_UNABLEOPEN      32504
  32. #define IDS_UNABLECLOSE     32505
  33. #define IDS_READERROR       32506
  34. #define IDS_WRITEERROR      32507
  35. #define IDS_DOCCHANGED      32508
  36. #define IDS_NOTCHANGED      32509
  37. #define IDS_NODOCMANAGER    32510
  38. #define IDS_NOMEMORYFORVIEW 32511
  39. #define IDS_DUPLICATEDOC    32512
  40.  
  41. //
  42. // Menu ID
  43. //
  44. #define IDM_DOCMANAGERFILE  32401
  45.