home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / PTKPKG.1 / BTR32.DPR < prev    next >
Encoding:
Text File  |  1997-02-05  |  222 b   |  15 lines

  1. program btr32;
  2.  
  3. uses
  4.   Forms,
  5.   btrsam32 in 'btrsam32.pas' {Form1},
  6.   btrconst in 'Btrconst.pas';
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.Initialize;
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.
  15.