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