git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@4 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
85 lines
2.0 KiB
ObjectPascal
85 lines
2.0 KiB
ObjectPascal
package FacturasCliente;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DESCRIPTION 'Albaranes de cliente'}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
vcldb,
|
|
PluginSDK_D7R,
|
|
GUISDK_D7,
|
|
PngComponentsD7,
|
|
PNG_D7,
|
|
vclactnband,
|
|
vclx,
|
|
BaseD7,
|
|
DataAbstract_D7,
|
|
dbrtl,
|
|
dsnap,
|
|
adortl,
|
|
JvAppFrmD7R,
|
|
JvStdCtrlsD7R,
|
|
vcljpg,
|
|
JvCoreD7R,
|
|
JvSystemD7R,
|
|
designide,
|
|
JvPageCompsD7R,
|
|
tb2k_d7,
|
|
tbx_d7,
|
|
cxLibraryVCLD7,
|
|
dxThemeD7,
|
|
cxEditorsVCLD7,
|
|
cxDataD7,
|
|
cxExtEditorsVCLD7,
|
|
cxGridVCLD7,
|
|
cxPageControlVCLD7,
|
|
cxExportVCLD7,
|
|
dxPSCoreD7,
|
|
dxComnD7,
|
|
dxPScxCommonD7,
|
|
dxPSLnksD7,
|
|
vclshlctrls,
|
|
dxPScxGridLnkD7,
|
|
dclcxLibraryVCLD7,
|
|
dxLayoutControlD7,
|
|
cxIntlPrintSys3D7,
|
|
Jcl,
|
|
JclVcl,
|
|
Contactos;
|
|
|
|
contains
|
|
uEditorFacturasCliente in 'uEditorFacturasCliente.pas' {fEditorFacturasCliente: TCustomEditor},
|
|
uEditorFacturaCliente in 'uEditorFacturaCliente.pas' {fEditorFacturaCliente: TCustomEditor},
|
|
LiteralesFacturasCliente in 'LiteralesFacturasCliente.pas',
|
|
uBizFacturasCliente in '..\Reglas\uBizFacturasCliente.pas',
|
|
uDataModuleFacturasCliente in 'uDataModuleFacturasCliente.pas' {dmFacturasCliente: TDAClientDataModule},
|
|
uViewDatosFacturaCliente in 'uViewDatosFacturaCliente.pas' {frViewDatosFacturaCliente: TCustomView},
|
|
uViewDetallesFacturaCliente in 'uViewDetallesFacturaCliente.pas' {frViewDetallesFacturaCliente: TCustomView},
|
|
uViewFacturaCliente in 'uViewFacturaCliente.pas' {frViewFacturaCliente: TCustomView},
|
|
uViewFacturasCliente in 'uViewFacturasCliente.pas' {frViewFacturasCliente: TCustomView};
|
|
|
|
end.
|