home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK11 / MFC / SAMPLES / TUTORIAL / RESOURCE.H$ / resource
Encoding:
C/C++ Source or Header  |  1992-01-10  |  1.1 KB  |  41 lines

  1. // resource.h : Defines the resource constants for the application.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #define IDM_NEW     101
  14. #define IDM_OPEN    102
  15. #define IDM_SAVE    103
  16. #define IDM_SAVEAS  104
  17. #define IDM_CLOSE   105
  18. #define IDM_PRINT   106
  19. #define IDM_EXIT    107
  20.  
  21. #define IDM_ADD     108
  22. #define IDM_DELETE  109
  23. #define IDM_FIND    110
  24. #define IDM_FINDALL 111
  25. #define IDM_EDIT    112
  26.  
  27. #define IDM_HELP    113
  28. #define IDM_ABOUT   100
  29.  
  30. #define IDC_DATA    115
  31.  
  32. #define IDC_STATICLASTNAME  200
  33. #define IDC_LASTNAME        300
  34. #define IDC_STATICFIRSTNAME 201
  35. #define IDC_FIRSTNAME       301
  36. #define IDC_STATICPHONE     202
  37. #define IDC_PHONE           302
  38. #define IDC_STATICMOD       203
  39. #define IDC_MOD             303
  40.  
  41.