git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
85 lines
2.5 KiB
ObjectPascal
85 lines
2.5 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}
|
|
{$DEFINE DEBUG}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
dbrtl,
|
|
vcldb,
|
|
frx11,
|
|
frxe11,
|
|
fs11,
|
|
JvAppFrmD11R,
|
|
JvCtrlsD11R,
|
|
Base,
|
|
dxLayoutControlD11,
|
|
dxPScxCommonD11,
|
|
dxPScxGrid6LnkD11,
|
|
JvGlobusD11R,
|
|
vclx,
|
|
cxLibraryD11,
|
|
dxThemeD11,
|
|
dxGDIPlusD11,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
vclactnband,
|
|
tb2k_d10,
|
|
tbx_d10,
|
|
cxEditorsD11,
|
|
cxDataD11,
|
|
vcljpg,
|
|
cxExportD11,
|
|
ccpackD11;
|
|
|
|
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},
|
|
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},
|
|
uViewDocumentos in 'uViewDocumentos.pas' {frViewDocumentos: TFrame},
|
|
uDialogElegirEMail in 'uDialogElegirEMail.pas' {fDialogElegirEMail: TForm};
|
|
|
|
end.
|