home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / ActiveX / BtPrinterList.ActiveX.Control.v1.1.0.0.Win9x.Cracked-KAC / Btprtl_t.exe / PROJPR~1.DPR < prev    next >
Text File  |  1999-10-30  |  204b  |  14 lines

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