home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tcu_32.zip / TCU_32.ZIP / CONFIG.CUF < prev    next >
Text File  |  1991-03-26  |  1KB  |  35 lines

  1.  
  2. COLOUR     = White/Blue                        ! White text on blue background
  3. INPUT      = Yellow/Cyan                       ! Input field colours
  4. TCOLOUR    = Yellow/Blue                       ! Title text
  5. EditColour = White/Magenta                     ! Default edit field colour
  6.  
  7. TITLE   = "Installation Configuration"
  8.  
  9. TYPE   = DOUBLE                                ! Double lined outer box
  10. SIZE   = 74,18
  11.  
  12. TEXT = @3,2; "TCU Directory :"
  13. TEXT = @7,3; "Libraries :"
  14. TEXT = @7,4; "Examples  :"
  15. TEXT = @7,5; "Utilities :"
  16. TEXT = @7,6; "Documents :"
  17. TEXT = @49,3; "Merge Libraries?"
  18. TEXT = @49,4; "Install Examples?"
  19. TEXT = @3,9; "Turbo C Directory :"
  20. TEXT = @3,12; "Complete the above information and press:"
  21. TEXT = @18,14; Colour=LightRed/Blue; "F9"
  22. TEXT = @24,14; "To abort the installation"
  23. TEXT = @18,15; Colour=LightRed/Blue; "F10"
  24. TEXT = @24,15; "To procede with the installation"
  25.  
  26. REPEAT = 5
  27.    FIELD = @19,2; Name=DIR_##; String(25)
  28. ENDREPEAT
  29.  
  30. FIELD = @67,3;  Name=MERGE;    Logical(YesNo,Full); Value=Yes
  31. FIELD = @67,4;  Name=EXAMPLES; Logical(YesNo,Full); Value=Yes
  32. FIELD = @23,9;  Name=TC_DIR;   String(20)
  33. FIELD = @23,10; Name=TC_CPP;   Choice(8)="TC 2.0|TC/BC ++"
  34. FIELD = @46,9;  Name=MMODELS;  Button="> Select Memory Models <"
  35.