home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / EDITFILE.RH < prev    next >
Encoding:
Text File  |  1993-12-02  |  953 b   |  40 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\editfile.rh
  4. //   Resource & command IDs to use with editfile.rc and editfile.h
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <owl\editsear.rh>
  8.  
  9. //
  10. // Commands
  11. //
  12. #define CM_FILENEW          24331
  13. #define CM_FILEOPEN         24332
  14. #define CM_FILESAVE         24333
  15. #define CM_FILESAVEAS       24334
  16.  
  17. #define CM_FILEPRINT        24337
  18. #define CM_FILEPRINTERSETUP 24338
  19.  
  20. #define CM_FILECLOSE        24339
  21.  
  22. //
  23. // String IDs
  24. //
  25. #define IDS_UNTITLEDFILE    32550
  26. #define IDS_UNABLEREAD      32551
  27. #define IDS_UNABLEWRITE     32552
  28. #define IDS_FILECHANGED     32553
  29. #define IDS_FILEFILTER      32554
  30.  
  31. //
  32. // Menu IDs
  33. //
  34. #define IDM_EDITFILE        32550
  35.  
  36. //
  37. // Accelerator IDs
  38. //
  39. #define IDA_EDITFILE        32550
  40.