package AlbaranesCliente_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 Base, Contactos_model, ApplicationBase; contains uIDataModuleAlbaranesCliente in 'Data\uIDataModuleAlbaranesCliente.pas', uBizDetallesAlbaranCliente in 'uBizDetallesAlbaranCliente.pas', uBizAlbaranesCliente in 'uBizAlbaranesCliente.pas', uIDataModuleAlbaranesClienteReport in 'Data\uIDataModuleAlbaranesClienteReport.pas', schAlbaranesClienteClient_Intf in 'schAlbaranesClienteClient_Intf.pas', schAlbaranesClienteServer_Intf in 'schAlbaranesClienteServer_Intf.pas'; end.