AlonsoYSal_FactuGES2/Source/Modulos/Recibos de cliente/Views/RecibosCliente_view.dpk
2019-11-18 10:55:59 +00:00

83 lines
2.2 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 RecibosCliente_view;
{$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
GUIBase,
RecibosCliente_model,
RecibosCliente_controller,
JvGlobusD11R,
Contactos_view,
Contabilidad_view,
vcl,
rtl,
dbrtl,
DataAbstract_Core_D11,
vcldb,
dsnap,
adortl,
RemObjects_Core_D11,
PngComponentsD10,
PNG_D10,
vclactnband,
vclx,
cxLibraryD11,
dxThemeD11,
dxGDIPlusD11,
cxEditorsD11,
cxDataD11,
vcljpg,
dxLayoutControlD11,
dxComnD11,
Contactos_controller,
Contactos_model,
GestorInformes_controller,
JvStdCtrlsD11R,
JclVcl,
Jcl,
JvCoreD11R,
JvSystemD11R,
JvCtrlsD11R,
GUISDK_D11R,
designide,
xmlrtl,
dxCoreD11;
contains
uRecibosClienteViewRegister in 'uRecibosClienteViewRegister.pas',
uEditorRecibosCliente in 'uEditorRecibosCliente.pas' {fEditorRecibosCliente: TfEditorRecibosCliente},
uViewRecibosCliente in 'uViewRecibosCliente.pas' {frViewRecibosCliente: TFrame},
uViewReciboCliente in 'uViewReciboCliente.pas' {frViewReciboCliente: TFrame},
uEditorReciboCliente in 'uEditorReciboCliente.pas' {fEditorReciboCliente: TfEditorReciboCliente},
uViewPagosCliente in 'uViewPagosCliente.pas' {frViewPagosCliente: TFrame},
uEditorElegirRecibosCliente in 'uEditorElegirRecibosCliente.pas' {fEditorElegirRecibosCliente: TfEditorElegirRecibosCliente},
uEditorReciboClienteReport in 'uEditorReciboClienteReport.pas' {fEditorReciboClienteReport: TfEditorReciboClienteReport},
uViewRecibosCliCompensados in 'uViewRecibosCliCompensados.pas' {frViewRecibosCliCompensados: TFrame},
uViewReciboCliImportes in 'uViewReciboCliImportes.pas' {frViewReciboCliImportes: TFrame},
uViewClienteRecibo in 'uViewClienteRecibo.pas' {frViewClienteRecibo: TFrame},
uEditorFechaPago in 'uEditorFechaPago.pas' {fEditorFechaPago: TfEditorFechaPago};
end.