AbetoDesign_FactuGES2/Source/Modulos/Contactos/Model/Contactos_model.dpk

65 lines
1.8 KiB
ObjectPascal
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package Contactos_model;
{$R *.res}
{$ALIGN 8}
{$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}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
Base,
GUIBase,
ApplicationBase,
FormasPago_model,
FormasPago_controller,
TiposIVA_model,
TiposIVA_controller,
dbrtl,
DataAbstract_Core_D11,
vcldb,
dsnap,
adortl,
RemObjects_Core_D11;
contains
uBizContactosDatosBancarios in 'uBizContactosDatosBancarios.pas',
uBizContactos in 'uBizContactos.pas',
uIDataModuleContactos in 'Data\uIDataModuleContactos.pas',
uIDataModuleClientes in 'Data\uIDataModuleClientes.pas',
uIDataModuleProveedores in 'Data\uIDataModuleProveedores.pas',
uIDataModuleVendedores in 'Data\uIDataModuleVendedores.pas',
uBizDireccionesContacto in 'uBizDireccionesContacto.pas',
uBizClientesDescuentos in 'uBizClientesDescuentos.pas',
uRegimenIVAUtils in '..\Utiles\uRegimenIVAUtils.pas',
uBizGruposCliente in 'uBizGruposCliente.pas',
uBizGruposProveedor in 'uBizGruposProveedor.pas',
uIDataModuleEtiquetasContactosReport in 'Data\uIDataModuleEtiquetasContactosReport.pas',
uBizSubCuentasContacto in 'uBizSubCuentasContacto.pas',
uBizProcedenciasCliente in 'uBizProcedenciasCliente.pas',
schContactosClient_Intf in 'schContactosClient_Intf.pas',
schContactosServer_Intf in 'schContactosServer_Intf.pas',
uBizContactosPersonal in 'uBizContactosPersonal.pas',
uBizContactosDirecciones in 'uBizContactosDirecciones.pas';
end.