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

76 lines
1.4 KiB
ObjectPascal

package Montajes_Impl;
{$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,
PluginSDK_D7R,
GUISDK_D7,
ccpack70,
designide,
vclactnband,
vclx,
cfpack,
JvAppFrmD7R,
JvStdCtrlsD7R,
vcljpg,
JvCoreD7R,
JvSystemD7R,
PngComponentsD7,
PNG_D7,
dbrtl,
vcldb,
JvPageCompsD7R,
tb2k_d7,
tbx_d7,
dsnap,
adortl,
Montajes_Intf,
PedidosMontaje,
Almacenes,
Contactos,
Presupuestos,
PedidosProveedor,
cxGridVCLD7,
cxPageControlVCLD7,
cxLibraryVCLD7,
dxThemeD7,
cxExtEditorsVCLD7,
cxDataD7,
cxEditorsVCLD7,
cxExportVCLD7,
ArticulosMontaje,
Articulos,
JvWizardD7R;
contains
uPluginControllerMontajes in 'uPluginControllerMontajes.pas' {ModuleMontajes: TModuleController},
uEditorMontajes in 'uEditorMontajes.pas' {fEditorMontajes: TCustomEditor},
uEditorMontaje in 'uEditorMontaje.pas' {fEditorMontaje: TCustomEditor},
uAsistenteEtiquetasMontajes in 'uAsistenteEtiquetasMontajes.pas' {fAsistenteEtiquetasMontajes};
end.