83 lines
2.0 KiB
ObjectPascal
83 lines
2.0 KiB
ObjectPascal
package Stock;
|
|
|
|
{$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}
|
|
{$DEFINE DEBUG}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
vclactnband,
|
|
vclx,
|
|
PluginSDK_D10R,
|
|
GUISDK_D10,
|
|
BaseD10,
|
|
ControlesBaseD10,
|
|
dbrtl,
|
|
dsnap,
|
|
adortl,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
vcldb,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
cxExtEditorsD10,
|
|
cxExportD10,
|
|
dxPSCoreD10,
|
|
dxComnD10,
|
|
dxPScxGridLnkD10,
|
|
dxPScxCommonD10,
|
|
dxPSLnksD10,
|
|
designide,
|
|
vclshlctrls,
|
|
dclcxLibraryD10,
|
|
tb2k_D10,
|
|
tbx_D10,
|
|
JvCoreD10R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD10R,
|
|
JvPageCompsD10R,
|
|
JvStdCtrlsD10R,
|
|
Parametros,
|
|
JvCustomD10R;
|
|
|
|
contains
|
|
uPluginControllerStock in 'uPluginControllerStock.pas' {ModuleStock: TModuleController},
|
|
uDataModuleStock in 'uDataModuleStock.pas' {dmStock: TDAClientDataModule},
|
|
uBizStock in '..\Reglas\uBizStock.pas',
|
|
uViewControGridStockPrendasCentros in 'uViewControGridStockPrendasCentros.pas' {frViewControlGridStockPrendasCentros: TCustomView},
|
|
uViewControGridStockEDI in 'uViewControGridStockEDI.pas' {frViewControlGridStockEDI: TCustomView},
|
|
uEditorControlStockEDI in 'uEditorControlStockEDI.pas' {fEditorControlStockEDI: TCustomEditor},
|
|
uEditorControlStockVARELA in 'uEditorControlStockVARELA.pas' {fEditorControlStockVARELA: TCustomEditor},
|
|
uViewControGridStockVARELA in 'uViewControGridStockVARELA.pas' {frViewControlGridStockVARELA: TCustomView},
|
|
uViewControGridStockEDIInventario in 'uViewControGridStockEDIInventario.pas' {frViewControlGridStockEDIInventario: TCustomView};
|
|
|
|
end.
|