git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@68 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
39 lines
796 B
ObjectPascal
39 lines
796 B
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
|
|
GUIBase,
|
|
Base,
|
|
TiendaWeb_model,
|
|
TiendaWeb_controller;
|
|
|
|
contains
|
|
uTiendaWebViewRegister in 'uTiendaWebViewRegister.pas',
|
|
uEditorTiendaWeb in 'uEditorTiendaWeb.pas' {fEditorTiendaWeb: TForm},
|
|
uEditorActualizarTiendaWeb in 'uEditorActualizarTiendaWeb.pas' {fEditorActualizarTiendaWeb};
|
|
|
|
end.
|