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.