home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************/
- /* */
- /* SCROLL3.h */
- /* */
- /* Die scroll3.h Include-Datei enthaelt symbolische */
- /* Konstanten fuer die Resourcen. */
- /* Sie wird inkludiert in scroll3.c und scroll3.rc! */
- /* */
- /*****************************************************/
-
- #define ID_RESOURCE 1
-
- #define IDM_EXIT 21
- #define IDM_EXITPROG 22
- #define IDM_RESUME 23
- #define IDM_ABOUT 24
-
- #define IDT_TEXT 1024
- #define IDT_GEDICHT 21
-
- #define IDS_TITLE 31
- #define IDS_FILE 32
-
-
- /* Scrollbar Style: wie SBS_VERT ................ */
- #ifndef SBS_THUMBSIZE
- #define SBS_THUMBSIZE 2L
- #endif
-
- /* Scrollbar Message: wie SBM_SETSCROLLBAR ...... */
- #ifndef SBM_SETTHUMBSIZE
- #define SBM_SETTHUMBSIZE 0x01a6
- #endif
-