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/Facturas proforma/Views/FacturasProforma_view.dpk
2013-12-12 17:42:50 +00:00

88 lines
2.7 KiB
ObjectPascal

package FacturasProforma_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
Base,
GUIBase,
ApplicationBase,
Contactos_view,
rtl,
vcl,
cxLibraryD11,
dxThemeD11,
dxGDIPlusD11,
dxCoreD11,
vclx,
FacturasProforma_model,
FacturasProforma_controller,
dbrtl,
PNG_D10,
PngComponentsD10,
vclactnband,
tb2k_d10,
tbx_d10,
JSDialog100,
xmlrtl,
designide,
cxGridD11,
cxPageControlD11,
cxExtEditorsD11,
cxDataD11,
cxEditorsD11,
vcljpg,
vcldb,
cxExportD11,
DataAbstract_Core_D11,
dsnap,
adortl,
RemObjects_Core_D11,
GUISDK_D11R,
JvStdCtrlsD11R,
JclVcl,
Jcl,
JvCoreD11R,
JvSystemD11R,
JvPageCompsD11R,
Articulos_view,
FacProforma_FacCli_relation;
contains
uFacturasProformaViewRegister in 'uFacturasProformaViewRegister.pas',
uViewFacturasProforma in 'uViewFacturasProforma.pas' {frViewFacturasProforma: TFrame},
uEditorFacturasProforma in 'uEditorFacturasProforma.pas' {fEditorFacturasProforma: TfEditorFacturasCliente},
uViewFacturaProforma in 'uViewFacturaProforma.pas' {frViewFacturaProforma: TFrame},
uEditorFacturaProforma in 'uEditorFacturaProforma.pas' {fEditorFacturaProforma: TfEditorFacturaCliente},
uViewDetallesFacturaProforma in 'uViewDetallesFacturaProforma.pas' {frViewDetallesFacturaProforma: TFrame},
uEditorFacturasProformaReport in 'uEditorFacturasProformaReport.pas' {fEditorFacturasProformaPreview},
uEditorElegirArticulosFacturaProforma in 'uEditorElegirArticulosFacturaProforma.pas' {fEditorElegirArticulosFacturaProforma: TForm},
uViewElegirArticulosFacturasProforma in 'uViewElegirArticulosFacturasProforma.pas' {frViewElegirArticulosFacturasProforma: TFrame},
uViewDatosYSeleccionClienteFacturaProforma in 'uViewDatosYSeleccionClienteFacturaProforma.pas' {frViewDatosYSeleccionClienteFacturaProforma: TFrame},
uDialogOpcionesImpresionFacturasProforma in 'uDialogOpcionesImpresionFacturasProforma.pas' {fDialogOpcionesImpresionFacturasProforma: TfEditorElegirFacturasCliente},
uDialogListaFacturasProformaEnvioEMail in 'uDialogListaFacturasProformaEnvioEMail.pas' {fDialogListaFacturasProformaEnvioEMail: TForm},
uEditorElegirFacturasProforma in 'uEditorElegirFacturasProforma.pas' {fEditorElegirFacturasProforma: TForm};
end.