program COSMAD; uses Forms, Unit1 in 'Unit1.pas' {Decoder}; {$R *.res} begin Application.Initialize; Application.CreateForm(TDecoder, Decoder); Application.Run; end.