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.
AlonsoYSal_FactuGES/Modulos/Presupuestos/Cliente/Presupuestos_Intf.dpk

84 lines
2.0 KiB
ObjectPascal

package Presupuestos_Intf;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Presupuestos de cliente'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vcldb,
PluginSDK_D7R,
GUISDK_D7,
PngComponentsD7,
PNG_D7,
vclactnband,
vclx,
BaseD7,
Contactos,
JvCtrlsD7R,
dbrtl,
dsnap,
adortl,
cxLibraryVCLD7,
dxThemeD7,
cxEditorsVCLD7,
cxDataD7,
Usuarios,
vcljpg,
cxExtEditorsVCLD7,
dclact,
dclstd,
designide,
DocumentosAsociados,
frx7,
fs7,
tee,
fqb70,
bdertl,
frxe7,
tb2k_d7,
tbx_d7,
JvCoreD7R,
Jcl,
JclVcl,
JvSystemD7R,
JvPageCompsD7R,
JvStdCtrlsD7R;
contains
uDataModulePresupuestos in 'uDataModulePresupuestos.pas' {dmPresupuestos: TDAClientDataModule},
uViewPresupuestos in 'uViewPresupuestos.pas' {frViewPresupuestos: TCustomView},
schPresupuestosClient_Intf in '..\Reglas\schPresupuestosClient_Intf.pas',
uViewPresupuesto in 'uViewPresupuesto.pas' {frViewPresupuesto: TFrame},
uViewSituacionPresupuesto in 'uViewSituacionPresupuesto.pas' {frViewSituacionPresupuesto: TFrame},
uViewDatosPresupuesto in 'uViewDatosPresupuesto.pas' {frViewDatosPresupuesto: TFrame},
uViewDetallesPresupuesto in 'uViewDetallesPresupuesto.pas' {frViewDetallesPresupuesto: TFrame},
uBizPresupuestosCliente in '..\Reglas\uBizPresupuestosCliente.pas',
uViewPresupuestoRelacionado in 'uViewPresupuestoRelacionado.pas' {frViewPresupuestoRelacionado: TFrame},
uEditorPreviewPresupuesto in 'uEditorPreviewPresupuesto.pas' {fEditorPreviewPresupuesto: TCustomEditor},
schPresupuestosServer_Intf in '..\Reglas\schPresupuestosServer_Intf.pas';
end.