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

  1. // Borland C++ - (C) Copyright 1991 by Borland International
  2.  
  3. // hdump.h
  4.  
  5. // string table definitions
  6. #define IDS_NAME      1
  7.  
  8. // menu defines
  9. #define IDM_QUIT      101
  10. #define IDM_ABOUT     102
  11. #define IDM_OPEN      103
  12. #define IDM_HOME      104
  13.  
  14. #define IDD_FNAME     16
  15. #define IDD_FPATH     17
  16. #define IDD_FLIST     18
  17.  
  18. // dialog box resource id'S
  19. #define OPENFILE      1
  20. #define ABOUT         2
  21.  
  22. // end hdump.h
  23.  
  24. 
  25.