home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / owlinc.pak / EDITFILE.RH < prev    next >
Text File  |  1997-07-23  |  985b  |  42 lines

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