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/Base/GUIBase/GUIBase.dpk

116 lines
3.0 KiB
ObjectPascal

package GUIBase;
{$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}
{$IMPLICITBUILD OFF}
requires
rtl,
DataAbstract_D10,
Base,
vcl,
dbrtl,
vcldb,
cxLibraryD10,
dxThemeD10,
cxEditorsD10,
cxDataD10,
vcljpg,
cxGridD10,
cxPageControlD10,
cxExtEditorsD10,
vclx,
cxExportD10,
tbx_d10,
tb2k_d10,
ccpack10,
designide,
xmlrtl,
vclactnband,
dsnap,
adortl,
dxLayoutControlD10,
dxComnD10,
dxPSCoreD10,
frx10,
fs10,
fqb100,
bdertl,
frxe10,
frxTee10,
fsTee10,
tee,
teeui,
teedb,
dxPScxCommonD10,
dxPSLnksD10,
vclshlctrls,
dxPScxGrid6LnkD10,
dclcxLibraryD10,
dxPsPrVwAdvD10,
dxBarExtItemsD10,
dxBarD10,
GUISDK_D10,
cfpack_d10,
JvAppFrmD10R,
JclVcl,
Jcl,
JvSystemD10R,
JvCoreD10R,
JvPageCompsD10R,
JvStdCtrlsD10R,
PNG_D10,
PngComponentsD10,
ControllerBase,
cxIntlPrintSys3D10,
dxGDIPlusD10;
contains
uEditorBase in 'uEditorBase.pas' {fEditorBase: TCustomEditor},
uEditorGridBase in 'uEditorGridBase.pas' {fEditorGridBase: TCustomEditor},
uEditorItem in 'uEditorItem.pas' {fEditorItem: TCustomEditor},
uEditorPreview in 'uEditorPreview.pas' {fEditorPreview: TCustomEditor},
uViewPreview in 'uViewPreview.pas' {frViewPreview: TFrame},
uViewBase in 'uViewBase.pas' {frViewBase: TFrame},
uEditorDBBase in 'uEditorDBBase.pas' {fEditorDBBase: TCustomEditor},
uEditorDBItem in 'uEditorDBItem.pas' {fEditorDBItem: TCustomEditor},
uViewBarraSeleccion in 'uViewBarraSeleccion.pas' {frViewBarraSeleccion: TFrame},
uViewGridBase in 'uViewGridBase.pas' {frViewGridBase: TFrame},
uBizInformesAware in 'uBizInformesAware.pas',
uViewFormaPago in 'uViewFormaPago.pas' {frViewFormaPago: TFrame},
uViewObservaciones in 'uViewObservaciones.pas' {frViewObservaciones: TFrame},
uViewTotales in 'uViewTotales.pas' {frViewTotales: TFrame},
uViewDetallesBase in 'uViewDetallesBase.pas' {frViewDetallesBase: TFrame},
uViewIncidencias in 'uViewIncidencias.pas' {frViewIncidencias: TFrame},
uViewDetallesDTO in 'uViewDetallesDTO.pas' {frViewDetallesDTO: TCustomView},
uViewDetallesGenerico in 'uViewDetallesGenerico.pas' {frViewDetallesGenerico: TFrame},
uViewGrid2Niveles in 'uViewGrid2Niveles.pas' {frViewGrid2Niveles: TFrame},
uEditorBasico in 'uEditorBasico.pas' {fEditorBasico},
uDialogBase in 'uDialogBase.pas' {fDialogBase},
uViewFiltroBase in 'uViewFiltroBase.pas' {frViewFiltroBase: TFrame},
uViewGrid in 'uViewGrid.pas' {frViewGrid: TFrame},
uDialogElegirEMail in 'uDialogElegirEMail.pas' {fDialogElegirEMail},
uDialogListaEnvioEMail in 'uDialogListaEnvioEMail.pas' {fDialogListaEnvioEMail};
end.