home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1990 / 05 / grdlagen / hello3a.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-29  |  951 b   |  28 lines

  1. /*****************************************************/
  2. /*                                                   */
  3. /*                 HELLO3A.h                         */
  4. /*                                                   */
  5. /* Die Hello3a.h Include-Datei enthaelt symbolische  */
  6. /* Konstanten fuer die Resourcen.                    */
  7. /* Sie wird inkludiert in hello3a.c und hello3a.rc!  */
  8. /*                                                   */
  9. /*****************************************************/
  10.  
  11. #define ID_RESOURCE         1
  12.  
  13. #define IDM_COMMANDS     11
  14. #define IDM_OPTION1        12
  15. #define IDM_OPTION2        13
  16. #define IDM_OPTION3        14
  17. #define IDM_HALLO          15
  18. #define IDM_ERASE          16
  19.  
  20. #define IDM_EXIT         21
  21. #define IDM_EXITPROG       22
  22. #define IDM_RESUME         23
  23.  
  24. #define IDS_HALLO          31
  25. #define IDS_1              32
  26. #define IDS_2              33
  27. #define IDS_3              34
  28.