This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Base/BaseD7.dpk
2007-06-21 16:02:50 +00:00

116 lines
3.3 KiB
ObjectPascal

package BaseD7;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vcldb,
GUISDK_D7,
vcljpg,
dbrtl,
dsnap,
vcldb,
PNG_D7,
PngComponentsD7,
JvCoreD7R,
JvStdCtrlsD7R,
JvPageCompsD7R,
cxLibraryVCLD7,
dxThemeD7,
cxEditorsVCLD7,
cxDataD7,
cxExtEditorsVCLD7,
cxGridVCLD7,
cxPageControlVCLD7,
tb2k_d7,
tbx_d7,
vclx,
vclactnband,
designide,
cxExportVCLD7,
adortl,
JvSystemD7R,
dxPSCoreD7,
dxPScxCommonD7,
dxPScxGridLnkD7,
cxIntlPrintSys3D7,
dxBarD7,
dxBarExtItemsD7,
cxIntl5D7,
DataAbstract_D7,
dxPsPrVwAdvD7,
ccpack70,
JvMMD7R,
JvCtrlsD7R,
dxLayoutControlD7,
teeui,
tee,
fsTee7,
fs7,
frxTee7,
frx7,
frxe7;
contains
uDataModuleBase in 'uDataModuleBase.pas' {dmBase: TDAClientDataModule},
uEditorBase in 'uEditorBase.pas' {fEditorBase},
uEditorGrid in 'uEditorGrid.pas' {fEditorGrid},
uEditorItem in 'uEditorItem.pas' {fEditorItem},
uDataTableUtils in 'uDataTableUtils.pas',
uEditorUtils in 'uEditorUtils.pas',
uEditorPreview in 'uEditorPreview.pas' {fEditorPreview},
uViewPreview in 'uViewPreview.pas' {frViewPreview: TFrame},
uViewBase in 'uViewBase.pas' {frViewBase: TCustomView},
uViewCategorias in 'uViewCategorias.pas' {frViewCategorias: TCustomView},
uViewDireccion in 'uViewDireccion.pas' {frViewDireccion: TCustomView},
uViewGrid in 'uViewGrid.pas' {frViewGrid: TCustomView},
uViewInternet in 'uViewInternet.pas' {frViewInternet: TCustomView},
uViewTelefonos in 'uViewTelefonos.pas' {frViewTelefonos: TCustomView},
uEditorDBBase in 'uEditorDBBase.pas' {fEditorDBBase: TCustomEditor},
uEditorDBItem in 'uEditorDBItem.pas' {fEditorDBItem: TCustomEditor},
uViewMensaje in 'uViewMensaje.pas' {frViewMensaje: TFrame},
uExceptions in 'uExceptions.pas',
uViewContenido in 'uViewContenido.pas' {frViewContenido: TFrame},
uViewBarraSeleccion in 'uViewBarraSeleccion.pas' {frViewBarraSeleccion: TFrame},
uBizImportesDetalleBase in 'uBizImportesDetalleBase.pas',
uBizImportesCabeceraBase in 'uBizImportesCabeceraBase.pas',
uViewFormaPago in 'uViewFormaPago.pas' {frViewFormaPago: TFrame},
uViewObservaciones in 'uViewObservaciones.pas' {frViewObservaciones: TFrame},
uViewPlazoEntrega in 'uViewPlazoEntrega.pas' {frViewPlazoEntrega: TFrame},
uViewTotales in 'uViewTotales.pas' {frViewTotales: TFrame},
uDBSelectionList in 'uDBSelectionList.pas',
uConfigurarConexion in 'uConfigurarConexion.pas' {fConfigurarConexion},
uViewDetallesFamilias in 'uViewDetallesFamilias.pas' {frViewDetallesFamilias: TFrame},
uBizInformesBase in 'uBizInformesBase.pas',
uViewDetallesNormales in 'uViewDetallesNormales.pas' {frViewDetallesNormales: TFrame},
uVentanaEspera in 'uVentanaEspera.pas' {Form1},
uSysFunc in 'uSysFunc.pas',
InfoProject in 'InfoProject.pas',
uViewFiltroBase in 'uViewFiltroBase.pas' {frViewFiltroBase: TFrame};
end.