git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@101 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
38 lines
779 B
ObjectPascal
38 lines
779 B
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 ON}
|
|
|
|
requires
|
|
InformesBase_controller,
|
|
InformesBase_view,
|
|
Informes_controller;
|
|
|
|
contains
|
|
uViewInformes in 'uViewInformes.pas' {frViewInformes: TFrame},
|
|
uEditorInformes in 'uEditorInformes.pas' {fEditorInformes: TfEditorInformes},
|
|
uInformesViewRegister in 'uInformesViewRegister.pas';
|
|
|
|
end.
|