git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/trunk@2 1c943782-d109-9647-9548-93b3ac332352
78 lines
1.6 KiB
ObjectPascal
78 lines
1.6 KiB
ObjectPascal
package Devoluciones;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
dbrtl,
|
|
dsnap,
|
|
BaseD7,
|
|
DataAbstract_D7,
|
|
vcl,
|
|
adortl,
|
|
PluginSDK_D7R,
|
|
PngComponentsD7,
|
|
PNG_D7,
|
|
vclactnband,
|
|
vclx,
|
|
GUISDK_D7,
|
|
tb2k_d7,
|
|
tbx_d7,
|
|
JvCoreD7R,
|
|
vcljpg,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD7R,
|
|
JvPageCompsD7R,
|
|
JvStdCtrlsD7R,
|
|
cxTreeListVCLD7,
|
|
dxThemeD7,
|
|
cxLibraryVCLD7,
|
|
cxExportVCLD7,
|
|
cxEditorsVCLD7,
|
|
cxDataD7,
|
|
vcldb,
|
|
JvGlobusD7R,
|
|
ControlesBaseD7,
|
|
cxGridVCLD7,
|
|
cxPageControlVCLD7,
|
|
cxExtEditorsVCLD7,
|
|
dxPSCoreD7,
|
|
dxComnD7,
|
|
JvCustomD7R,
|
|
bdertl,
|
|
VclSmp,
|
|
dxLayoutControlD7;
|
|
|
|
contains
|
|
uPluginControllerDevoluciones in 'uPluginControllerDevoluciones.pas' {ModuleDevoluciones: TModuleController},
|
|
uBizDevoluciones in '..\Reglas\uBizDevoluciones.pas',
|
|
uDataModuleDevoluciones in 'uDataModuleDevoluciones.pas' {dmDevoluciones: TDAClientDataModule},
|
|
uViewListaDevoluciones in 'uViewListaDevoluciones.pas' {frViewListaDevoluciones: TCustomView},
|
|
uEditorListaDevoluciones in 'uEditorListaDevoluciones.pas' {fEditorListaDevoluciones: TCustomEditor},
|
|
uEditorAjustarDevoluciones in 'uEditorAjustarDevoluciones.pas' {fEditorAjustarRecepciones};
|
|
|
|
end.
|