git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@137 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
86 lines
1.9 KiB
ObjectPascal
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.
|