ConstruccionesCNJ_FactuGES/Modulos/Presupuestos/Controller/Presupuestos_controller.dpk
2007-06-21 15:50:59 +00:00

68 lines
1.4 KiB
ObjectPascal

package Presupuestos_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,
Presupuestos_model,
Presupuestos_data,
ClassRegistry,
GUIBase,
ControllerBase,
Contactos_controller,
Base,
dsnap,
vcldb,
adortl,
GUISDK_D10,
ccpack10,
designide,
xmlrtl,
vclactnband,
vclx,
cfpack_d10,
JvAppFrmD10R,
vcljpg,
JclVcl,
Jcl,
JvSystemD10R,
JvCoreD10R;
contains
uPresupuestosController in 'uPresupuestosController.pas',
uDetallesPresupuestoController in 'uDetallesPresupuestoController.pas',
uIEditorPresupuestos in 'View\uIEditorPresupuestos.pas',
uIEditorPresupuesto in 'View\uIEditorPresupuesto.pas',
uIEditorSituacionPresupuesto in 'View\uIEditorSituacionPresupuesto.pas',
uIEditorPresupuestosPreview in 'View\uIEditorPresupuestosPreview.pas',
uPresupuestosReportController in 'uPresupuestosReportController.pas',
uIEditorElegirPresupuestos in 'View\uIEditorElegirPresupuestos.pas';
end.