home *** CD-ROM | disk | FTP | other *** search
- // resource.h : Defines the resource constants for the application.
- //
- // This is a part of the Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992 Microsoft Corporation
- // All rights reserved.
- //
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and Microsoft
- // QuickHelp documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
-
- #define IDM_NEW 101
- #define IDM_OPEN 102
- #define IDM_SAVE 103
- #define IDM_SAVEAS 104
- #define IDM_CLOSE 105
- #define IDM_PRINT 106
- #define IDM_EXIT 107
-
- #define IDM_ADD 108
- #define IDM_DELETE 109
- #define IDM_FIND 110
- #define IDM_FINDALL 111
- #define IDM_EDIT 112
-
- #define IDM_HELP 113
- #define IDM_ABOUT 100
-
- #define IDC_DATA 115
-
- #define IDC_STATICLASTNAME 200
- #define IDC_LASTNAME 300
- #define IDC_STATICFIRSTNAME 201
- #define IDC_FIRSTNAME 301
- #define IDC_STATICPHONE 202
- #define IDC_PHONE 302
- #define IDC_STATICMOD 203
- #define IDC_MOD 303
-
-