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

72 lines
1.2 KiB
ObjectPascal

package PedidosMontaje;
{$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,
PedidosProveedor,
BaseD7,
Contactos,
Usuarios,
Presupuestos,
Almacenes,
vcl,
dbrtl,
JvCoreD7R,
vclx,
vcljpg,
JvAppFrmD7R,
JvStdCtrlsD7R,
JvSystemD7R,
cxLibraryVCLD7,
dxThemeD7,
dxPSCoreD7,
dxComnD7,
PngComponentsD7,
PNG_D7,
vclactnband,
cxDataD7,
cxEditorsVCLD7,
vcldb,
cxGridVCLD7,
cxPageControlVCLD7,
cxExtEditorsVCLD7,
cxExportVCLD7,
cxIntlPrintSys3D7,
designide,
dxPScxCommonD7,
dxPSLnksD7,
vclshlctrls,
dxPScxGridLnkD7,
dclcxLibraryVCLD7,
dsnap,
adortl;
contains
uBizPedidosMontaje in '..\Reglas\uBizPedidosMontaje.pas',
uViewPedidosMontaje in 'uViewPedidosMontaje.pas' {frViewPedidosMontaje: TCustomView};
end.