home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / tui160 / tui_tut.def < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.7 KB  |  46 lines

  1. /****************************************************************************/
  2. /* TUTORIAL.DEF                                                             */
  3. /*                                                                          */
  4. /* TUI definitions.  Use these defines as the index parameter for all the   */
  5. /* InTUItion functions.                                                     */
  6. /****************************************************************************/
  7.  
  8. #define  CUSTOMER_DIALOG      0
  9. #define  SLIDER               1
  10. #define  LABEL_BUSINESS       4
  11. #define  BUSINESS             5
  12. #define  LABEL_NAME           6
  13. #define  NAME                 7
  14. #define  LABEL_ADDRESS        8
  15. #define  ADDRESS              9
  16. #define  LABEL_CITY           10
  17. #define  CITY                 11
  18. #define  LABEL_STATE          12
  19. #define  STATE                13
  20. #define  LABEL_ZIP            14
  21. #define  ZIP                  15
  22. #define  LABEL_PHONE          16
  23. #define  PHONE                17
  24. #define  LABEL_FAX            18
  25. #define  FAX                  19
  26. #define  LABEL_DATE           20
  27. #define  DATE                 21
  28. #define  LABEL_MEMO           22
  29. #define  MEMO                 23
  30. #define  T_HELP               24
  31. #define  T_MENU               25
  32. #define  MAIN_MENU            26
  33. #define  FILE_M               27
  34. #define  EDIT_M               28
  35. #define  PRINT_M              29
  36. #define  FILE_MENU            30
  37. #define  LOAD_F               31
  38. #define  SAVE_F               32
  39. #define  QUIT                 33
  40. #define  EDIT_MENU            34
  41. #define  CLEAR_CURRENT        35
  42. #define  CLEAR_ALL            36
  43. #define  PRINT_MENU           37
  44. #define  PRINT_CURRENT        38
  45. #define  PRINT_ALL            39
  46.