git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@248 c93665c3-c93d-084d-9b98-7d5f4a9c3376
84 lines
1.4 KiB
ObjectPascal
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.
|