2007-10-26 18:19:55 +00:00
|
|
|
|
package PresupuestosCliente_controller;
|
|
|
|
|
|
|
|
|
|
|
|
{$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-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
|
|
requires
|
|
|
|
|
|
GUIBase,
|
|
|
|
|
|
PresupuestosCliente_data,
|
|
|
|
|
|
Contactos_controller,
|
|
|
|
|
|
Articulos_controller,
|
2008-08-27 14:17:04 +00:00
|
|
|
|
PresupuestosCliente_model,
|
|
|
|
|
|
GestorDocumentos_controller;
|
2007-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
|
|
contains
|
|
|
|
|
|
uPresupuestosClienteController in 'uPresupuestosClienteController.pas',
|
|
|
|
|
|
uDetallesPresupuestoClienteController in 'uDetallesPresupuestoClienteController.pas',
|
|
|
|
|
|
uIEditorPresupuestosCliente in 'View\uIEditorPresupuestosCliente.pas',
|
|
|
|
|
|
uIEditorPresupuestoCliente in 'View\uIEditorPresupuestoCliente.pas',
|
|
|
|
|
|
uIEditorElegirPresupuestosCliente in 'View\uIEditorElegirPresupuestosCliente.pas',
|
|
|
|
|
|
uArticulosPresupuestoClienteController in 'uArticulosPresupuestoClienteController.pas',
|
|
|
|
|
|
uIEditorElegirArticulosPresupuestosCliente in 'View\uIEditorElegirArticulosPresupuestosCliente.pas',
|
|
|
|
|
|
uIEditorDireccionEntregaPresupuestoCliente in 'View\uIEditorDireccionEntregaPresupuestoCliente.pas',
|
|
|
|
|
|
uPresupuestosClienteReportController in 'uPresupuestosClienteReportController.pas',
|
2009-03-27 10:57:28 +00:00
|
|
|
|
uIEditorPresupuestosClientePreview in 'View\uIEditorPresupuestosClientePreview.pas',
|
2010-06-22 14:38:19 +00:00
|
|
|
|
uIEditorVariarPrecios in 'View\uIEditorVariarPrecios.pas',
|
|
|
|
|
|
uIDialogListaPresupuestosEnvioEMail in 'View\uIDialogListaPresupuestosEnvioEMail.pas';
|
2007-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
|
|
end.
|
2008-03-25 17:05:10 +00:00
|
|
|
|
|