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

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