home *** CD-ROM | disk | FTP | other *** search
- // wsmooth.h RHS 9/1/90 - global defines
-
- #define DEFAULTMSECS 100
- #define DEFAULTPIXELROWS 1
- #define DEFAULTBACK 0x00ffffff
- #define DEFAULTFORE 0x00000000
- #define DOWN 0
- #define ESC 27
- #define IDC_BU_SAVE 320
- #define IDC_CANCEL_SETTINGS 318
- #define IDC_CB_STRIP 308
- #define IDC_EB_COLOR 310
- #define IDC_EB_PIXROWS 313
- #define IDC_EB_SRATE 314
- #define IDC_EDIT 201
- #define IDC_FILENAME 200
- #define IDC_FILES 202
- #define IDC_LISTBOX 204
- #define IDC_PATH 203
- #define IDC_RB_FG 316
- #define IDC_RB_BG 317
- #define IDC_SB_GREEN 304
- #define IDC_SB_RED 300
- #define IDC_SB_BLUE 319
- #define IDC_SB_PIXROWS 311
- #define IDC_SB_SRATE 312
- #define IDM_SETTINGS 104
- #define IDM_ABOUT 103
- #define IDM_EXIT 102
- #define IDM_OPEN 101
- #define MAXLINE 100
- #define MAXLINES 500
- #define MAXMSECS 1000
- #define MAXPIXELROWS 9
- #define MINMSECS 5
- #define MINPIXELROWS 0
- #define MY_RBUTTON -1
- #define SPACE 32
- #define UP 1
- #define WM_WSM_STARTTIMER 30415
- #define WM_WSM_STOPTIMER 30425
- #define WM_WSM_INCPIXROWS 30435
- #define WM_WSM_DECPIXROWS 30445
- #define WM_WSM_TERMREQUEST 30455
- #define WM_WSM_HOURGLASS_CURSOR 30465
- #define WM_WSM_NORMAL_CURSOR 30475
-
-