home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / tui160 / install.def < prev    next >
Encoding:
Text File  |  1994-05-03  |  1.5 KB  |  40 lines

  1. /****************************************************************************/
  2. /* INSTALL.DEF                                                              */
  3. /*                                                                          */
  4. /* TUI definitions.  Use these defines as the index parameter for all the   */
  5. /* InTUItion functions.                                                     */
  6. /****************************************************************************/
  7.  
  8. #define  MAIN_DLG             0
  9. #define  MAIN_CANCEL          1
  10. #define  MAIN_ULTRAWIN        2
  11. #define  MAIN_INTUITION       3
  12. #define  MAIN_ENCOM           4
  13. #define  MAIN_INSTALL         7
  14. #define  INSTALL_DLG          8
  15. #define  PARM_TITLE           13
  16. #define  INSTALL_CANCEL       16
  17. #define  INSTALL_HELP         17
  18. #define  INSTALL_OK           18
  19. #define  DEST_C               19
  20. #define  DEST_D               20
  21. #define  DEST_E               21
  22. #define  DEST_F               22
  23. #define  SRC_INSTALL          25
  24. #define  HDR_INSTALL          26
  25. #define  LIB_INSTALL          27
  26. #define  HELP_INSTALL         28
  27. #define  EXAMPLE_INSTALL      29
  28. #define  SRC_PATH             35
  29. #define  HDR_PATH             36
  30. #define  LIB_PATH             37
  31. #define  HELP_PATH            38
  32. #define  EXAMPLE_PATH         39
  33. #define  WATCOM               40
  34. #define  BORLAND              41
  35. #define  TURBO                42
  36. #define  MICROSOFT            43
  37. #define  ZORTECH              44
  38. #define  MIX                  45
  39. #define  OTHER                47
  40.