home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / TSTAPP.PAK / TSTAPP.H < prev    next >
Text File  |  1995-08-29  |  398b  |  21 lines

  1. // Borland C++ - (C) Copyright 1991, 1992 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.