git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
62 lines
1.1 KiB
ObjectPascal
62 lines
1.1 KiB
ObjectPascal
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.
|