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/Informes base/Views/InformesBase_view.dpk

47 lines
1.4 KiB
ObjectPascal

package InformesBase_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
Informes_model,
GUIBase,
ApplicationBase,
cxVerticalGridD11,
JvGlobusD11R;
contains
uViewInformeBaseGrid in 'uViewInformeBaseGrid.pas' {frViewInformeBaseGrid: TFrame},
uViewInformeBaseParametros in 'uViewInformeBaseParametros.pas' {frViewInformeBaseParametros: TFrame},
uViewColumnas in 'uViewColumnas.pas' {frViewColumnas: TFrame},
uViewAgrupaciones in 'uViewAgrupaciones.pas' {frViewAgrupaciones: TFrame},
uViewSumarios in 'uViewSumarios.pas' {frViewSumarios: TFrame},
uViewFiltros in 'uViewFiltros.pas' {frViewFiltros: TFrame},
uViewInformeBase in 'uViewInformeBase.pas' {frViewInformeBase: TFrame},
uEditorInformeBaseInforme in 'uEditorInformeBaseInforme.pas' {fEditorInformeBaseInforme: TfEditorInformeBase},
uViewPeriodoFechasInforme in 'uViewPeriodoFechasInforme.pas' {frViewPeriodoFechasInforme: TFrame},
uFormPropiedadesInforme in 'uFormPropiedadesInforme.pas';
end.