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/Facturas de cliente/Cliente/FacturasCliente.dpk
2007-06-21 16:02:50 +00:00

100 lines
2.5 KiB
ObjectPascal

package FacturasCliente;
{$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 'Albaranes de cliente'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vcldb,
PluginSDK_D7R,
GUISDK_D7,
PngComponentsD7,
PNG_D7,
vclactnband,
vclx,
BaseD7,
Contactos,
DataAbstract_D7,
dbrtl,
dsnap,
adortl,
AlbaranesCliente,
JvAppFrmD7R,
JvStdCtrlsD7R,
vcljpg,
JvCoreD7R,
JvSystemD7R,
designide,
JvPageCompsD7R,
tb2k_d7,
tbx_d7,
cxLibraryVCLD7,
dxThemeD7,
cxEditorsVCLD7,
cxDataD7,
cxExtEditorsVCLD7,
cxGridVCLD7,
cxPageControlVCLD7,
cxExportVCLD7,
dxPSCoreD7,
dxComnD7,
dxPScxCommonD7,
dxPSLnksD7,
vclshlctrls,
dxPScxGridLnkD7,
dclcxLibraryVCLD7,
Presupuestos_Intf,
Jcl,
JclVcl,
frxTee7,
frx7,
fs7,
fqb70,
bdertl,
fsTee7,
tee,
teeui,
teedb,
frxe7;
contains
uDataModuleFacturasCliente in 'uDataModuleFacturasCliente.pas' {dmFacturasCliente: TDAClientDataModule},
schFacturasClienteServer_Intf in '..\Reglas\schFacturasClienteServer_Intf.pas',
schFacturasClienteClient_Intf in '..\Reglas\schFacturasClienteClient_Intf.pas',
uBizFacturasCliente in '..\Reglas\uBizFacturasCliente.pas',
uPluginControllerFacturasCliente in 'uPluginControllerFacturasCliente.pas' {ModuleFacturasCliente: TModuleController},
uEditorFacturasCliente in 'uEditorFacturasCliente.pas' {fEditorFacturasCliente: TCustomEditor},
uViewFacturasCliente in 'uViewFacturasCliente.pas' {frViewFacturasCliente: TFrame},
uViewDatosFacturaCliente in 'uViewDatosFacturaCliente.pas' {frViewDatosFacturaCliente: TFrame},
uViewFacturaCliente in 'uViewFacturaCliente.pas' {frViewFacturaCliente: TFrame},
uEditorFacturaCliente in 'uEditorFacturaCliente.pas' {fEditorFacturaCliente: TCustomEditor},
uViewAlbaranFactura in 'uViewAlbaranFactura.pas' {frViewAlbaranFactura: TCustomView},
uViewDetallesFacturaCliente in 'uViewDetallesFacturaCliente.pas' {frViewDetallesFacturaCliente: TCustomView},
uEditarPreguntarIVA in 'uEditarPreguntarIVA.pas' {fEditorPreguntarIVA},
uEditorPreviewFacturaCliente in 'uEditorPreviewFacturaCliente.pas' {fEditorPreviewFacturaCliente: TCustomEditor};
end.