home *** CD-ROM | disk | FTP | other *** search
- #define BASE_RES_ID 400
- #define NIL_POINTER 0L
- #define MOVE_TO_FRONT -1L
- #define REMOVE_ALL_EVENTS 0
-
- #define IGNORED_STRING "\p"
- #define NIL_FILE_FILTER 0L
- #define NIL_DIALOG_HOOK 0L
-
- #define LEAVE_WHERE_IT_IS FALSE
- #define NORMAL_UPDATES TRUE
-
- #define DRAG_THRESHOLD 30
-
- #define MIN_SLEEP 0L
- #define NIL_MOUSE_REGION 0L
- #define WNE_TRAP_NUM 0x60
- #define UNIMPL_TRAP_NUM 0x9F
- #define SUSPEND_RESUME_BIT 0x0001
- #define ACTIVATING 1
- #define RESUMING 1
-
- #define TEXT_FONT_SIZE 12
- #define ROWHEIGHT 15
- #define SIDEMARGIN 5
- #define STARTROW 15
- #define HORIZONTAL_OFFSET 0
- #define BOTTOM_MARGIN 4
-
- /*** Define Alert Resources ***/
- #define ABOUT_ALERT BASE_RES_ID
- #define ERROR_ALERT_ID BASE_RES_ID+1
- #define CONT_ALERT BASE_RES_ID+2
-
- /*** Define Window Resources ***/
- #define TERM_WIND_ID BASE_RES_ID
- #define ADT_WIND_ID BASE_RES_ID+1
- #define DATA_WIND_ID BASE_RES_ID+2
- #define BALL_WIND_ID BASE_RES_ID+3
-
- /*** Define Resource for Bootloader code ***/
- #define BOOTCODE_ID BASE_RES_ID
-
- /*** Define error strings ***/
- #define NIL_STRING "\p"
- #define HOPELESSLY_FATAL_ERROR "\pYou lose!"
-
- #define NO_MBAR BASE_RES_ID
- #define NO_MENU BASE_RES_ID+1
- #define NO_WIND BASE_RES_ID+2
- #define CANT_OPEN_FILE BASE_RES_ID+3
- #define GET_EOF_ERROR BASE_RES_ID+4
- #define OUT_OF_MEMORY BASE_RES_ID+5
- #define CANT_READ_FILE BASE_RES_ID+6
- #define RES_ERROR BASE_RES_ID+8
-
- /*** Define other strings ***/
- #define RESET_UC BASE_RES_ID+7
- #define USER_CANCEL BASE_RES_ID+9
-
- /*** Define alert buttons ***/
- #define OK_BUTTON 1
- #define CANCEL_BUTTON 2
-
-