home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vp21beta.zip / ATVSRC.RAR / BUILDTV.PAS < prev    next >
Pascal/Delphi Source File  |  2000-08-15  |  662b  |  18 lines

  1. {█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█}
  2. {█                                                      █}
  3. {█      Virtual Pascal Turbo Vision.     Version 2.1    █}
  4. {█      DLL version of the Turbo Vision Library         █}
  5. {█      ────────────────────────────────────────────────█}
  6. {█      Copyright (C) 1995-2000 vpascal.com             █}
  7. {█                                                      █}
  8. {▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀}
  9. {$D-}
  10. program BuildTv;
  11.  
  12. uses
  13.   Objects, Drivers, Memory, Views, Menus, Dialogs, StdDlg, MsgBox,
  14.   TextView, Colorsel, App, Validate, Outline, HistList, Editors;
  15.  
  16. begin
  17. end.
  18.