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_FactuGES2/Source/Modulos/Informe ventas por articulo/Views/InfVentasArticulo_view.dpk
2011-10-03 17:47:25 +00:00

86 lines
1.9 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
InfVentasArticulo_model,
InfVentasArticulo_controller,
GUIBase,
Informes_controller,
Informes_view,
Informes_data,
rtl,
vcl,
dbrtl,
cxLibraryD11,
dxThemeD11,
dxGDIPlusD11,
dxCoreD11,
vclx,
cxGridD11,
cxPageControlD11,
cxExtEditorsD11,
cxDataD11,
cxEditorsD11,
vcljpg,
vcldb,
cxExportD11,
dxPSCoreD11,
dxComnD11,
DataAbstract_Core_D11,
dsnap,
adortl,
RemObjects_Core_D11,
dxPScxCommonD11,
dxPSLnksD11,
designide,
xmlrtl,
vclactnband,
vclshlctrls,
dxPScxGrid6LnkD11,
dclcxLibraryD11,
PngComponentsD10,
PNG_D10,
tb2k_d10,
tbx_d10,
GUISDK_D11R,
JvStdCtrlsD11R,
JclVcl,
Jcl,
JvCoreD11R,
JvSystemD11R,
JvPageCompsD11R;
contains
uViewInfVentasArticulo in 'uViewInfVentasArticulo.pas' {frViewInfVentasArticulo: TFrame},
uInfVentasArticuloViewRegister in 'uInfVentasArticuloViewRegister.pas',
uEditorInfVentasArticulo in 'uEditorInfVentasArticulo.pas' {frEditorInfVentasArticulo: TForm},
uViewInfVentasArticuloGrid in 'uViewInfVentasArticuloGrid.pas' {frViewInfVentasArticuloGrid: TFrame},
uViewInfVentasAlbArticuloGrid in 'uViewInfVentasAlbArticuloGrid.pas' {frViewInfVentasAlbArticuloGrid: TFrame},
uViewInfVentasAlbArticulo in 'uViewInfVentasAlbArticulo.pas' {frViewInfVentasAlbArticulo: TFrame},
uEditorInfVentasAlbArticulo in 'uEditorInfVentasAlbArticulo.pas' {frEditorInfVentasAlbArticulo: TForm};
end.