1 { KOL MCK } // Do not remove this line!
\r
6 Unit1 in 'Unit1.pas' {Form1},
\r
7 KOLIOPlug in 'KOLIOPlug.pas';
\r
11 begin // PROGRAM START HERE -- Please do not remove this comment
\r
13 {$IFDEF KOL_MCK} {$I TestIO_0.inc} {$ELSE}
\r
15 Application.Initialize;
\r
16 Application.CreateForm(TForm1, Form1);
\r