This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Cuentas/Cliente/Cuentas.dpk
2007-06-21 16:02:50 +00:00

87 lines
1.8 KiB
ObjectPascal

package Cuentas;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
requires
vcl,
rtl,
PluginSDK_D7R,
GUISDK_D7,
PNG_D7,
PngComponentsD7,
dbrtl,
vcldb,
dsnap,
adortl,
JvCoreD7R,
vclx,
vcljpg,
JvAppFrmD7R,
JvStdCtrlsD7R,
JvSystemD7R,
vclactnband,
designide,
cxLibraryVCLD7,
dxThemeD7,
cxEditorsVCLD7,
cxDataD7,
JvPageCompsD7R,
tb2k_d7,
tbx_d7,
BaseD7,
Usuarios,
dxPSCoreD7,
dxComnD7,
cxGridVCLD7,
cxPageControlVCLD7,
cxExtEditorsVCLD7,
cxExportVCLD7,
cxIntlPrintSys3D7,
dxPScxCommonD7,
dxPSLnksD7,
vclshlctrls,
dxPScxGridLnkD7,
dclcxLibraryVCLD7,
frx7,
fs7,
fqb70,
bdertl,
ccpack70,
cfpack;
contains
uBizCuentas in '..\Reglas\uBizCuentas.pas',
uDataModuleCuentas in 'uDataModuleCuentas.pas' {dmCuentas: TDAClientDataModule},
uPluginControllerCuentas in 'uPluginControllerCuentas.pas' {ModuleCuentas: TModuleController},
uViewCuentas in 'uViewCuentas.pas' {frViewCuentas: TCustomView},
uEditorCuentas in 'uEditorCuentas.pas' {fEditorCuentas: TCustomEditor},
uViewCuenta in 'uViewCuenta.pas' {frViewCuenta: TCustomView},
uEditorCuenta in 'uEditorCuenta.pas' {fEditorCuenta: TCustomEditor},
uListaCuentas in 'uListaCuentas.pas' {frListaCuentas: TCustomView},
schCuentasClient_Intf in '..\Reglas\schCuentasClient_Intf.pas',
schCuentasServer_Intf in '..\Reglas\schCuentasServer_Intf.pas';
end.