This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Source/Modulos/Informe ventas por articulo/Views/InfVentasArticulo_view.dpk
2008-06-16 18:26:13 +00:00

81 lines
1.5 KiB
ObjectPascal

package InfVentasArticulo_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,
cxLibraryD10,
dxThemeD10,
cxEditorsD10,
cxDataD10,
vcljpg,
vcldb,
cxGridD10,
cxPageControlD10,
cxExtEditorsD10,
vclx,
cxExportD10,
dxPSCoreD10,
dxComnD10,
dxPScxCommonD10,
dxPSLnksD10,
designide,
xmlrtl,
vclactnband,
vclshlctrls,
dxPScxGrid6LnkD10,
dclcxLibraryD10,
dsnap,
adortl,
InformesBase_view,
tbx_d10,
tb2k_d10,
PngComponentsD10,
PNG_D10,
GUISDK_D10,
ccpack10,
cfpack_d10,
JvAppFrmD10R,
JclVcl,
Jcl,
JvSystemD10R,
JvCoreD10R,
JvStdCtrlsD10R,
JvPageCompsD10R,
InfVentasArticulo_model,
InfVentasArticulo_controller,
Informes_view,
JvCtrlsD10R;
contains
uViewInfVentasArticulo in 'uViewInfVentasArticulo.pas' {frViewInfVentasArticulo: TFrame},
uInfVentasArticuloViewRegister in 'uInfVentasArticuloViewRegister.pas',
uEditorInfVentasArticulo in 'uEditorInfVentasArticulo.pas' {frEditorInfVentasArticulo: TForm},
uViewInfVentasArticuloGrid in 'uViewInfVentasArticuloGrid.pas' {frViewInfVentasArticuloGrid: TFrame};
end.