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/Almacenes/Cliente/Almacenes.dpk
2007-06-21 16:02:50 +00:00

83 lines
1.7 KiB
ObjectPascal

package Almacenes;
{$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;
contains
uPluginControllerAlmacenes in 'uPluginControllerAlmacenes.pas' {ModuleAlmacenes: TModuleController},
uViewAlmacen in 'uViewAlmacen.pas' {frViewAlmacen: TFrame},
uEditorAlmacen in 'uEditorAlmacen.pas' {fEditorAlmacen: TCustomEditor},
uDataModuleAlmacenes in 'uDataModuleAlmacenes.pas' {dmAlmacenes: TDAClientDataModule},
uEditorAlmacenes in 'uEditorAlmacenes.pas' {fEditorAlmacenes: TCustomEditor},
uViewAlmacenes in 'uViewAlmacenes.pas' {frViewAlmacenes: TFrame},
uListaAlmacenes in 'uListaAlmacenes.pas' {fListaAlmacenes},
uBizAlmacenes in '..\Reglas\uBizAlmacenes.pas';
end.