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

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