AbetoDesign_FactuGES2/Source/Modulos/Remesas de cliente/Views/RemesasCliente_view.dpk
2013-06-03 16:01:08 +00:00

52 lines
1.4 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 RemesasCliente_view;
{$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 ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
requires
RemesasCliente_model,
RemesasCliente_controller,
GUIBase,
Familias_model,
Familias_controller,
ApplicationBase,
teeUI,
tee,
fsTee11,
frxTee11,
Contabilidad_view,
Contabilidad_controller,
BancaElectronica_controller;
contains
uViewRemesasCliente in 'uViewRemesasCliente.pas' {frViewRemesasCliente: TFrame},
uEditorRemesasCliente in 'uEditorRemesasCliente.pas' {fEditorRemesasCliente: TfEditorArticulos},
uRemesasClienteViewRegister in 'uRemesasClienteViewRegister.pas',
uViewRemesaCliente in 'uViewRemesaCliente.pas' {frViewRemesaCliente: TFrame},
uEditorRemesaCliente in 'uEditorRemesaCliente.pas' {fEditorRemesaCliente: TfEditorRemesaCliente},
uEditorRemesaClienteReport in 'uEditorRemesaClienteReport.pas' {fEditorRemesaClienteReport: TfEditorRemesaClienteReport},
uViewRecibosRemesaCliente in 'uViewRecibosRemesaCliente.pas' {frViewRecibosRemesaCliente: TFrame};
end.