This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Source/Modulos/Pedidos de cliente/Views/PedidosCliente_view.dpk

108 lines
3.1 KiB
ObjectPascal

package PedidosCliente_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 OFF}
requires
PedidosCliente_model,
PedidosCliente_controller,
rtl,
vcl,
dbrtl,
vcldb,
DataAbstract_Core_D11,
dsnap,
adortl,
RemObjects_Core_D11,
GUISDK_D11R,
designide,
xmlrtl,
vclactnband,
vclx,
JvStdCtrlsD11R,
vcljpg,
JclVcl,
Jcl,
vclimg,
JvCoreD11R,
JvSystemD11R,
JvCtrlsD11R,
PNG_D10,
PngComponentsD10,
cxEditorsD11,
cxLibraryD11,
dxThemeD11,
dxGDIPlusD11,
dxCoreD11,
cxDataD11,
cxExtEditorsD11,
dxLayoutControlD11,
cxPageControlD11,
dxComnD11,
AlbaranesCliente_model,
AlbaranesCliente_controller,
FacturasCliente_controller,
FacturasCliente_model,
PedCli_AlbCli_relation,
Articulos_view,
teeUI,
tee,
fsTee11,
frxTee11,
SpTBXLib_d11,
TntUnicodeVcl,
tb2k_d11,
cxGridD11,
cxExportD11,
dxPScxPCProdD11,
dxPSCoreD11,
dxPsPrVwAdvD11,
dxBarExtItemsD11,
dxBarD11,
dxPScxExtCommonD11,
dxPScxCommonD11,
dxPSLnksD11,
vclshlctrls,
dxPScxGrid6LnkD11,
JvPageCompsD11R;
contains
uPedidosClienteViewRegister in 'uPedidosClienteViewRegister.pas',
uEditorPedidosCliente in 'uEditorPedidosCliente.pas' {fEditorPedidosCliente: TfEditorPedidosCliente},
uViewPedidosCliente in 'uViewPedidosCliente.pas' {frViewPedidosCliente: TFrame},
uViewPedidoCliente in 'uViewPedidoCliente.pas' {frViewPedidoCliente: TFrame},
uEditorPedidoCliente in 'uEditorPedidoCliente.pas' {fEditorPedidoCliente: TfEditorPedidoCliente},
uViewDetallesPedidoCliente in 'uViewDetallesPedidoCliente.pas' {frViewDetallesPedidoCliente: TFrame},
uEditorElegirPedidosCliente in 'uEditorElegirPedidosCliente.pas' {fEditorElegirPedidosCliente: TfEditorElegirPedidosCliente},
uViewElegirArticulosPedidosCliente in 'uViewElegirArticulosPedidosCliente.pas' {frViewElegirArticulosPedidosCliente: TFrame},
uEditorElegirArticulosPedidoCliente in 'uEditorElegirArticulosPedidoCliente.pas' {fEditorElegirArticulosPedidoCliente: TfEditorElegirArticulosPedidoCliente},
uViewDireccionEntregaPedidoCliente in 'uViewDireccionEntregaPedidoCliente.pas' {frViewDireccionEntregaPedidoCliente: TFrame},
uEditorPedidosClienteReport in 'uEditorPedidosClienteReport.pas' {fEditorPedidosClientePreview: TfEditorPedidosClientePreview},
uViewDatosYSeleccionClientePedido in 'uViewDatosYSeleccionClientePedido.pas' {frViewDatosYSeleccionClientePedido: TFrame},
uViewTotalesPedido in 'uViewTotalesPedido.pas' {frViewTotalesPedido: TFrame},
uViewArticulosPendientes in 'uViewArticulosPendientes.pas' {frViewArticulosPendientes: TFrame},
uEditorArticulosPendientes in 'uEditorArticulosPendientes.pas' {fEditorArticulosPendientes: TfEditorElegirArticulosPedidoCliente};
end.