git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@4 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
86 lines
2.0 KiB
ObjectPascal
86 lines
2.0 KiB
ObjectPascal
package ObrasFinal;
|
|
|
|
{$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
|
|
FacturasCliente,
|
|
Obras,
|
|
Contactos,
|
|
DocumentosAsociados,
|
|
rtl,
|
|
vcl,
|
|
PngComponentsD7,
|
|
PNG_D7,
|
|
vclactnband,
|
|
vclx,
|
|
PluginSDK_D7R,
|
|
GUISDK_D7,
|
|
dbrtl,
|
|
dsnap,
|
|
adortl,
|
|
dxLayoutControlD7,
|
|
cxLibraryVCLD7,
|
|
dxThemeD7,
|
|
dxComnD7,
|
|
tb2k_d7,
|
|
tbx_d7,
|
|
JvCoreD7R,
|
|
vcljpg,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD7R,
|
|
JvPageCompsD7R,
|
|
JvStdCtrlsD7R,
|
|
cxEditorsVCLD7,
|
|
cxDataD7,
|
|
vcldb,
|
|
cxGridVCLD7,
|
|
cxPageControlVCLD7,
|
|
cxExtEditorsVCLD7,
|
|
cxExportVCLD7,
|
|
dxPSCoreD7,
|
|
dxPScxGridLnkD7,
|
|
dxPScxCommonD7,
|
|
dxPSLnksD7,
|
|
designide,
|
|
vclshlctrls,
|
|
dclcxLibraryVCLD7,
|
|
Recibos;
|
|
|
|
contains
|
|
uPluginControllerObrasFinal in 'uPluginControllerObrasFinal.pas' {ModuleObrasFinal: TModuleController},
|
|
uDataModuleObrasFinal in 'uDataModuleObrasFinal.pas' {dmObrasFinal: TDataModule},
|
|
uBizObraFinal in '..\Reglas\uBizObraFinal.pas',
|
|
uEditorFacturasObras in 'uEditorFacturasObras.pas' {fEditorFacturasObras: TCustomEditor},
|
|
uEditorFacturaObra in 'uEditorFacturaObra.pas' {fEditorFacturaObra: TCustomEditor},
|
|
uViewObraRelacionada in 'uViewObraRelacionada.pas' {frViewObraRelacionada: TCustomView},
|
|
uEditorObrasFinal in 'uEditorObrasFinal.pas' {fEditorObrasFinal: TCustomEditor},
|
|
uViewFacturasObra in 'uViewFacturasObra.pas' {frViewFacturasObra: TCustomView},
|
|
uViewRecibosObra in 'uViewRecibosObra.pas' {frViewRecibosObra: TCustomView},
|
|
uEditorReciboObra in 'uEditorReciboObra.pas' {fEditorReciboObra: TCustomEditor},
|
|
LiteralesObrasFinal in 'LiteralesObrasFinal.pas';
|
|
|
|
end.
|