git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@21 40301925-124e-1c4e-b97d-170ad7a8785b
84 lines
2.4 KiB
ObjectPascal
84 lines
2.4 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
|
|
GUIBase,
|
|
FacturasCliente_model,
|
|
FacturasCliente_controller,
|
|
Contactos_view,
|
|
Articulos_view,
|
|
AlbCli_FacCli_relation,
|
|
Contabilidad_view,
|
|
Contabilidad_controller,
|
|
vcl,
|
|
rtl,
|
|
dbrtl,
|
|
DataAbstract_Core_D11,
|
|
vcldb,
|
|
dsnap,
|
|
adortl,
|
|
RemObjects_Core_D11,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
vclactnband,
|
|
vclx,
|
|
cxLibraryD11,
|
|
dxThemeD11,
|
|
dxGDIPlusD11,
|
|
cxEditorsD11,
|
|
cxDataD11,
|
|
vcljpg,
|
|
dxLayoutControlD11,
|
|
dxComnD11,
|
|
GestorInformes_controller,
|
|
JvStdCtrlsD11R,
|
|
JclVcl,
|
|
Jcl,
|
|
JvCoreD11R,
|
|
JvSystemD11R,
|
|
JvCtrlsD11R,
|
|
GUISDK_D11R,
|
|
designide,
|
|
xmlrtl,
|
|
dxCoreD11,
|
|
ConCli_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},
|
|
uViewClienteFactura in 'uViewClienteFactura.pas' {frViewClienteFactura: TFrame},
|
|
uEditorElegirSituacion in 'uEditorElegirSituacion.pas' {fEditorElegirSituacion: TForm};
|
|
|
|
end.
|