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