ProGestion/Modulos/Documentos asociados/DocumentosAsociados.dpk
2007-06-21 16:12:43 +00:00

36 lines
770 B
ObjectPascal

package DocumentosAsociados;
{$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
BaseD7;
contains
uViewDocumentosAsociados in 'uViewDocumentosAsociados.pas' {frViewDocumentosAsociados: TCustomView},
uBizDocumentosAsociados in 'uBizDocumentosAsociados.pas',
uEditorNombreDirectorio in 'uEditorNombreDirectorio.pas' {EditorNombreDirectorio};
end.