git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@297 c93665c3-c93d-084d-9b98-7d5f4a9c3376
116 lines
3.0 KiB
ObjectPascal
116 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
|
|
rtl,
|
|
vcl,
|
|
dbrtl,
|
|
vcldb,
|
|
dsnap,
|
|
adortl,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
cxExtEditorsD10,
|
|
vclx,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
cxExportD10,
|
|
dxPSCoreD10,
|
|
dxComnD10,
|
|
frx10,
|
|
fs10,
|
|
fqb100,
|
|
bdertl,
|
|
dxPScxCommonD10,
|
|
dxPSLnksD10,
|
|
designide,
|
|
xmlrtl,
|
|
vclactnband,
|
|
vclshlctrls,
|
|
dxPScxGrid6LnkD10,
|
|
dclcxLibraryD10,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
tbx_d10,
|
|
tb2k_d10,
|
|
JvCoreD10R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD10R,
|
|
JvPageCompsD10R,
|
|
JvStdCtrlsD10R,
|
|
GUISDK_D10,
|
|
ccpack10,
|
|
cfpack_d10,
|
|
JvAppFrmD10R,
|
|
GUIBase,
|
|
Contactos_model,
|
|
Contactos_view,
|
|
DataAbstract_D10,
|
|
Empresas_controller,
|
|
frxe10,
|
|
frxTee10,
|
|
fsTee10,
|
|
tee,
|
|
teeui,
|
|
teedb,
|
|
PedidosCliente_controller,
|
|
PedidosCliente_data,
|
|
PedidosCliente_model,
|
|
JvGlobusD10R,
|
|
VclSmp,
|
|
vclie,
|
|
Articulos_view,
|
|
dxLayoutControlD10,
|
|
FormasPago_model,
|
|
FormasPago_controller,
|
|
AlbaranesCliente_model,
|
|
AlbaranesCliente_controller,
|
|
FacturasCliente_model,
|
|
FacturasCliente_controller,
|
|
PedCli_PedProv_relation,
|
|
PedCli_AlbCli_relation,
|
|
dxGDIPlusD10;
|
|
|
|
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},
|
|
uDialogListaPedidosCliEnvioEMail in 'uDialogListaPedidosCliEnvioEMail.pas' {fDialogListaPedidosCliEnvioEMail: TfDialogListaPedidosCliEnvioEMail};
|
|
|
|
end.
|