ConstruccionesCNJ_FactuGES/Modulos/Facturas de cliente/Views/FacturasCliente_view.dpk
2007-06-21 15:50:59 +00:00

102 lines
2.2 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,
ClassRegistry,
Contactos_view,
DataAbstract_D10,
Empresas_controller,
FacturasCliente_model,
FacturasCliente_controller,
FacturasCliente_data,
JvGlobusD10R,
VclSmp,
vclie,
frxe10,
frxTee10,
fsTee10,
tee,
teeui,
teedb;
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},
uEditorSituacionFacturaCliente in 'uEditorSituacionFacturaCliente.pas' {fEditorSituacionFacturaCliente: TForm},
uEditorFacturasClienteReport in 'uEditorFacturasClienteReport.pas' {fEditorFacturasClientePreview};
end.