This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
FactuGES/Frames/RodaxFrameD5.dpk
2007-06-26 08:08:27 +00:00

45 lines
1.1 KiB
ObjectPascal

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.