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.
LuisLeon_FactuGES2/Source/Modulos/Pedidos de cliente/Views/PedidosCliente_view.dpk

106 lines
3.0 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
GUIBase,
Contactos_model,
Contactos_controller,
Contactos_view,
Articulos_view,
GestorInformes_controller,
rtl,
vcl,
dbrtl,
vcldb,
PNG_D10,
PngComponentsD10,
vclactnband,
vclx,
cxLibraryD11,
dxThemeD11,
dxGDIPlusD11,
dxCoreD11,
cxExtEditorsD11,
cxDataD11,
cxEditorsD11,
vcljpg,
DataAbstract_Core_D11,
dsnap,
adortl,
RemObjects_Core_D11,
GUISDK_D11R,
designide,
xmlrtl,
dxLayoutControlD11,
dxComnD11,
JvStdCtrlsD11R,
JclVcl,
Jcl,
JvCoreD11R,
JvSystemD11R,
JvCtrlsD11R,
PedidosCliente_model,
PedidosCliente_controller,
tb2k_d10,
tbx_d10,
cxGridD11,
cxPageControlD11,
cxExportD11,
JvPageCompsD11R,
dxPSCoreD11,
dxPScxCommonD11,
dxPSLnksD11,
vclshlctrls,
dxPScxGrid6LnkD11,
dclcxLibraryD11,
frx11,
fs11,
fqb110,
bdertl,
frxe11,
PedCli_AlbCli_relation,
Almacenes_model,
Almacenes_controller,
PedCli_PedProv_relation;
contains
uPedidosClienteViewRegister in 'uPedidosClienteViewRegister.pas',
uEditorPedidosCliente in 'uEditorPedidosCliente.pas' {fEditorPedidosCliente: TfEditorPedidosProveedor},
uViewPedidosCliente in 'uViewPedidosCliente.pas' {frViewPedidosCliente: TFrame},
uDialogOpcionesImpresionPedidosCliente in 'uDialogOpcionesImpresionPedidosCliente.pas' {fDialogOpcionesImpresionPedidosCliente: TfEditorPedidosProveedor},
uViewDireccionEntregaPedidoCli in 'uViewDireccionEntregaPedidoCli.pas' {frViewDireccionEntregaPedidoCli: TFrame},
uViewDatosYSeleccionClientePedido in 'uViewDatosYSeleccionClientePedido.pas' {frViewDatosYSeleccionClientePedido: TFrame},
uViewPedidoCliente in 'uViewPedidoCliente.pas' {frViewPedidoCliente: TFrame},
uViewDetallesPedidoCliente in 'uViewDetallesPedidoCliente.pas' {frViewDetallesPedidoCliente: TFrame},
uEditorPedidoCliente in 'uEditorPedidoCliente.pas' {frEditorPedidoCliente: TFrame},
uViewElegirArticulosPedidosCliente in 'uViewElegirArticulosPedidosCliente.pas' {frViewElegirArticulosPedidosCliente: TFrame},
uEditorDireccionEntregaPedidoCliente in 'uEditorDireccionEntregaPedidoCliente.pas' {frEditorDireccionEntregaPedidoCliente: TForm},
uEditorElegirArticulosPedidoCliente in 'uEditorElegirArticulosPedidoCliente.pas' {frEditorElegirArticulosPedidoCliente: TForm},
uEditorPedidosClienteReport in 'uEditorPedidosClienteReport.pas' {frEditorPedidosClienteReport: T},
uDialogListaPedidosClienteEnvioEMail in 'uDialogListaPedidosClienteEnvioEMail.pas' {frDialogListaPedidosClienteEnvioEMail: TForm};
end.