1 { KOL MCK } // Do not remove this line!
\r
6 Main in 'Main.pas' {MainForm},
\r
7 Options in 'Options.pas' {OptionsForm},
\r
8 COL in '..\..\DCU\COL.pas';
\r
12 begin // PROGRAM START HERE -- Please do not remove this comment
\r
14 {$IFDEF KOL_MCK} {$I UDialer_0.inc} {$ELSE}
\r
16 Application.Initialize;
\r
17 Application.CreateForm(TMainForm, MainForm);
\r
18 Application.CreateForm(TOptionsForm, OptionsForm);
\r