home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / nastroje / d23456 / PRODEL.ZIP / PROTEST2.DPR < prev    next >
Text File  |  2001-04-09  |  228b  |  15 lines

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