git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@312 f4e31baf-9722-1c47-927c-6f952f962d4b
88 lines
2.6 KiB
ObjectPascal
88 lines
2.6 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,
|
||
dxBarD11,
|
||
dxBarExtItemsD11,
|
||
dxLayoutControlD11,
|
||
dxPScxCommonD11,
|
||
dxPScxGrid6LnkD11,
|
||
dxPsPrVwAdvD11,
|
||
JvGlobusD11R,
|
||
vclx,
|
||
cxLibraryD11,
|
||
dxThemeD11,
|
||
dxGDIPlusD11,
|
||
PngComponentsD10,
|
||
PNG_D10,
|
||
vclactnband,
|
||
tb2k_d10,
|
||
tbx_d10,
|
||
cxEditorsD11,
|
||
cxDataD11,
|
||
vcljpg,
|
||
cxTreeListD11,
|
||
cxExportD11;
|
||
|
||
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';
|
||
|
||
end.
|
||
|