home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 01 / pm_kurs / scroll3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-20  |  1.1 KB  |  34 lines

  1. /*****************************************************/
  2. /*                                                   */
  3. /*                SCROLL3.h                          */
  4. /*                                                   */
  5. /* Die scroll3.h Include-Datei enthaelt symbolische  */
  6. /* Konstanten fuer die Resourcen.                    */
  7. /* Sie wird inkludiert in scroll3.c und scroll3.rc!  */
  8. /*                                                   */
  9. /*****************************************************/
  10.  
  11. #define ID_RESOURCE               1
  12.  
  13. #define IDM_EXIT               21
  14. #define   IDM_EXITPROG           22
  15. #define   IDM_RESUME             23
  16. #define   IDM_ABOUT              24
  17.  
  18. #define IDT_TEXT               1024
  19. #define IDT_GEDICHT              21
  20.  
  21. #define IDS_TITLE                31
  22. #define IDS_FILE                 32
  23.  
  24.  
  25. /* Scrollbar Style: wie SBS_VERT ................ */
  26. #ifndef SBS_THUMBSIZE
  27. #define SBS_THUMBSIZE            2L
  28. #endif
  29.  
  30. /* Scrollbar Message: wie SBM_SETSCROLLBAR ...... */
  31. #ifndef SBM_SETTHUMBSIZE
  32. #define SBM_SETTHUMBSIZE         0x01a6
  33. #endif
  34.