package Presupuestos; {$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, DocumentosAsociados, Contactos, Montajes_Intf, Almacenes, vcl, PngComponentsD7, PNG_D7, vclactnband, vclx, GUISDK_D7, dbrtl, vcldb, tb2k_d7, tbx_d7, JvCoreD7R, vcljpg, Jcl, JclVcl, JvSystemD7R, JvPageCompsD7R, JvStdCtrlsD7R, dsnap, adortl, cxLibraryVCLD7, dxThemeD7, Presupuestos_Intf; contains uPluginControllerPresupuestos in 'uPluginControllerPresupuestos.pas' {ModulePresupuestos: TModuleController}, uEditorPresupuesto in 'uEditorPresupuesto.pas' {fEditorPresupuesto: TCustomEditor}, uEditorPresupuestos in 'uEditorPresupuestos.pas' {fEditorPresupuestos: TCustomEditor}; end.