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

  1. // Borland C++ - (C) Copyright 1991 by Borland International
  2.  
  3. // tstapp.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_HOME      103
  12. #define IDM_MESSAGE   104
  13. #define IDM_CLEAR     105
  14. #define IDM_LINES     106
  15.  
  16. // dialog box resource id'S
  17. #define ABOUT         1
  18.  
  19. // end tstapp.h
  20.  
  21.