home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d123456 / STR_BIT.ZIP / 32 / Stat32 / Statist.dpr < prev    next >
Text File  |  1999-11-14  |  219b  |  15 lines

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