git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@2 c93665c3-c93d-084d-9b98-7d5f4a9c3376
107 lines
2.5 KiB
ObjectPascal
107 lines
2.5 KiB
ObjectPascal
package FacturasCliente_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,
|
|
dxPScxGridLnkD10,
|
|
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,
|
|
FacturasCliente_model,
|
|
FacturasCliente_controller,
|
|
FacturasCliente_data,
|
|
JvGlobusD10R,
|
|
VclSmp,
|
|
vclie,
|
|
frxe10,
|
|
frxTee10,
|
|
fsTee10,
|
|
tee,
|
|
teeui,
|
|
teedb,
|
|
Articulos_view,
|
|
FormasPago_model,
|
|
FormasPago_controller,
|
|
AlbCli_FacCli_relation;
|
|
|
|
contains
|
|
uFacturasClienteViewRegister in 'uFacturasClienteViewRegister.pas',
|
|
uViewFacturasCliente in 'uViewFacturasCliente.pas' {frViewFacturasCliente: TFrame},
|
|
uEditorFacturasCliente in 'uEditorFacturasCliente.pas' {fEditorFacturasCliente: TfEditorFacturasCliente},
|
|
uViewFacturaCliente in 'uViewFacturaCliente.pas' {frViewFacturaCliente: TFrame},
|
|
uEditorFacturaCliente in 'uEditorFacturaCliente.pas' {fEditorFacturaCliente: TfEditorFacturaCliente},
|
|
uViewDetallesFacturaCliente in 'uViewDetallesFacturaCliente.pas' {frViewDetallesFacturaCliente: TFrame},
|
|
uEditorFacturasClienteReport in 'uEditorFacturasClienteReport.pas' {fEditorFacturasClientePreview},
|
|
uEditorElegirArticulosFacturaCliente in 'uEditorElegirArticulosFacturaCliente.pas' {fEditorElegirArticulosFacturaCliente: TForm},
|
|
uViewElegirArticulosFacturasCliente in 'uViewElegirArticulosFacturasCliente.pas' {frViewElegirArticulosFacturasCliente: TFrame},
|
|
uEditorElegirFacturasCliente in 'uEditorElegirFacturasCliente.pas' {fEditorElegirFacturasCliente: TfEditorElegirFacturasCliente};
|
|
|
|
end.
|