home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Figure 5pm
- =========
-
- */
-
- /* SWP.H - C header file for SAYWHAT (PM version) */
-
- /* String table constants */
-
- #define STR_NAME 101
- #define STR_TITLE 102
- #define STR_WHAT 103
-
- /* Menu command IDs */
-
- #define CMD_ABOUT 201
- #define CMD_EXIT 202
- #define CMD_WHAT 203
-
- /* Dialog box resource IDs */
-
- #define DLG_ABOUT 301
- #define DLG_WHAT 302
-
- /* 'What...' dialog box item IDs */
-
- #define ITEM_WHAT 401
- #define ITEM_INTBAR 402
- #define ITEM_INTERVAL 403
- #define ITEM_DISTBAR 404
- #define ITEM_DISTANCE 405
- #define ITEM_CLEAN 406
- #define ITEM_FLICKER 407
-
- /* Timer IDs */
-
- #define TIMER_MOVE 501
- #define TIMER_CHAR 502
-
- /* Menu resource IDs */
-
- #define MENU_WHAT 601
-