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