git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@83 c93665c3-c93d-084d-9b98-7d5f4a9c3376
74 lines
1.2 KiB
ObjectPascal
74 lines
1.2 KiB
ObjectPascal
package Informes_view;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
dbrtl,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
vcldb,
|
|
cxTreeListD10,
|
|
cxExportD10,
|
|
EasyListviewD10,
|
|
MPCommonLibD10,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
vclactnband,
|
|
vclx,
|
|
dsnap,
|
|
adortl,
|
|
tbx_d10,
|
|
tb2k_d10,
|
|
JvCoreD10R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD10R,
|
|
JvStdCtrlsD10R,
|
|
JvPageCompsD10R,
|
|
GUISDK_D10,
|
|
ccpack10,
|
|
designide,
|
|
xmlrtl,
|
|
cfpack_d10,
|
|
JvAppFrmD10R,
|
|
Informes_controller,
|
|
Informes_model,
|
|
JvGlobusD10R,
|
|
VclSmp,
|
|
bdertl,
|
|
vclie;
|
|
|
|
contains
|
|
uViewInformes in 'uViewInformes.pas' {frViewInformes: TFrame},
|
|
uEditorInformes in 'uEditorInformes.pas' {fEditorInformes: TfEditorInformes},
|
|
uInformesViewRegister in 'uInformesViewRegister.pas';
|
|
|
|
end.
|