2007-10-26 18:19:55 +00:00
|
|
|
package PresupuestosCliente_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-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
requires
|
|
|
|
|
Base,
|
|
|
|
|
GUIBase,
|
|
|
|
|
PresupuestosCliente_model,
|
|
|
|
|
PresupuestosCliente_controller,
|
2008-05-30 17:59:41 +00:00
|
|
|
Articulos_view,
|
2008-06-02 11:29:05 +00:00
|
|
|
PreCli_AlbCli_relation,
|
2008-08-27 14:17:04 +00:00
|
|
|
PreCli_FacCli_relation,
|
|
|
|
|
vcl,
|
|
|
|
|
rtl,
|
|
|
|
|
tb2k_d10,
|
|
|
|
|
tbx_d10,
|
|
|
|
|
cxLibraryD11,
|
|
|
|
|
dxThemeD11,
|
|
|
|
|
dxGDIPlusD11,
|
|
|
|
|
cxEditorsD11,
|
|
|
|
|
cxDataD11,
|
|
|
|
|
dbrtl,
|
|
|
|
|
vcljpg,
|
2008-08-27 16:48:20 +00:00
|
|
|
vcldb;
|
2008-01-08 10:31:12 +00:00
|
|
|
|
2007-10-26 18:19:55 +00:00
|
|
|
contains
|
|
|
|
|
uPresupuestosClienteViewRegister in 'uPresupuestosClienteViewRegister.pas',
|
|
|
|
|
uEditorPresupuestosCliente in 'uEditorPresupuestosCliente.pas' {fEditorPresupuestosCliente: TfEditorPedidosCliente},
|
|
|
|
|
uViewPresupuestosCliente in 'uViewPresupuestosCliente.pas' {frViewPresupuestosCliente: TFrame},
|
|
|
|
|
uViewPresupuestoCliente in 'uViewPresupuestoCliente.pas' {frViewPresupuestoCliente: TFrame},
|
|
|
|
|
uEditorPresupuestoCliente in 'uEditorPresupuestoCliente.pas' {fEditorPresupuestoCliente: TfEditorPedidoCliente},
|
|
|
|
|
uViewDetallesPresupuestoCliente in 'uViewDetallesPresupuestoCliente.pas' {frViewDetallesPresupuestoCliente: TFrame},
|
|
|
|
|
uEditorElegirPresupuestosCliente in 'uEditorElegirPresupuestosCliente.pas' {fEditorElegirPresupuestosCliente: TfEditorElegirPedidosCliente},
|
|
|
|
|
uViewElegirArticulosPresupuestosCliente in 'uViewElegirArticulosPresupuestosCliente.pas' {frViewElegirArticulosPresupuestosCliente: TFrame},
|
|
|
|
|
uEditorElegirArticulosPresupuestoCliente in 'uEditorElegirArticulosPresupuestoCliente.pas' {fEditorElegirArticulosPresupuestoCliente: TfEditorElegirArticulosPedidoCliente},
|
2008-01-04 17:21:05 +00:00
|
|
|
uEditorPresupuestosClienteReport in 'uEditorPresupuestosClienteReport.pas' {fEditorPresupuestosClientePreview: TfEditorPedidosClientePreview},
|
2008-08-13 12:01:59 +00:00
|
|
|
uViewDireccionEntregaPresupuestoCliente in 'uViewDireccionEntregaPresupuestoCliente.pas' {frViewDireccionEntregaPresupuestoCliente: TFrame},
|
2008-08-27 14:17:04 +00:00
|
|
|
uEditorFechaDecision in 'uEditorFechaDecision.pas' {fEditorFechaDecision},
|
|
|
|
|
uViewDocumentosPresupuestoCliente in 'uViewDocumentosPresupuestoCliente.pas' {frViewDocumentosPresupuestoCliente: TFrame};
|
2007-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
end.
|