home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ - (C) Copyright 1991 by Borland International
-
- // tstapp.h
-
- // string table definitions
- #define IDS_NAME 1
-
- // menu defines
- #define IDM_QUIT 101
- #define IDM_ABOUT 102
- #define IDM_HOME 103
- #define IDM_MESSAGE 104
- #define IDM_CLEAR 105
- #define IDM_LINES 106
-
- // dialog box resource id'S
- #define ABOUT 1
-
- // end tstapp.h
-
-