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

  1. // Borland C++ - (C) Copyright 1991, 1992 by Borland International
  2.  
  3. // msgwnd.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.  
  13. // dialog box resource id'S
  14. #define ABOUT         1
  15.  
  16. // end msgwnd.h
  17.  
  18.