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