home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d13456 / FINDFILE.ZIP / Demo16 / Demo16.dpr next >
Text File  |  2000-01-14  |  170b  |  13 lines

  1. program Demo16;
  2.  
  3. uses
  4.   Forms,
  5.   Main16 in 'MAIN16.PAS' {MainForm};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TMainForm, MainForm);
  11.   Application.Run;
  12. end.
  13.