72 lines
2.3 KiB
ObjectPascal
72 lines
2.3 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,
|
|
Base,
|
|
vcl,
|
|
dbrtl,
|
|
vcldb,
|
|
ControllerBase,
|
|
dxBarD10,
|
|
dxBarExtItemsD10,
|
|
dxPScxCommonD10,
|
|
dxPScxGridLnkD10,
|
|
dxPsPrVwAdvD10,
|
|
dxLayoutControlD10,
|
|
frx10,
|
|
frxe10,
|
|
fs10,
|
|
JvAppFrmD11R,
|
|
JvCtrlsD11R;
|
|
|
|
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};
|
|
|
|
end.
|