This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Source/Modulos/Tienda web/Views/TiendaWeb_view.dpk
2008-06-16 18:26:13 +00:00

84 lines
1.4 KiB
ObjectPascal

package TiendaWeb_view;
{$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 ON}
requires
rtl,
vcl,
dbrtl,
vcldb,
dsnap,
adortl,
DataAbstract_D10,
Base,
GUIBase,
TiendaWeb_model,
TiendaWeb_data,
TiendaWeb_controller,
cxLibraryD10,
dxThemeD10,
cxEditorsD10,
cxDataD10,
vcljpg,
cxGridD10,
cxPageControlD10,
cxExtEditorsD10,
vclx,
cxExportD10,
dxPSCoreD10,
dxComnD10,
dxPScxCommonD10,
dxPSLnksD10,
designide,
xmlrtl,
vclactnband,
vclshlctrls,
dxPScxGrid6LnkD10,
dclcxLibraryD10,
PngComponentsD10,
PNG_D10,
tbx_d10,
tb2k_d10,
dxLayoutControlD10,
JvCoreD10R,
Jcl,
JclVcl,
JvSystemD10R,
JvStdCtrlsD10R,
GUISDK_D10,
ccpack10,
cfpack_d10,
JvAppFrmD10R,
JvPageCompsD10R,
EasyListviewD10,
MPCommonLibD10;
contains
uTiendaWebViewRegister in 'uTiendaWebViewRegister.pas',
uEditorTiendaWeb in 'uEditorTiendaWeb.pas' {fEditorTiendaWeb: TForm},
uEditorActualizarTiendaWeb in 'uEditorActualizarTiendaWeb.pas' {fEditorActualizarTiendaWeb};
end.