Tecsitel_FactuGES2/Source/Modulos/Formas de pago/Controller/FormasPago_controller.dpk
2007-09-12 14:11:44 +00:00

55 lines
1.0 KiB
ObjectPascal

package FormasPago_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,
ControllerBase,
dxBarExtItemsD10,
dxComnD10,
dxBarD10,
dxLayoutControlD10,
dxPSCoreD10,
dxPScxCommonD10,
dxPScxGridLnkD10,
dxPsPrVwAdvD10,
FormasPago_model,
FormasPago_data;
contains
uFormasPagoController in 'uFormasPagoController.pas',
uIEditorFormaPago in 'View\uIEditorFormaPago.pas',
uFormasPagoPlazosController in 'uFormasPagoPlazosController.pas',
uIEditorFormasPago in 'View\uIEditorFormasPago.pas';
end.