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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\editsear.rh
  4. //   Resource & command IDs to use with editsear.rc and editsear.h
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <owl\edit.rh>
  8.  
  9. //
  10. // Commands
  11. //
  12. #define CM_EDITFIND         24351
  13. #define CM_EDITREPLACE      24352
  14. #define CM_EDITFINDNEXT     24353
  15.  
  16. //
  17. // String IDs
  18. //
  19. #define IDS_CANNOTFIND      32540
  20.  
  21. //
  22. // Menu IDs
  23. //
  24. #define IDM_EDITSEARCH      32540
  25.  
  26. //
  27. // Accelerator IDs
  28. //
  29. #define IDA_EDITSEARCH      32540
  30.