package RemesasCliente_model; {$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 RecibosCliente_model, ApplicationBase; contains uBizRemesasCliente in 'uBizRemesasCliente.pas', uIDataModuleRemesasCliente in 'Data\uIDataModuleRemesasCliente.pas', uIDataModuleRemesasClienteReport in 'Data\uIDataModuleRemesasClienteReport.pas', schRemesasClienteClient_Intf in 'schRemesasClienteClient_Intf.pas', schRemesasClienteServer_Intf in 'schRemesasClienteServer_Intf.pas'; end.