home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_7 / 2.ddi / WEXAMPLE.ZIP / FFIND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-13  |  810 b   |  38 lines

  1. // Borland C++ - (C) Copyright 1991 by Borland International
  2.  
  3. // ffind.h
  4.  
  5. // string table definitions
  6. #define IDS_NAME      1
  7.  
  8. // main dialog box defines
  9. #define QX_1          101
  10. #define QX_PATTERN    102
  11. #define QX_2          103
  12. #define QX_LIST       104
  13. #define QX_COUNT      105
  14. #define QX_3          106
  15. #define QX_SEARCH     107
  16. #define QX_CLEARW     108
  17. #define QX_CANCEL     109
  18.  
  19. #define QX_DRV1       110
  20. #define QX_DRV2       111
  21. #define QX_DRV3       112
  22. #define QX_DRV4       113
  23. #define QX_DRV5       114
  24. #define QX_DRV6       115
  25. #define QX_DRV7       116
  26. #define QX_DRV8       117
  27. #define QX_DRV9       118
  28.  
  29. #define QX_ADDW       119
  30. #define QX_NOREDRAW   120
  31. #define QX_REDRAW     121
  32.  
  33. // dialog box resource id'S
  34. #define MAIN          1
  35.  
  36. // end ffind.h
  37.  
  38.