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/Informes base/Views/InformesBase_view.dpk
2007-07-10 17:33:08 +00:00

98 lines
2.1 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 OFF}
requires
rtl,
vcl,
dbrtl,
vcldb,
cxLibraryD10,
dxThemeD10,
cxEditorsD10,
cxDataD10,
vcljpg,
cxExtEditorsD10,
vclx,
cxGridD10,
cxPageControlD10,
cxExportD10,
dxPSCoreD10,
dxComnD10,
frx10,
fs10,
fqb100,
bdertl,
dxPScxCommonD10,
dxPSLnksD10,
designide,
xmlrtl,
vclactnband,
vclshlctrls,
dxPScxGridLnkD10,
dclcxLibraryD10,
PngComponentsD10,
PNG_D10,
dsnap,
adortl,
tbx_d10,
tb2k_d10,
JvCoreD10R,
Jcl,
JclVcl,
JvSystemD10R,
JvPageCompsD10R,
JvStdCtrlsD10R,
GUIBase,
JvGlobusD10R,
VclSmp,
vclie,
ccpack10,
cfpack_d10,
JvAppFrmD10R,
JSDialog100,
dxLayoutControlD10,
JvCtrlsD10R,
cxTreeListD10,
cxVerticalGridD10,
Usuarios,
EasyListviewD10,
MPCommonLibD10,
Informes_model;
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},
uEditorInformeBase in 'uEditorInformeBase.pas' {fEditorInformeBase: TfEditorInformeBase},
uViewPeriodoFechas in 'uViewPeriodoFechas.pas' {frViewPeriodoFechas: TFrame},
uFormPropiedadesInforme in 'uFormPropiedadesInforme.pas';
end.