git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@286 c93665c3-c93d-084d-9b98-7d5f4a9c3376
116 lines
3.0 KiB
ObjectPascal
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.
|