2007-09-12 14:11:44 +00:00
|
|
|
package Base;
|
|
|
|
|
|
|
|
|
|
{$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}
|
2008-11-10 19:38:27 +00:00
|
|
|
{$REFERENCEINFO OFF}
|
2007-09-12 14:11:44 +00:00
|
|
|
{$SAFEDIVIDE OFF}
|
|
|
|
|
{$STACKFRAMES ON}
|
|
|
|
|
{$TYPEDADDRESS OFF}
|
|
|
|
|
{$VARSTRINGCHECKS ON}
|
|
|
|
|
{$WRITEABLECONST OFF}
|
|
|
|
|
{$MINENUMSIZE 1}
|
|
|
|
|
{$IMAGEBASE $400000}
|
|
|
|
|
{$DESCRIPTION 'Libreria base de FactuGES'}
|
2008-03-25 17:05:10 +00:00
|
|
|
{$IMPLICITBUILD OFF}
|
2007-10-08 07:58:40 +00:00
|
|
|
{$DEFINE DEBUG}
|
2007-09-12 14:11:44 +00:00
|
|
|
|
|
|
|
|
requires
|
|
|
|
|
rtl,
|
|
|
|
|
vcl,
|
2007-09-19 16:38:24 +00:00
|
|
|
TB2k_D10,
|
2009-03-05 15:19:59 +00:00
|
|
|
GUISDK_D11R,
|
2007-11-08 20:58:47 +00:00
|
|
|
RemObjects_Core_D11,
|
|
|
|
|
DataAbstract_Core_D11,
|
2007-09-19 16:38:24 +00:00
|
|
|
vcljpg,
|
2007-09-12 14:11:44 +00:00
|
|
|
IndyCore,
|
|
|
|
|
IndySystem,
|
2007-09-19 16:38:24 +00:00
|
|
|
IndyProtocols,
|
|
|
|
|
PNG_D10,
|
|
|
|
|
PngComponentsD10,
|
|
|
|
|
tbx_d10,
|
2007-09-12 14:11:44 +00:00
|
|
|
Jcl,
|
|
|
|
|
JvCoreD11R,
|
|
|
|
|
JvSystemD11R,
|
2007-09-19 16:38:24 +00:00
|
|
|
JvStdCtrlsD11R,
|
2007-09-12 14:11:44 +00:00
|
|
|
JvDlgsD11R,
|
|
|
|
|
JvNetD11R,
|
2007-10-03 10:27:58 +00:00
|
|
|
JvPageCompsD11R,
|
2007-10-03 16:03:28 +00:00
|
|
|
JSDialog100,
|
|
|
|
|
dbrtl,
|
|
|
|
|
vcldb,
|
|
|
|
|
dsnap,
|
2007-10-08 07:58:40 +00:00
|
|
|
adortl,
|
|
|
|
|
vclactnband,
|
|
|
|
|
vclx,
|
|
|
|
|
JclVcl,
|
|
|
|
|
JvMMD11R,
|
|
|
|
|
JvCtrlsD11R,
|
|
|
|
|
pckUCDataConnector,
|
|
|
|
|
pckUserControl_RT,
|
|
|
|
|
dclIndyCore,
|
|
|
|
|
designide,
|
|
|
|
|
xmlrtl,
|
|
|
|
|
VclSmp,
|
2007-10-10 08:51:38 +00:00
|
|
|
pckMD5,
|
2007-12-27 19:09:56 +00:00
|
|
|
JvCmpD11R,
|
|
|
|
|
dxGDIPlusD11,
|
|
|
|
|
cxLibraryD11,
|
|
|
|
|
dxThemeD11,
|
|
|
|
|
cxEditorsD11,
|
|
|
|
|
cxDataD11,
|
|
|
|
|
cxExtEditorsD11,
|
|
|
|
|
cxGridD11,
|
|
|
|
|
cxPageControlD11,
|
|
|
|
|
cxExportD11,
|
|
|
|
|
dxPSCoreD11,
|
|
|
|
|
cxIntl6D11,
|
2008-03-03 12:20:53 +00:00
|
|
|
cxIntlPrintSys3D11,
|
|
|
|
|
RemObjects_Indy_D11;
|
2007-09-12 14:11:44 +00:00
|
|
|
|
|
|
|
|
contains
|
|
|
|
|
uDataTableUtils in 'Utiles\uDataTableUtils.pas',
|
|
|
|
|
uDBSelectionListUtils in 'Utiles\uDBSelectionListUtils.pas',
|
|
|
|
|
uIntegerListUtils in 'Utiles\uIntegerListUtils.pas',
|
2007-10-24 18:54:18 +00:00
|
|
|
uDMBase in 'uDMBase.pas' {dmBase: TDataModule},
|
2007-10-03 16:03:28 +00:00
|
|
|
uDataModuleConexion in 'Conexion\uDataModuleConexion.pas' {dmConexion: TDataModule},
|
|
|
|
|
uConfigurarConexion in 'Conexion\uConfigurarConexion.pas' {fConfigurarConexion: TForm},
|
2007-09-12 14:11:44 +00:00
|
|
|
uSistemaFunc in 'Utiles\uSistemaFunc.pas',
|
|
|
|
|
FactuGES_Intf in '..\Servicios\FactuGES_Intf.pas',
|
2008-05-30 16:56:23 +00:00
|
|
|
uGridStatusUtils in 'Utiles\uGridStatusUtils.pas',
|
2007-09-12 14:11:44 +00:00
|
|
|
uDateUtils in 'Utiles\uDateUtils.pas',
|
2007-10-03 16:03:28 +00:00
|
|
|
uDataModuleConfiguracion in 'Configuracion\uDataModuleConfiguracion.pas' {dmConfiguracion: TDataModule},
|
|
|
|
|
uViewRegistryUtils in 'Utiles\ClassRegistry\uViewRegistryUtils.pas',
|
|
|
|
|
uClassRegistryUtils in 'Utiles\ClassRegistry\uClassRegistryUtils.pas',
|
|
|
|
|
uEditorRegistryUtils in 'Utiles\ClassRegistry\uEditorRegistryUtils.pas',
|
2007-09-12 14:11:44 +00:00
|
|
|
uDialogUtils in 'Utiles\uDialogUtils.pas',
|
|
|
|
|
uNumUtils in 'Utiles\uNumUtils.pas',
|
2007-10-03 10:27:58 +00:00
|
|
|
uMD5 in 'Utiles\uMD5.pas',
|
2007-09-12 14:11:44 +00:00
|
|
|
uPasswordUtils in 'Utiles\uPasswordUtils.pas',
|
|
|
|
|
uInfoProjectUtils in 'Utiles\uInfoProjectUtils.pas',
|
2007-10-03 16:03:28 +00:00
|
|
|
uInformeRegistryUtils in 'Utiles\ClassRegistry\uInformeRegistryUtils.pas',
|
2007-10-24 18:54:18 +00:00
|
|
|
uCalculosUtils in 'Utiles\uCalculosUtils.pas',
|
2007-10-03 16:03:28 +00:00
|
|
|
uControllerBase in 'Controladores\uControllerBase.pas',
|
2007-10-22 17:55:10 +00:00
|
|
|
uControllerDetallesBase in 'Controladores\uControllerDetallesBase.pas',
|
2007-10-24 18:54:18 +00:00
|
|
|
schBase_Intf in 'schBase_Intf.pas',
|
2008-02-05 12:11:55 +00:00
|
|
|
uDataModuleBase in 'uDataModuleBase.pas' {DataModuleBase: TDataModule},
|
2008-03-27 17:01:26 +00:00
|
|
|
uStringsUtils in 'Utiles\uStringsUtils.pas',
|
2008-05-30 16:56:23 +00:00
|
|
|
uAppInfoUtils in 'Utiles\uAppInfoUtils.pas',
|
|
|
|
|
Ctltortf in 'Utiles\Ctltortf.pas',
|
|
|
|
|
uRTFUtils in 'Utiles\uRTFUtils.pas',
|
|
|
|
|
ClipboardUtils in 'Utiles\ClipboardUtils.pas',
|
2008-06-03 11:15:51 +00:00
|
|
|
uGridClipboardUtils in 'Utiles\uGridClipboardUtils.pas',
|
2008-08-21 17:01:02 +00:00
|
|
|
uReferenciasUtils in 'Utiles\uReferenciasUtils.pas',
|
2008-09-30 12:12:40 +00:00
|
|
|
uEMailUtils in 'Utiles\uEMailUtils.pas',
|
2009-01-22 16:09:06 +00:00
|
|
|
uSaveClipboard in 'Utiles\uSaveClipboard.pas',
|
2012-06-11 14:31:03 +00:00
|
|
|
MidasSpeedFix in 'Utiles\MidasSpeedFix.pas',
|
|
|
|
|
uEditorConexiones in 'Conexion\uEditorConexiones.pas' {fEditorConexiones: TfEditorConexiones};
|
2007-09-12 14:11:44 +00:00
|
|
|
|
|
|
|
|
end.
|