home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* TD.DEF */
- /* */
- /* TUI definitions. Use these defines as the index parameter for all the */
- /* InTUItion functions. */
- /****************************************************************************/
-
- #define PARMS_DIALOG 0
- #define PARMS_NONE 9
- #define PARMS_EVEN 10
- #define PARMS_ODD 11
- #define PARMS_DATA8 15
- #define PARMS_DATA7 16
- #define PARMS_BAUD_BEGIN 17
- #define PARMS_BAUD_END 24
- #define PARMS_STOP1 26
- #define PARMS_STOP2 27
- #define PARMS_COM1 30
- #define PARMS_COM2 31
- #define PARMS_COM3 32
- #define PARMS_COM4 33
- #define PARMS_CANCEL 34
- #define PARMS_OK 35
- #define ASK_DIALOG 36
- #define ASK_QUESTION 37
- #define ASK_NO 38
- #define ASK_YES 39
- #define TERM_DIALOG 40
- #define TERM_CRLF 42
- #define TERM_SCROLL 43
- #define TERM_EOL_WRAP 44
- #define TERM_ECHO 45
- #define TERM_CANCEL 46
- #define TERM_OK 47
- #define ULDL_DIALOG 48
- #define ULDL_BOX 51
- #define ULDL_TITLE 52
- #define ULDL_FNAME 54
- #define ULDL_XMODEM 56
- #define ULDL_YMODEM 57
- #define ULDL_ASCII 58
- #define ULDL_CANCEL 59
- #define ULDL_OK 60
- #define ALERT_DIALOG 61
- #define ALERT_MESSAGE 62
- #define ALERT_OK 63
- #define DIAL_DIALOG 64
- #define DIAL_BBS 66
- #define DIAL_PHONE 68
- #define DIAL_CANCEL 69
- #define DIAL_OK 70
-