2007-11-05 18:00:22 +00:00
|
|
|
package FacturasCliente_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}
|
2008-03-25 17:05:10 +00:00
|
|
|
{$IMPLICITBUILD OFF}
|
2007-11-05 18:00:22 +00:00
|
|
|
|
|
|
|
|
requires
|
2008-11-06 10:56:45 +00:00
|
|
|
Base,
|
2007-11-05 18:00:22 +00:00
|
|
|
GUIBase,
|
2008-11-06 10:56:45 +00:00
|
|
|
ApplicationBase,
|
2007-11-05 18:00:22 +00:00
|
|
|
FacturasCliente_model,
|
|
|
|
|
FacturasCliente_controller,
|
|
|
|
|
Contactos_view,
|
2008-06-02 15:15:06 +00:00
|
|
|
Articulos_view,
|
2008-08-12 14:02:15 +00:00
|
|
|
AlbCli_FacCli_relation,
|
2008-10-15 18:51:06 +00:00
|
|
|
PreCli_FacCli_relation,
|
|
|
|
|
GestorInformes_controller;
|
2007-11-05 18:00:22 +00:00
|
|
|
|
|
|
|
|
contains
|
|
|
|
|
uFacturasClienteViewRegister in 'uFacturasClienteViewRegister.pas',
|
|
|
|
|
uViewFacturasCliente in 'uViewFacturasCliente.pas' {frViewFacturasCliente: TFrame},
|
|
|
|
|
uEditorFacturasCliente in 'uEditorFacturasCliente.pas' {fEditorFacturasCliente: TfEditorFacturasCliente},
|
|
|
|
|
uViewFacturaCliente in 'uViewFacturaCliente.pas' {frViewFacturaCliente: TFrame},
|
|
|
|
|
uEditorFacturaCliente in 'uEditorFacturaCliente.pas' {fEditorFacturaCliente: TfEditorFacturaCliente},
|
|
|
|
|
uViewDetallesFacturaCliente in 'uViewDetallesFacturaCliente.pas' {frViewDetallesFacturaCliente: TFrame},
|
|
|
|
|
uEditorFacturasClienteReport in 'uEditorFacturasClienteReport.pas' {fEditorFacturasClientePreview},
|
|
|
|
|
uEditorElegirArticulosFacturaCliente in 'uEditorElegirArticulosFacturaCliente.pas' {fEditorElegirArticulosFacturaCliente: TForm},
|
|
|
|
|
uViewElegirArticulosFacturasCliente in 'uViewElegirArticulosFacturasCliente.pas' {frViewElegirArticulosFacturasCliente: TFrame},
|
2008-11-06 10:56:45 +00:00
|
|
|
uEditorElegirFacturasCliente in 'uEditorElegirFacturasCliente.pas' {fEditorElegirFacturasCliente: TfEditorElegirFacturasCliente},
|
|
|
|
|
uViewDatosYSeleccionClienteFacturaCliente in 'uViewDatosYSeleccionClienteFacturaCliente.pas' {frViewDatosYSeleccionClienteFacturaCliente: TFrame};
|
2008-10-17 19:42:07 +00:00
|
|
|
|
2007-11-05 18:00:22 +00:00
|
|
|
end.
|