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/RodaxFrameD6.dpk
2007-06-26 08:08:27 +00:00

47 lines
964 B
ObjectPascal

package RodaxFrameD6;
{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Frames Rodax (D6)'}
{$IMPLICITBUILD ON}
requires
designide,
vclx,
dbrtl,
ibxpress,
VclSmp,
RxCtl6,
RxDB6,
RodaxD6,
ColoresD6;
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};
end.