git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@201 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
88 lines
2.7 KiB
ObjectPascal
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.
|