home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4608 / en160 / td.def < prev    next >
Text File  |  1992-06-10  |  2KB  |  52 lines

  1. /****************************************************************************/
  2. /* TD.DEF                                                                   */
  3. /*                                                                          */
  4. /* TUI definitions.  Use these defines as the index parameter for all the   */
  5. /* InTUItion functions.                                                     */
  6. /****************************************************************************/
  7.  
  8. #define  PARMS_DIALOG         0
  9. #define  PARMS_NONE           9
  10. #define  PARMS_EVEN           10
  11. #define  PARMS_ODD            11
  12. #define  PARMS_DATA8          15
  13. #define  PARMS_DATA7          16
  14. #define  PARMS_BAUD_BEGIN     17
  15. #define  PARMS_BAUD_END       24
  16. #define  PARMS_STOP1          26
  17. #define  PARMS_STOP2          27
  18. #define  PARMS_COM1           30
  19. #define  PARMS_COM2           31
  20. #define  PARMS_COM3           32
  21. #define  PARMS_COM4           33
  22. #define  PARMS_CANCEL         34
  23. #define  PARMS_OK             35
  24. #define  ASK_DIALOG           36
  25. #define  ASK_QUESTION         37
  26. #define  ASK_NO               38
  27. #define  ASK_YES              39
  28. #define  TERM_DIALOG          40
  29. #define  TERM_CRLF            42
  30. #define  TERM_SCROLL          43
  31. #define  TERM_EOL_WRAP        44
  32. #define  TERM_ECHO            45
  33. #define  TERM_CANCEL          46
  34. #define  TERM_OK              47
  35. #define  ULDL_DIALOG          48
  36. #define  ULDL_BOX             51
  37. #define  ULDL_TITLE           52
  38. #define  ULDL_FNAME           54
  39. #define  ULDL_XMODEM          56
  40. #define  ULDL_YMODEM          57
  41. #define  ULDL_ASCII           58
  42. #define  ULDL_CANCEL          59
  43. #define  ULDL_OK              60
  44. #define  ALERT_DIALOG         61
  45. #define  ALERT_MESSAGE        62
  46. #define  ALERT_OK             63
  47. #define  DIAL_DIALOG          64
  48. #define  DIAL_BBS             66
  49. #define  DIAL_PHONE           68
  50. #define  DIAL_CANCEL          69
  51. #define  DIAL_OK              70
  52.