git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES/trunk@4 3f40d355-893c-4141-8e64-b1d9be72e7e7
45 lines
1.1 KiB
ObjectPascal
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.
|