2007-11-28 17:40:31 +00:00
|
|
|
|
package Almacenes_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}
|
2008-04-09 17:36:20 +00:00
|
|
|
|
{$IMPLICITBUILD OFF}
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
|
|
requires
|
|
|
|
|
|
Almacenes_controller,
|
|
|
|
|
|
Almacenes_model,
|
2022-02-09 15:00:16 +00:00
|
|
|
|
ApplicationBase,
|
|
|
|
|
|
rtl,
|
|
|
|
|
|
vcl,
|
|
|
|
|
|
dbrtl,
|
|
|
|
|
|
vcldb,
|
|
|
|
|
|
DataAbstract_Core_D11,
|
|
|
|
|
|
dsnap,
|
|
|
|
|
|
adortl,
|
|
|
|
|
|
RemObjects_Core_D11,
|
|
|
|
|
|
GUISDK_D11R,
|
|
|
|
|
|
designide,
|
|
|
|
|
|
xmlrtl,
|
|
|
|
|
|
vclactnband,
|
|
|
|
|
|
vclx;
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
|
|
contains
|
|
|
|
|
|
uViewAlmacen in 'uViewAlmacen.pas' {frViewAlmacen: TFrame},
|
|
|
|
|
|
uViewAlmacenes in 'uViewAlmacenes.pas' {frViewAlmacenes: TFrame},
|
|
|
|
|
|
uEditorAlmacenes in 'uEditorAlmacenes.pas' {fEditorAlmacenes: TfEditorAlmacenes},
|
|
|
|
|
|
uAlmacenesViewRegister in 'uAlmacenesViewRegister.pas',
|
|
|
|
|
|
uEditorAlmacen in 'uEditorAlmacen.pas' {fEditorAlmacen: TfEditorAlmacen},
|
2022-02-09 15:00:16 +00:00
|
|
|
|
uEditorListaAlmacenes in 'uEditorListaAlmacenes.pas' {fEditorListaAlmacenes: TfListaAlmacenes},
|
|
|
|
|
|
uEditorUbicacionesAlmacen in 'uEditorUbicacionesAlmacen.pas' {fEditorUbicacionesAlmacen: TfEditorUbicacionesAlmacen};
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
|
|
end.
|
2008-04-09 17:36:20 +00:00
|
|
|
|
|