home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bde / dbping.pak / DBPING.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-24  |  434 b   |  17 lines

  1. // BDE - (C) Copyright 1994 by Borland International
  2.  
  3. // General defines
  4. #define GOOD_STR_COMPARE        0
  5.  
  6. // Defines for dialog controls
  7. #define IDL_DRIVERS         1000
  8. #define IDL_ALIASES         1001
  9. #define IDL_RESULTS         1002
  10. #define IDE_PASSWORD        1003
  11. #define IDT_PASSWORD_HDR    1004
  12. #define IDM_ABOUT           1005
  13.  
  14. // Defines for user generated command message
  15. #define ID_SUBCLASS         2000
  16.  
  17.