home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / scrollim.dpr < prev    next >
Encoding:
Text File  |  1995-12-22  |  168 b   |  14 lines

  1. program Scrollim;
  2.  
  3. uses
  4.   Forms,
  5.   Uscroll in 'USCROLL.PAS' {Form1}; 
  6.  
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.