package RecibosCliente_controller; {$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 rtl, vcl, dbrtl, cxLibraryD10, dxThemeD10, dsnap, vcldb, adortl, dxBarExtItemsD10, dxComnD10, dxBarD10, dxLayoutControlD10, dxPSCoreD10, dxPScxCommonD10, dxPScxGrid6LnkD10, dxPsPrVwAdvD10, GUISDK_D10, ccpack10, designide, xmlrtl, vclactnband, vclx, cfpack_d10, JvAppFrmD10R, vcljpg, JclVcl, Jcl, JvSystemD10R, JvCoreD10R, DataAbstract_D10, Base, GUIBase, Usuarios, RecibosCliente_model, RecibosCliente_data, Contactos_controller; contains uRecibosClienteController in 'uRecibosClienteController.pas', uIEditorRecibosCliente in 'View\uIEditorRecibosCliente.pas', uIEditorReciboCliente in 'View\uIEditorReciboCliente.pas', uPagosClienteController in 'uPagosClienteController.pas', uIEditorElegirRecibosCliente in 'View\uIEditorElegirRecibosCliente.pas', uIEditorRecibosClientePreview in 'View\uIEditorRecibosClientePreview.pas', uRecibosClienteReportController in 'uRecibosClienteReportController.pas', uIEditorFechaPago in 'View\uIEditorFechaPago.pas'; end.