package RodaxFrameD5; {$R *.RES} {$ALIGN ON} {$ASSERTIONS OFF} {$BOOLEVAL OFF} {$DEBUGINFO OFF} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS OFF} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO OFF} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'Frames Acana (D5)'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires Vcldb50, VCLIB50, RodaxD5, ColoresD5; contains RegistroFrame in 'RegistroFrame.pas', RdxDBFrame in 'RdxDBFrame.pas' {RdxDBFrame: TRdxFrame}, RdxFrame in 'RdxFrame.pas' {RdxFrame: TFrame}, RdxFrameArticulos in 'RdxFrameArticulos.pas' {RdxFrameArticulos: TRdxDBFrame}, RdxFrameInstaladores in 'RdxFrameInstaladores.pas' {RdxFrameInstaladores: TRdxDBFrame}, RdxFramePoblaciones in 'RdxFramePoblaciones.pas' {RdxFramePoblaciones: TRdxDBFrame}, RdxFrameProvincias in 'RdxFrameProvincias.pas' {RdxFrameProvincias: TRdxDBFrame}; end.