1 { KOL MCK } // Do not remove this line!
\r
7 KOLForm in 'KOLForm.pas' {Form1},
\r
8 Params in 'Params.pas' {Form2};
\r
12 begin // PROGRAM START HERE -- Please do not remove this comment
\r
14 {$IFDEF KOL_MCK} {$I KOLTelnet_0.inc} {$ELSE}
\r
16 Application.Initialize;
\r
17 Application.CreateForm(TForm1, Form1);
\r
18 Application.CreateForm(TForm2, Form2);
\r