diff --git a/RodaxSoftware.FactuGES.proj b/RodaxSoftware.FactuGES.proj index 6baf95fe..700ef589 100644 --- a/RodaxSoftware.FactuGES.proj +++ b/RodaxSoftware.FactuGES.proj @@ -150,7 +150,7 @@ $(CodeFolder)\**\*.dsk; $(CodeFolder)\**\*.~*; $(CodeFolder)\**\*.bpl; - $(CodeFolder)\**\*.dcr; + $(CodeFolder)\**\*.drc; $(OutputPath)\**\*.*" Exclude="$(OutputPath)\Database\*"/> diff --git a/Source/ApplicationBase/Empresas/Test/Empresas_Tests.drc b/Source/ApplicationBase/Empresas/Test/Empresas_Tests.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/ApplicationBase/Empresas/Test/Empresas_Tests.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Base/Base.drc b/Source/Base/Base.drc deleted file mode 100644 index d993392a..00000000 --- a/Source/Base/Base.drc +++ /dev/null @@ -1,23 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -#define uClassRegistryUtils_eClassnotFound 65520 -STRINGTABLE -BEGIN - uClassRegistryUtils_eClassnotFound, "Class \"%s\" was not found in the registry." -END - -/* Conexion\uConfigurarConexion.dfm */ -/* Conexion\uDataModuleConexion.dfm */ -/* Configuracion\uDataModuleConfiguracion.dfm */ -/* uDataModuleBase.DFM */ -/* Actualizacion\uActualizacion.dfm */ -/* C:\Codigo Tecsitel\Source\Base\Base.res */ -/* C:\Codigo Tecsitel\Source\Base\Base.drf */ diff --git a/Source/Cliente/ApplicationBase.drc b/Source/Cliente/ApplicationBase.drc deleted file mode 100644 index cdb70b80..00000000 --- a/Source/Cliente/ApplicationBase.drc +++ /dev/null @@ -1,24 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* c:\codigo tecsitel\source\applicationbase\empresas\data\uDataModuleEmpresas.DFM */ -/* c:\codigo tecsitel\source\applicationbase\usuarios\data\uCambiarPassword.dfm */ -/* c:\codigo tecsitel\source\applicationbase\usuarios\data\uLoginForm.dfm */ -/* c:\codigo tecsitel\source\applicationbase\usuarios\data\uDataModuleUsuarios.DFM */ -/* c:\codigo tecsitel\source\applicationbase\empresas\views\uViewEmpresa.dfm */ -/* c:\codigo tecsitel\source\applicationbase\empresas\views\uEditorDatosBancariosEmpresa.dfm */ -/* c:\codigo tecsitel\source\applicationbase\empresas\views\uViewDatosBancarios.dfm */ -/* c:\codigo tecsitel\source\applicationbase\empresas\views\uEditorEmpresa.dfm */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\ApplicationBase.res */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\ApplicationBase.drf */ diff --git a/Source/Cliente/Base.drc b/Source/Cliente/Base.drc deleted file mode 100644 index 5a5f211c..00000000 --- a/Source/Cliente/Base.drc +++ /dev/null @@ -1,55 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -#define JSDialogStrs_StrAssignSourceMustB 65520 -#define JSDialogStrs_StrYouMustAssociateA 65521 -#define JSDialogStrs_sBtnYes 65522 -#define JSDialogStrs_sBtnNo 65523 -#define JSDialogStrs_sBtnOK 65524 -#define JSDialogStrs_sBtnCancel 65525 -#define JSDialogStrs_sBtnHelp 65526 -#define JSDialogStrs_sBtnAbort 65527 -#define JSDialogStrs_sBtnRetry 65528 -#define JSDialogStrs_sBtnIgnore 65529 -#define JSDialogStrs_sBtnAll 65530 -#define JSDialogStrs_sBtnNoToAll 65531 -#define JSDialogStrs_sBtnYesToAll 65532 -#define JSDialogStrs_sBtnClose 65533 -#define JSDialogStrs_StrConfirmation 65534 -#define uClassRegistryUtils_eClassnotFound 65535 -STRINGTABLE -BEGIN - JSDialogStrs_StrAssignSourceMustB, "Assign source must be a TJsDialog" - JSDialogStrs_StrYouMustAssociateA, "You must associate a Help File with your application" - JSDialogStrs_sBtnYes, "&Yes" - JSDialogStrs_sBtnNo, "&No" - JSDialogStrs_sBtnOK, "OK" - JSDialogStrs_sBtnCancel, "Cancel" - JSDialogStrs_sBtnHelp, "&Help" - JSDialogStrs_sBtnAbort, "&Abort" - JSDialogStrs_sBtnRetry, "&Retry" - JSDialogStrs_sBtnIgnore, "&Ignore" - JSDialogStrs_sBtnAll, "&All" - JSDialogStrs_sBtnNoToAll, "N&o to All" - JSDialogStrs_sBtnYesToAll, "Yes to &All" - JSDialogStrs_sBtnClose, "&Close" - JSDialogStrs_StrConfirmation, "Confirmation" - uClassRegistryUtils_eClassnotFound, "Class \"%s\" was not found in the registry." -END - -/* C:\Codigo Tecsitel\Lib\JSDialog\mbimg.res */ -/* C:\Codigo Tecsitel\Lib\JSDialog\vistaimg.res */ -/* ..\Base\uConfigurarConexion.dfm */ -/* ..\Base\uDataModuleConexion.dfm */ -/* ..\Base\uDataModuleConfiguracion.dfm */ -/* ..\Base\uDataModuleBase.DFM */ -/* ..\Base\uActualizacion.dfm */ -/* C:\Codigo Tecsitel\Source\Base\Base.res */ -/* Base.drf */ diff --git a/Source/Cliente/Contactos_controller.drc b/Source/Cliente/Contactos_controller.drc deleted file mode 100644 index eeee0c01..00000000 --- a/Source/Cliente/Contactos_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Controller\Contactos_controller.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Controller\Contactos_controller.drf */ diff --git a/Source/Cliente/Empresas_controller.drc b/Source/Cliente/Empresas_controller.drc deleted file mode 100644 index 4678b4d6..00000000 --- a/Source/Cliente/Empresas_controller.drc +++ /dev/null @@ -1,19 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -DESCRIPTION RCDATA -BEGIN - "\x47", "\x00", "\x65", "\x00", "\x73", "\x00", "\x74", "\x00", /* 0000: G.e.s.t. */ - "\x69", "\x00", "\xf3", "\x00", "\x6e", "\x00", "\x20", "\x00", /* 0008: i...n. . */ - "\x64", "\x00", "\x65", "\x00", "\x20", "\x00", "\x75", "\x00", /* 0010: d.e. .u. */ - "\x73", "\x00", "\x75", "\x00", "\x61", "\x00", "\x72", "\x00", /* 0018: s.u.a.r. */ - "\x69", "\x00", "\x6f", "\x00", "\x73", "\x00", "\x00", "\x00" /* 0020: i.o.s... */ -END - diff --git a/Source/Cliente/Empresas_data.drc b/Source/Cliente/Empresas_data.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Cliente/Empresas_data.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Cliente/Empresas_plugin.drc b/Source/Cliente/Empresas_plugin.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Cliente/Empresas_plugin.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Cliente/Empresas_view.drc b/Source/Cliente/Empresas_view.drc deleted file mode 100644 index 4678b4d6..00000000 --- a/Source/Cliente/Empresas_view.drc +++ /dev/null @@ -1,19 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -DESCRIPTION RCDATA -BEGIN - "\x47", "\x00", "\x65", "\x00", "\x73", "\x00", "\x74", "\x00", /* 0000: G.e.s.t. */ - "\x69", "\x00", "\xf3", "\x00", "\x6e", "\x00", "\x20", "\x00", /* 0008: i...n. . */ - "\x64", "\x00", "\x65", "\x00", "\x20", "\x00", "\x75", "\x00", /* 0010: d.e. .u. */ - "\x73", "\x00", "\x75", "\x00", "\x61", "\x00", "\x72", "\x00", /* 0018: s.u.a.r. */ - "\x69", "\x00", "\x6f", "\x00", "\x73", "\x00", "\x00", "\x00" /* 0020: i.o.s... */ -END - diff --git a/Source/Cliente/FactuGES.drc b/Source/Cliente/FactuGES.drc deleted file mode 100644 index 243af29e..00000000 --- a/Source/Cliente/FactuGES.drc +++ /dev/null @@ -1,22 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Archivos de programa\EurekaLog 6\Delphi11\DIALOG.RES */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* C:\Codigo Tecsitel\Lib\JVCL\JvXPCore.res */ -/* C:\Codigo Tecsitel\Source\Cliente\uSplash.dfm */ -/* C:\Codigo Tecsitel\Source\Cliente\uAcercaDe.dfm */ -/* C:\Codigo Tecsitel\Source\Cliente\uPantallaPrincipal.dfm */ -/* C:\Codigo Tecsitel\Source\Cliente\FactuGES.res */ -/* C:\Codigo Tecsitel\Source\Cliente\FactuGES.drf */ diff --git a/Source/Cliente/FacturasCliente_data.drc b/Source/Cliente/FacturasCliente_data.drc deleted file mode 100644 index 239017f3..00000000 --- a/Source/Cliente/FacturasCliente_data.drc +++ /dev/null @@ -1,20 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -DESCRIPTION RCDATA -BEGIN - "\x46", "\x00", "\x61", "\x00", "\x73", "\x00", "\x74", "\x00", /* 0000: F.a.s.t. */ - "\x51", "\x00", "\x75", "\x00", "\x65", "\x00", "\x72", "\x00", /* 0008: Q.u.e.r. */ - "\x79", "\x00", "\x42", "\x00", "\x75", "\x00", "\x69", "\x00", /* 0010: y.B.u.i. */ - "\x6c", "\x00", "\x64", "\x00", "\x65", "\x00", "\x72", "\x00", /* 0018: l.d.e.r. */ - "\x20", "\x00", "\x31", "\x00", "\x2e", "\x00", "\x30", "\x00", /* 0020: .1...0. */ - "\x33", "\x00", "\x00", "\x00" /* 0028: 3... */ -END - diff --git a/Source/Cliente/FormasPago_model.drc b/Source/Cliente/FormasPago_model.drc deleted file mode 100644 index 7824d92d..00000000 --- a/Source/Cliente/FormasPago_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -/* C:\Codigo Tecsitel\Lib\jvcl\JvXPCore.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* Unit1.dfm */ -/* uAcercaDe.dfm */ -/* uSplash.dfm */ -/* uPantallaPrincipal.dfm */ diff --git a/Source/Cliente/JvJansD11R.drc b/Source/Cliente/JvJansD11R.drc deleted file mode 100644 index 8a9ec876..00000000 --- a/Source/Cliente/JvJansD11R.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -/* C:\Archivos de programa\EurekaLog 6\Delphi11\DIALOG.RES */ -/* C:\Codigo Tecsitel\Lib\jvcl\JvXPCore.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* uAcercaDe.dfm */ -/* uSplash.dfm */ -/* uPantallaPrincipal.dfm */ diff --git a/Source/Cliente/dbrtl.drc b/Source/Cliente/dbrtl.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Cliente/dbrtl.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/GUIBase/GUIBase.drc b/Source/GUIBase/GUIBase.drc deleted file mode 100644 index 65291727..00000000 --- a/Source/GUIBase/GUIBase.drc +++ /dev/null @@ -1,38 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\GUIBase\uViewBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewFiltroBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewGridBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorItem.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorDBBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorGridBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewPreview.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorPreview.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorDBItem.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewBarraSeleccion.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewFormaPago.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewObservaciones.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewTotales.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewDetallesBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewIncidencias.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewDetallesDTO.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewDetallesGenerico.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewGrid2Niveles.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uEditorBasico.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uDialogBase.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\uViewGrid.dfm */ -/* C:\Codigo Tecsitel\Source\GUIBase\GUIBase.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf10.tmp */ diff --git a/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.drc b/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.drc deleted file mode 100644 index fc278cf3..00000000 --- a/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Controller\AlbaranesCliente_controller.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1B7.tmp */ diff --git a/Source/Modulos/Albaranes de cliente/Data/AlbaranesCliente_data.drc b/Source/Modulos/Albaranes de cliente/Data/AlbaranesCliente_data.drc deleted file mode 100644 index 0057b41c..00000000 --- a/Source/Modulos/Albaranes de cliente/Data/AlbaranesCliente_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Data\uDataModuleAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Data\AlbaranesCliente_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1B5.tmp */ diff --git a/Source/Modulos/Albaranes de cliente/Model/AlbaranesCliente_model.drc b/Source/Modulos/Albaranes de cliente/Model/AlbaranesCliente_model.drc deleted file mode 100644 index 966d73c6..00000000 --- a/Source/Modulos/Albaranes de cliente/Model/AlbaranesCliente_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Model\AlbaranesCliente_model.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1B3.tmp */ diff --git a/Source/Modulos/Albaranes de cliente/Plugin/AlbaranesCliente_plugin.drc b/Source/Modulos/Albaranes de cliente/Plugin/AlbaranesCliente_plugin.drc deleted file mode 100644 index d7f33921..00000000 --- a/Source/Modulos/Albaranes de cliente/Plugin/AlbaranesCliente_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Plugin\uPluginAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Plugin\AlbaranesCliente_plugin.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C5.tmp */ diff --git a/Source/Modulos/Albaranes de cliente/Views/AlbaranesCliente_view.drc b/Source/Modulos/Albaranes de cliente/Views/AlbaranesCliente_view.drc deleted file mode 100644 index fb54f9c4..00000000 --- a/Source/Modulos/Albaranes de cliente/Views/AlbaranesCliente_view.drc +++ /dev/null @@ -1,30 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewDetallesAlbaranCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewDireccionEntregaAlbaranCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewAlbaranCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorAlbaranCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewElegirArticulosAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorElegirArticulosAlbaranCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorAlbaranesClienteReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorElegirAlbaranesCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewAlbaranesDevCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorAlbaranesDevCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uViewAlbaranDevCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\uEditorAlbaranDevCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Views\AlbaranesCliente_view.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C3.tmp */ diff --git a/Source/Modulos/Albaranes de proveedor/Controller/AlbaranesProveedor_controller.drc b/Source/Modulos/Albaranes de proveedor/Controller/AlbaranesProveedor_controller.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Albaranes de proveedor/Controller/AlbaranesProveedor_controller.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Albaranes de proveedor/Data/AlbaranesProveedor_data.drc b/Source/Modulos/Albaranes de proveedor/Data/AlbaranesProveedor_data.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Albaranes de proveedor/Data/AlbaranesProveedor_data.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Albaranes de proveedor/Model/AlbaranesProveedor_model.drc b/Source/Modulos/Albaranes de proveedor/Model/AlbaranesProveedor_model.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Albaranes de proveedor/Model/AlbaranesProveedor_model.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.drc b/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.drc b/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Contactos/Controller/Contactos_controller.drc b/Source/Modulos/Contactos/Controller/Contactos_controller.drc deleted file mode 100644 index 168c6f9a..00000000 --- a/Source/Modulos/Contactos/Controller/Contactos_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Controller\Contactos_controller.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf189.tmp */ diff --git a/Source/Modulos/Contactos/Data/Contactos_data.drc b/Source/Modulos/Contactos/Data/Contactos_data.drc deleted file mode 100644 index 9da2a7e2..00000000 --- a/Source/Modulos/Contactos/Data/Contactos_data.drc +++ /dev/null @@ -1,20 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Data\uDataModuleContactos.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Data\uDataModuleClientes.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Data\uDataModuleProveedores.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Data\uDataModuleEmpleados.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Data\Contactos_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf187.tmp */ diff --git a/Source/Modulos/Contactos/Data/tbx_d10.drc b/Source/Modulos/Contactos/Data/tbx_d10.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Contactos/Data/tbx_d10.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Contactos/Model/Contactos_model.drc b/Source/Modulos/Contactos/Model/Contactos_model.drc deleted file mode 100644 index fa91b7e3..00000000 --- a/Source/Modulos/Contactos/Model/Contactos_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Model\Contactos_model.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf185.tmp */ diff --git a/Source/Modulos/Contactos/Plugin/Contactos_plugin.drc b/Source/Modulos/Contactos/Plugin/Contactos_plugin.drc deleted file mode 100644 index f36a1f6b..00000000 --- a/Source/Modulos/Contactos/Plugin/Contactos_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Plugin\uPluginContactos.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Plugin\Contactos_plugin.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf18D.tmp */ diff --git a/Source/Modulos/Contactos/Test/Contactos_Tests.drc b/Source/Modulos/Contactos/Test/Contactos_Tests.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Contactos/Test/Contactos_Tests.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Contactos/Test/Contactos_data.drc b/Source/Modulos/Contactos/Test/Contactos_data.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Modulos/Contactos/Test/Contactos_data.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Modulos/Contactos/Test/cxIntlPrintSys3D10.drc b/Source/Modulos/Contactos/Test/cxIntlPrintSys3D10.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Modulos/Contactos/Test/cxIntlPrintSys3D10.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Modulos/Contactos/Test/vclie.drc b/Source/Modulos/Contactos/Test/vclie.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Modulos/Contactos/Test/vclie.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Modulos/Contactos/Views/Contactos_controller.drc b/Source/Modulos/Contactos/Views/Contactos_controller.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Modulos/Contactos/Views/Contactos_controller.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Modulos/Contactos/Views/Contactos_view.drc b/Source/Modulos/Contactos/Views/Contactos_view.drc deleted file mode 100644 index 1be20785..00000000 --- a/Source/Modulos/Contactos/Views/Contactos_view.drc +++ /dev/null @@ -1,48 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewContactos.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorContactos.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewClientes.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorClientes.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewProveedores.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorProveedores.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewEmpleados.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorEmpleados.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorElegirClientes.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewContacto.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewContactoDatosBancarios.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorContacto.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewEmpleado.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewDireccionesEntrega.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewClienteDescuentos.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewClienteDatosComerciales.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewProveedorDatosComerciales.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorEmpleado.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorElegirProveedores.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorDireccion.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorElegirDireccionEntrega.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorGruposCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorGruposProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorGruposEmpleado.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorFichasEmpleadoReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uEditorEtiquetasContactosReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewDatosYSeleccionProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\uViewDatosYSeleccionCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Views\Contactos_view.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf18B.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Controller/DataAbstract_D10.drc b/Source/Modulos/Facturas de cliente/Controller/DataAbstract_D10.drc deleted file mode 100644 index 4678b4d6..00000000 --- a/Source/Modulos/Facturas de cliente/Controller/DataAbstract_D10.drc +++ /dev/null @@ -1,19 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -DESCRIPTION RCDATA -BEGIN - "\x47", "\x00", "\x65", "\x00", "\x73", "\x00", "\x74", "\x00", /* 0000: G.e.s.t. */ - "\x69", "\x00", "\xf3", "\x00", "\x6e", "\x00", "\x20", "\x00", /* 0008: i...n. . */ - "\x64", "\x00", "\x65", "\x00", "\x20", "\x00", "\x75", "\x00", /* 0010: d.e. .u. */ - "\x73", "\x00", "\x75", "\x00", "\x61", "\x00", "\x72", "\x00", /* 0018: s.u.a.r. */ - "\x69", "\x00", "\x6f", "\x00", "\x73", "\x00", "\x00", "\x00" /* 0020: i.o.s... */ -END - diff --git a/Source/Modulos/Facturas de cliente/Controller/FacturasCliente_controller.drc b/Source/Modulos/Facturas de cliente/Controller/FacturasCliente_controller.drc deleted file mode 100644 index 2a4c1b64..00000000 --- a/Source/Modulos/Facturas de cliente/Controller/FacturasCliente_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Controller\FacturasCliente_controller.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1BD.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Data/FacturasCliente_data.drc b/Source/Modulos/Facturas de cliente/Data/FacturasCliente_data.drc deleted file mode 100644 index 59e1f455..00000000 --- a/Source/Modulos/Facturas de cliente/Data/FacturasCliente_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Data\uDataModuleFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Data\FacturasCliente_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1BB.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Model/FacturasCliente_model.drc b/Source/Modulos/Facturas de cliente/Model/FacturasCliente_model.drc deleted file mode 100644 index 39305625..00000000 --- a/Source/Modulos/Facturas de cliente/Model/FacturasCliente_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Model\FacturasCliente_model.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1B9.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Plugin/FacturasCliente_plugin.drc b/Source/Modulos/Facturas de cliente/Plugin/FacturasCliente_plugin.drc deleted file mode 100644 index 1d12628e..00000000 --- a/Source/Modulos/Facturas de cliente/Plugin/FacturasCliente_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Plugin\uPluginFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Plugin\FacturasCliente_plugin.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C9.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Test/Presupuestos_Test.drc b/Source/Modulos/Facturas de cliente/Test/Presupuestos_Test.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de cliente/Test/Presupuestos_Test.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de cliente/Views/FacturasCliente_view.drc b/Source/Modulos/Facturas de cliente/Views/FacturasCliente_view.drc deleted file mode 100644 index 196605f5..00000000 --- a/Source/Modulos/Facturas de cliente/Views/FacturasCliente_view.drc +++ /dev/null @@ -1,25 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uViewFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uEditorFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uViewFacturaCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uViewDetallesFacturaCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uEditorFacturaCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uEditorFacturasClienteReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uViewElegirArticulosFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uEditorElegirArticulosFacturaCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\uEditorElegirFacturasCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Views\FacturasCliente_view.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C7.tmp */ diff --git a/Source/Modulos/Facturas de cliente/Views/Familias_model.drc b/Source/Modulos/Facturas de cliente/Views/Familias_model.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de cliente/Views/Familias_model.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Controller/FacturasProveedor_controller.drc b/Source/Modulos/Facturas de proveedor/Controller/FacturasProveedor_controller.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de proveedor/Controller/FacturasProveedor_controller.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Data/FacturasProveedor_data.drc b/Source/Modulos/Facturas de proveedor/Data/FacturasProveedor_data.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de proveedor/Data/FacturasProveedor_data.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Model/FacturasProveedor_model.drc b/Source/Modulos/Facturas de proveedor/Model/FacturasProveedor_model.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de proveedor/Model/FacturasProveedor_model.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Plugin/FacturasProveedor_plugin.drc b/Source/Modulos/Facturas de proveedor/Plugin/FacturasProveedor_plugin.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de proveedor/Plugin/FacturasProveedor_plugin.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Test/Presupuestos_Test.drc b/Source/Modulos/Facturas de proveedor/Test/Presupuestos_Test.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Facturas de proveedor/Test/Presupuestos_Test.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Facturas de proveedor/Views/FacturasProveedor_view.drc b/Source/Modulos/Facturas de proveedor/Views/FacturasProveedor_view.drc deleted file mode 100644 index 686f8580..00000000 --- a/Source/Modulos/Facturas de proveedor/Views/FacturasProveedor_view.drc +++ /dev/null @@ -1,10 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - diff --git a/Source/Modulos/Pedidos a proveedor/Controller/PedidosProveedor_controller.drc b/Source/Modulos/Pedidos a proveedor/Controller/PedidosProveedor_controller.drc deleted file mode 100644 index 758ec6e8..00000000 --- a/Source/Modulos/Pedidos a proveedor/Controller/PedidosProveedor_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.drf */ diff --git a/Source/Modulos/Pedidos a proveedor/Data/PedidosProveedor_data.drc b/Source/Modulos/Pedidos a proveedor/Data/PedidosProveedor_data.drc deleted file mode 100644 index 9bb0a180..00000000 --- a/Source/Modulos/Pedidos a proveedor/Data/PedidosProveedor_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Data\uDataModulePedidosProveedor.DFM */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Data\PedidosProveedor_data.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Data\PedidosProveedor_data.drf */ diff --git a/Source/Modulos/Pedidos a proveedor/Model/PedidosProveedor_model.drc b/Source/Modulos/Pedidos a proveedor/Model/PedidosProveedor_model.drc deleted file mode 100644 index c1246f3d..00000000 --- a/Source/Modulos/Pedidos a proveedor/Model/PedidosProveedor_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Model\PedidosProveedor_model.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Model\PedidosProveedor_model.drf */ diff --git a/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.drc b/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.drc deleted file mode 100644 index 41914b92..00000000 --- a/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Plugin\uPluginPedidosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Plugin\PedidosProveedor_plugin.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Plugin\PedidosProveedor_plugin.drf */ diff --git a/Source/Modulos/Pedidos a proveedor/Views/Contactos_data.drc b/Source/Modulos/Pedidos a proveedor/Views/Contactos_data.drc deleted file mode 100644 index 09081cc2..00000000 --- a/Source/Modulos/Pedidos a proveedor/Views/Contactos_data.drc +++ /dev/null @@ -1,21 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -DESCRIPTION RCDATA -BEGIN - "\x4c", "\x00", "\x69", "\x00", "\x62", "\x00", "\x72", "\x00", /* 0000: L.i.b.r. */ - "\x65", "\x00", "\x72", "\x00", "\x69", "\x00", "\x61", "\x00", /* 0008: e.r.i.a. */ - "\x20", "\x00", "\x62", "\x00", "\x61", "\x00", "\x73", "\x00", /* 0010: .b.a.s. */ - "\x65", "\x00", "\x20", "\x00", "\x64", "\x00", "\x65", "\x00", /* 0018: e. .d.e. */ - "\x20", "\x00", "\x46", "\x00", "\x61", "\x00", "\x63", "\x00", /* 0020: .F.a.c. */ - "\x74", "\x00", "\x75", "\x00", "\x47", "\x00", "\x45", "\x00", /* 0028: t.u.G.E. */ - "\x53", "\x00", "\x00", "\x00" /* 0030: S... */ -END - diff --git a/Source/Modulos/Pedidos a proveedor/Views/PedidosProveedor_view.drc b/Source/Modulos/Pedidos a proveedor/Views/PedidosProveedor_view.drc deleted file mode 100644 index 442bec02..00000000 --- a/Source/Modulos/Pedidos a proveedor/Views/PedidosProveedor_view.drc +++ /dev/null @@ -1,28 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uViewPedidosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorPedidosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uViewDireccionEntregaPedidoProv.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uViewPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uViewDetallesPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorPedidosProveedorReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorElegirPedidosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uViewElegirArticulosPedidosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorElegirArticulosPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorDireccionEntregaPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\uEditorSituacionPedidoProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\PedidosProveedor_view.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Views\PedidosProveedor_view.drf */ diff --git a/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc b/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc deleted file mode 100644 index 12eead19..00000000 --- a/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Controller\PresupuestosCliente_controller.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1B1.tmp */ diff --git a/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc b/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc deleted file mode 100644 index a26f15c8..00000000 --- a/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Data\uDataModulePresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Data\PresupuestosCliente_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1AF.tmp */ diff --git a/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc b/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc deleted file mode 100644 index 844c7624..00000000 --- a/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Model\PresupuestosCliente_model.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1AD.tmp */ diff --git a/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc b/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc deleted file mode 100644 index 7ab3dce7..00000000 --- a/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Plugin\uPluginPresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Plugin\PresupuestosCliente_plugin.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C1.tmp */ diff --git a/Source/Modulos/Presupuestos de cliente/Test/Presupuestos_Test.drc b/Source/Modulos/Presupuestos de cliente/Test/Presupuestos_Test.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Presupuestos de cliente/Test/Presupuestos_Test.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc deleted file mode 100644 index 4ae60999..00000000 --- a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc +++ /dev/null @@ -1,26 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uViewPresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uEditorPresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uViewDireccionEntregaPresupuestoCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uViewPresupuestoCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uViewDetallesPresupuestoCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uEditorPresupuestoCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uEditorElegirPresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uViewElegirArticulosPresupuestosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uEditorElegirArticulosPresupuestoCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\uEditorPresupuestosClienteReport.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Views\PresupuestosCliente_view.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1BF.tmp */ diff --git a/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc b/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc deleted file mode 100644 index bc22054e..00000000 --- a/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de cliente\Data\uDataModuleRecibosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de cliente\Data\RecibosCliente_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1A5.tmp */ diff --git a/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc b/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc deleted file mode 100644 index 0359c961..00000000 --- a/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de cliente\Plugin\uPluginRecibosCliente.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de cliente\Plugin\RecibosCliente_plugin.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1AB.tmp */ diff --git a/Source/Modulos/Recibos de proveedor/Data/RecibosProveedor_data.drc b/Source/Modulos/Recibos de proveedor/Data/RecibosProveedor_data.drc deleted file mode 100644 index d7cf6666..00000000 --- a/Source/Modulos/Recibos de proveedor/Data/RecibosProveedor_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Data\uDataModuleRecibosProveedor.DFM */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Data\RecibosProveedor_data.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Data\RecibosProveedor_data.drf */ diff --git a/Source/Modulos/Recibos de proveedor/Plugin/RecibosProveedor_plugin.drc b/Source/Modulos/Recibos de proveedor/Plugin/RecibosProveedor_plugin.drc deleted file mode 100644 index 408b180b..00000000 --- a/Source/Modulos/Recibos de proveedor/Plugin/RecibosProveedor_plugin.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Plugin\uPluginRecibosProveedor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Plugin\RecibosProveedor_plugin.res */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Plugin\RecibosProveedor_plugin.drf */ diff --git a/Source/Modulos/Relaciones/Pedidos de proveedor - Albaranes de proveedor/PedProv_AlbProv_relation.drc b/Source/Modulos/Relaciones/Pedidos de proveedor - Albaranes de proveedor/PedProv_AlbProv_relation.drc deleted file mode 100644 index 7642ac97..00000000 --- a/Source/Modulos/Relaciones/Pedidos de proveedor - Albaranes de proveedor/PedProv_AlbProv_relation.drc +++ /dev/null @@ -1,14 +0,0 @@ -/* VER180 - Generated by the Borland Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - diff --git a/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc b/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc deleted file mode 100644 index bbe88bbb..00000000 --- a/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc +++ /dev/null @@ -1,17 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Data\uDataModuleTiposIVA.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Data\TiposIVA_data.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf173.tmp */ diff --git a/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc b/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc deleted file mode 100644 index b9ac3570..00000000 --- a/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc +++ /dev/null @@ -1,16 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Model\TiposIVA_model.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf171.tmp */ diff --git a/Source/Servidor/FactuGES.drc b/Source/Servidor/FactuGES.drc deleted file mode 100644 index bd95fb60..00000000 --- a/Source/Servidor/FactuGES.drc +++ /dev/null @@ -1,52 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -/* c:\archivos de programa\codegear\rad studio\5.0\lib\Controls.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\Buttons.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\ExtDlgs.res */ -/* C:\Codigo Tecsitel\Lib\jvcl\JvConsts.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxProgress.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxCtrls.RES */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPrintDialog.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxDock.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreviewPageSettings.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxSearchDialog.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxDialogForm.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPassw.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxClass.RES */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.RES */ -/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROHtmlServerInfo.res */ -/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROPoweredByRemObjectsButton.res */ -/* uAcercaDe.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uFrameConfiguracion.dfm */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\dxOffice11.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxControls.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxLookAndFeelPainters.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\FileCtrl.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxEdit.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxShellBrowser.dfm */ -/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_ADODriver_Glyphs.res */ -/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_IBXDriver_Glyphs.res */ -/* C:\Codigo Tecsitel\Lib\jvcl\JvLogForm.dfm */ -/* uDataModuleServer.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConexionBD.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConfGeneral.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConfiguracion.dfm */ -/* uServerMainForm.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\srvLogin_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\Empresas\Servidor\srvEmpresas_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\srvConfiguracion_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Familias\Servidor\srvFamilias_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\Usuarios\Servidor\srvUsuarios_Impl.dfm */ diff --git a/Source/Servidor/FactuGES_Server.drc b/Source/Servidor/FactuGES_Server.drc deleted file mode 100644 index 64ec353a..00000000 --- a/Source/Servidor/FactuGES_Server.drc +++ /dev/null @@ -1,2149 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -#define cxEditConsts_scxRegExprIncorrectParameterQuantifier 64496 -#define cxEditConsts_scxRegExprCantUseParameterQuantifier 64497 -#define cxEditConsts_scxMaskEditRegExprError 64498 -#define cxEditConsts_scxMaskEditInvalidEditValue 64499 -#define OleConst_SLinkProperties 64500 -#define OleConst_SInvalidLinkSource 64501 -#define OleConst_SCannotBreakLink 64502 -#define OleConst_SEmptyContainer 64503 -#define OleConst_SInvalidVerb 64504 -#define OleConst_SPropDlgCaption 64505 -#define OleConst_SInvalidStreamFormat 64506 -#define cxEditConsts_scxRegExprCantUsePlusQuantifier 64512 -#define cxEditConsts_scxRegExprCantUseStarQuantifier 64513 -#define cxEditConsts_scxRegExprCantCreateEmptyAlt 64514 -#define cxEditConsts_scxRegExprCantCreateEmptyBlock 64515 -#define cxEditConsts_scxRegExprIllegalSymbol 64516 -#define cxEditConsts_scxRegExprIllegalQuantifier 64517 -#define cxEditConsts_scxRegExprIllegalIntegerValue 64518 -#define cxEditConsts_scxRegExprTooBigReferenceNumber 64519 -#define cxEditConsts_scxRegExprCantCreateEmptyEnum 64520 -#define cxEditConsts_scxRegExprSubrangeOrder 64521 -#define cxEditConsts_scxRegExprHexNumberExpected0 64522 -#define cxEditConsts_scxRegExprHexNumberExpected 64523 -#define cxEditConsts_scxRegExprMissing 64524 -#define cxEditConsts_scxRegExprUnnecessary 64525 -#define cxEditConsts_scxRegExprIncorrectSpace 64526 -#define cxEditConsts_scxRegExprNotCompiled 64527 -#define cxEditConsts_cxSDateSecond 64528 -#define cxEditConsts_cxSDateThird 64529 -#define cxEditConsts_cxSDateFourth 64530 -#define cxEditConsts_cxSDateFifth 64531 -#define cxEditConsts_cxSDateSixth 64532 -#define cxEditConsts_cxSDateSeventh 64533 -#define cxEditConsts_cxSDateBOM 64534 -#define cxEditConsts_cxSDateEOM 64535 -#define cxEditConsts_cxSDateNow 64536 -#define cxEditConsts_scxSEditRepositoryButtonItem 64537 -#define cxEditConsts_scxSEditRepositoryMaskItem 64538 -#define cxEditConsts_scxSEditRepositoryTextItem 64539 -#define cxEditConsts_scxRegExprLine 64540 -#define cxEditConsts_scxRegExprChar 64541 -#define cxEditConsts_scxRegExprNotAssignedSourceStream 64542 -#define cxEditConsts_scxRegExprEmptySourceStream 64543 -#define cxDataConsts_cxSDataWriteError 64544 -#define cxEditConsts_cxSEditInvalidRepositoryItem 64545 -#define cxEditConsts_cxSEditNumericValueConvertError 64546 -#define cxEditConsts_cxSEditValidateErrorText 64547 -#define cxEditConsts_cxSEditValueOutOfBounds 64548 -#define cxEditConsts_cxSDateToday 64549 -#define cxEditConsts_cxSDateYesterday 64550 -#define cxEditConsts_cxSDateTomorrow 64551 -#define cxEditConsts_cxSDateSunday 64552 -#define cxEditConsts_cxSDateMonday 64553 -#define cxEditConsts_cxSDateTuesday 64554 -#define cxEditConsts_cxSDateWednesday 64555 -#define cxEditConsts_cxSDateThursday 64556 -#define cxEditConsts_cxSDateFriday 64557 -#define cxEditConsts_cxSDateSaturday 64558 -#define cxEditConsts_cxSDateFirst 64559 -#define pnglang_EPNGInvalidFileHeaderText 64560 -#define pnglang_EPNGIHDRNotFirstText 64561 -#define pnglang_EPNGSizeExceedsText 64562 -#define pnglang_EPNGUnknownPalEntryText 64563 -#define pnglang_EPNGUnknownCriticalChunkText 64564 -#define pnglang_EPNGUnknownCompressionText 64565 -#define pnglang_EPNGUnknownInterlaceText 64566 -#define pnglang_EPNGCannotAssignChunkText 64567 -#define pnglang_EPNGUnexpectedEndText 64568 -#define pnglang_EPNGNoImageDataText 64569 -#define pnglang_EPNGCannotChangeSizeText 64570 -#define pnglang_EPNGCannotAddChunkText 64571 -#define pnglang_EPNGCannotAddInvalidImageText 64572 -#define pnglang_EPNGOutMemoryText 64573 -#define pnglang_EPNGHeaderNotPresentText 64574 -#define cxDataConsts_cxSDataReadError 64575 -#define IBXConst_STPBConstantUnknownEx 64576 -#define IBXConst_SUnknownPlan 64577 -#define IBXConst_SFieldSizeMismatch 64578 -#define IBXConst_SEventAlreadyRegistered 64579 -#define IBXConst_SStringTooLarge 64580 -#define IBXConst_SNoTimers 64581 -#define IBXConst_SIB65feature 64582 -#define IBXConst_SLoginPromptFailure 64583 -#define IBXConst_SIB70feature 64584 -#define IBXConst_SIB71feature 64585 -#define IBXConst_SIB80feature 64586 -#define pnglang_EPngInvalidCRCText 64587 -#define pnglang_EPNGInvalidIHDRText 64588 -#define pnglang_EPNGMissingMultipleIDATText 64589 -#define pnglang_EPNGZLIBErrorText 64590 -#define pnglang_EPNGInvalidPaletteText 64591 -#define IBXConst_SEOFReached 64592 -#define IBXConst_SEOFInComment 64593 -#define IBXConst_SEOFInString 64594 -#define IBXConst_SParamNameExpected 64595 -#define IBXConst_SSuccess 64596 -#define IBXConst_SDelphiException 64597 -#define IBXConst_SNoOptionsSet 64598 -#define IBXConst_SNoDestinationDirectory 64599 -#define IBXConst_SNosourceDirectory 64600 -#define IBXConst_SNoUninstallFile 64601 -#define IBXConst_SOptionNeedsClient 64602 -#define IBXConst_SOptionNeedsServer 64603 -#define IBXConst_SInvalidOption 64604 -#define IBXConst_SInvalidOnErrorResult 64605 -#define IBXConst_SInvalidOnStatusResult 64606 -#define IBXConst_SDPBConstantUnknownEx 64607 -#define IBXConst_SNoEventsRegistered 64608 -#define IBXConst_SInvalidQueueing 64609 -#define IBXConst_SInvalidRegistration 64610 -#define IBXConst_SInvalidBatchMove 64611 -#define IBXConst_SSQLDialectInvalid 64612 -#define IBXConst_SSPBConstantNotSupported 64613 -#define IBXConst_SSPBConstantUnknown 64614 -#define IBXConst_SServiceActive 64615 -#define IBXConst_SServiceInActive 64616 -#define IBXConst_SServerNameMissing 64617 -#define IBXConst_SQueryParamsError 64618 -#define IBXConst_SStartParamsError 64619 -#define IBXConst_SOutputParsingError 64620 -#define IBXConst_SUseSpecificProcedures 64621 -#define IBXConst_SSQLMonitorAlreadyPresent 64622 -#define IBXConst_SCantPrintValue 64623 -#define IBXConst_SRequiredParamNotSet 64624 -#define IBXConst_SNoStoredProcName 64625 -#define IBXConst_SIsAExecuteProcedure 64626 -#define IBXConst_SUpdateFailed 64627 -#define IBXConst_SNotCachedUpdates 64628 -#define IBXConst_SNotLiveRequest 64629 -#define IBXConst_SNoProvider 64630 -#define IBXConst_SNoRecordsAffected 64631 -#define IBXConst_SNoTableName 64632 -#define IBXConst_SCannotCreatePrimaryIndex 64633 -#define IBXConst_SCannotDropSystemIndex 64634 -#define IBXConst_STableNameMismatch 64635 -#define IBXConst_SIndexFieldMissing 64636 -#define IBXConst_SInvalidCancellation 64637 -#define IBXConst_SInvalidEvent 64638 -#define IBXConst_SMaximumEvents 64639 -#define IBXConst_SCannotDelete 64640 -#define IBXConst_SCannotRefresh 64641 -#define IBXConst_SBufferNotSet 64642 -#define IBXConst_SCircularReference 64643 -#define IBXConst_SSQLParseError 64644 -#define IBXConst_SUserAbort 64645 -#define IBXConst_SDataSetUniDirectional 64646 -#define IBXConst_SCannotCreateSharedResource 64647 -#define IBXConst_SWindowsAPIError 64648 -#define IBXConst_SColumnListsDontMatch 64649 -#define IBXConst_SColumnTypesDontMatch 64650 -#define IBXConst_SCantEndSharedTransaction 64651 -#define IBXConst_SFieldUnsupportedType 64652 -#define IBXConst_SCircularDataLink 64653 -#define IBXConst_SEmptySQLStatement 64654 -#define IBXConst_SIsASelectStatement 64655 -#define IBXConst_SUnknownSQLDataType 64656 -#define IBXConst_SInvalidColumnIndex 64657 -#define IBXConst_SInvalidParamColumnIndex 64658 -#define IBXConst_SInvalidDataConversion 64659 -#define IBXConst_SColumnIsNotNullable 64660 -#define IBXConst_SBlobCannotBeRead 64661 -#define IBXConst_SBlobCannotBeWritten 64662 -#define IBXConst_SEmptyQuery 64663 -#define IBXConst_SCannotOpenNonSQLSelect 64664 -#define IBXConst_SNoFieldAccess 64665 -#define IBXConst_SFieldReadOnly 64666 -#define IBXConst_SFieldNotFound 64667 -#define IBXConst_SNotEditing 64668 -#define IBXConst_SCannotInsert 64669 -#define IBXConst_SCannotPost 64670 -#define IBXConst_SCannotUpdate 64671 -#define IBXConst_SInTransaction 64672 -#define IBXConst_STimeoutNegative 64673 -#define IBXConst_SNoDatabasesInTransaction 64674 -#define IBXConst_SUpdateWrongDB 64675 -#define IBXConst_SUpdateWrongTR 64676 -#define IBXConst_SDatabaseNotAssigned 64677 -#define IBXConst_STransactionNotAssigned 64678 -#define IBXConst_SXSQLDAIndexOutOfRange 64679 -#define IBXConst_SXSQLDANameDoesNotExist 64680 -#define IBXConst_SEOF 64681 -#define IBXConst_SBOF 64682 -#define IBXConst_SInvalidStatementHandle 64683 -#define IBXConst_SSQLOpen 64684 -#define IBXConst_SSQLClosed 64685 -#define IBXConst_SDatasetOpen 64686 -#define IBXConst_SDatasetClosed 64687 -#define IBXConst_SIB60feature 64688 -#define IBXConst_SNotSupported 64689 -#define IBXConst_SNotPermitted 64690 -#define IBXConst_SFileAccessError 64691 -#define IBXConst_SConnectionTimeout 64692 -#define IBXConst_SCannotSetDatabase 64693 -#define IBXConst_SCannotSetTransaction 64694 -#define IBXConst_SOperationCancelled 64695 -#define IBXConst_SDPBConstantNotSupported 64696 -#define IBXConst_SDPBConstantUnknown 64697 -#define IBXConst_STPBConstantNotSupported 64698 -#define IBXConst_STPBConstantUnknown 64699 -#define IBXConst_SDatabaseClosed 64700 -#define IBXConst_SDatabaseOpen 64701 -#define IBXConst_SDatabaseNameMissing 64702 -#define IBXConst_SNotInTransaction 64703 -#define IBSQLMonitor_StrExecute 64704 -#define IBSQLMonitor_StrNULL 64705 -#define IBSQLMonitor_StrBLOB 64706 -#define IBSQLMonitor_StrFetch 64707 -#define IBSQLMonitor_StrPrepare 64708 -#define IBSQLMonitor_StrPlan 64709 -#define IBSQLMonitor_StrPlanCantRetrive 64710 -#define IBSQLMonitor_StrCommitHardComm 64711 -#define IBSQLMonitor_StrCommitRetaining 64712 -#define IBSQLMonitor_StrRollback 64713 -#define IBSQLMonitor_StrRollbackRetainin 64714 -#define IBSQLMonitor_StrStartTransaction 64715 -#define IBSQLMonitor_StrApplication 64716 -#define IBXConst_SUnknownError 64717 -#define IBXConst_SInterBaseMissing 64718 -#define IBXConst_SInterBaseInstallMissing 64719 -#define uDARes_err_DARDMInvalidSchema 64720 -#define uDARes_err_DARDMCannotFindProxessorForDelta 64721 -#define uDARes_err_NeedShareMem 64722 -#define uDARes_err_DatasetNotAccessible 64723 -#define uDARes_err_CommandNotAccessible 64724 -#define uDARes_err_SQLNotPermitted 64725 -#define uDAMemDataset_SNoDetailFilter 64726 -#define uDAMemDataset_SNoFilterOptions 64727 -#define IBSQLMonitor_StrConnect 64728 -#define IBSQLMonitor_StrDisconnect 64729 -#define IBSQLMonitor_StrMisc 64730 -#define IBSQLMonitor_StrError 64731 -#define IBSQLMonitor_StrAttach 64732 -#define IBSQLMonitor_StrDetach 64733 -#define IBSQLMonitor_StrQuery 64734 -#define IBSQLMonitor_StrStart 64735 -#define uDARes_err_FieldTypeNotSupported 64736 -#define uDARes_err_NotSupported 64737 -#define uDARes_err_InvalidDataset 64738 -#define uDARes_err_CannotFindItem 64739 -#define uDARes_err_DriverAlreadyLoaded 64740 -#define uDARes_err_InvalidDLL 64741 -#define uDARes_err_UnknownDriver 64742 -#define uDARes_err_FieldIsNotBound 64743 -#define uDARes_err_CannotFindField 64744 -#define uDARes_err_LoadPackageFailed 64745 -#define uDARes_err_InvalidDriverReference 64746 -#define uDARes_err_CannotFindStatement 64747 -#define uDARes_err_CannotFindDefaultItem 64748 -#define uDARes_err_PoolIsNotEmpty 64749 -#define uDARes_err_MaxPoolSizeReached 64750 -#define uDARes_err_LAMEDataset 64751 -#define JvResources_RsClInactiveCaptionText 64752 -#define JvResources_RsClBtnHighlight 64753 -#define JvResources_RsCl3DDkShadow 64754 -#define JvResources_RsCl3DLight 64755 -#define JvResources_RsClInfoText 64756 -#define JvResources_RsClInfoBk 64757 -#define JvResources_RsGradientActiveCaption 64758 -#define JvResources_RsGradientInactiveCaption 64759 -#define JvResources_RsHotLight 64760 -#define JvResources_RsMenuBar 64761 -#define JvResources_RsMenuHighlight 64762 -#define uDARes_err_ChangeLogAlreadyStarted 64763 -#define uDARes_err_NotAttachedToDataTable 64764 -#define uDARes_err_DriverProcAlreadyRegistered 64765 -#define uDARes_err_DriverManagerAlreadyCreated 64766 -#define uDARes_err_DriverManagerNotAssigned 64767 -#define JvResources_RsClInactiveCaption 64768 -#define JvResources_RsClMenu 64769 -#define JvResources_RsClWindow 64770 -#define JvResources_RsClWindowFrame 64771 -#define JvResources_RsClMenuText 64772 -#define JvResources_RsClWindowText 64773 -#define JvResources_RsClCaptionText 64774 -#define JvResources_RsClActiveBorder 64775 -#define JvResources_RsClInactiveBorder 64776 -#define JvResources_RsClAppWorkSpace 64777 -#define JvResources_RsClHighlight 64778 -#define JvResources_RsClHighlightText 64779 -#define JvResources_RsClBtnFace 64780 -#define JvResources_RsClBtnShadow 64781 -#define JvResources_RsClGrayText 64782 -#define JvResources_RsClBtnText 64783 -#define JvResources_RsClPink 64784 -#define JvResources_RsClGold 64785 -#define JvResources_RsClBrightGreen 64786 -#define JvResources_RsClTurquoise 64787 -#define JvResources_RsClPlum 64788 -#define JvResources_RsClGray25 64789 -#define JvResources_RsClRose 64790 -#define JvResources_RsClTan 64791 -#define JvResources_RsClLightYellow 64792 -#define JvResources_RsClLightGreen 64793 -#define JvResources_RsClLightTurquoise 64794 -#define JvResources_RsClPaleBlue 64795 -#define JvResources_RsClLavender 64796 -#define JvResources_RsClScrollBar 64797 -#define JvResources_RsClBackground 64798 -#define JvResources_RsClActiveCaption 64799 -#define JvResources_RsClOliveGreen 64800 -#define JvResources_RsClDarkGreen 64801 -#define JvResources_RsClDarkTeal 64802 -#define JvResources_RsClDarkBlue 64803 -#define JvResources_RsClIndigo 64804 -#define JvResources_RsClGray80 64805 -#define JvResources_RsClDarkRed 64806 -#define JvResources_RsClOrange 64807 -#define JvResources_RsClDarkYellow 64808 -#define JvResources_RsClBlueGray 64809 -#define JvResources_RsClGray50 64810 -#define JvResources_RsClLightOrange 64811 -#define JvResources_RsClSeaGreen 64812 -#define JvResources_RsClLightBlue 64813 -#define JvResources_RsClViolet 64814 -#define JvResources_RsClGray40 64815 -#define JvResources_RsClPurple 64816 -#define JvResources_RsClTeal 64817 -#define JvResources_RsClGray 64818 -#define JvResources_RsClSilver 64819 -#define JvResources_RsClRed 64820 -#define JvResources_RsClLime 64821 -#define JvResources_RsClYellow 64822 -#define JvResources_RsClBlue 64823 -#define JvResources_RsClFuchsia 64824 -#define JvResources_RsClAqua 64825 -#define JvResources_RsClWhite 64826 -#define JvResources_RsClMoneyGreen 64827 -#define JvResources_RsClSkyBlue 64828 -#define JvResources_RsClCream 64829 -#define JvResources_RsClMedGray 64830 -#define JvResources_RsClBrown 64831 -#define JvResources_RsGIFImage 64832 -#define JvResources_RsEChangeGIFSize 64833 -#define JvResources_RsENoGIFData 64834 -#define JvResources_RsEUnrecognizedGIFExt 64835 -#define JvResources_RsEWrongGIFColors 64836 -#define JvResources_RsEBadGIFCodeSize 64837 -#define JvResources_RsEGIFDecodeError 64838 -#define JvResources_RsEGIFEncodeError 64839 -#define JvResources_RsEGIFVersion 64840 -#define JvResources_RsEPixelFormatNotImplemented 64841 -#define JvResources_RsEBitCountNotImplemented 64842 -#define JvResources_RsClBlack 64843 -#define JvResources_RsClMaroon 64844 -#define JvResources_RsClGreen 64845 -#define JvResources_RsClOlive 64846 -#define JvResources_RsClNavy 64847 -#define JclResources_RsIntelCacheDescr87 64848 -#define JclResources_RsIntelCacheDescrB0 64849 -#define JclResources_RsIntelCacheDescrB3 64850 -#define JclResources_RsIntelCacheDescrB4 64851 -#define JclResources_RsIntelCacheDescrF0 64852 -#define JclResources_RsIntelCacheDescrF1 64853 -#define JvResources_RsAniExtension 64854 -#define JvResources_RsAniFilterName 64855 -#define JvResources_RsRootValueReplaceFmt 64856 -#define JvResources_RsEUnableToCreateKey 64857 -#define JvResources_RsEEnumeratingRegistry 64858 -#define JvResources_RsEInvalidType 64859 -#define JvResources_RsEUnknownBaseType 64860 -#define JvResources_RsEInvalidPath 64861 -#define JvResources_RsENotAUniqueRootPath 64862 -#define JvResources_RsECircularReferenceOfStorages 64863 -#define JclResources_RsIntelCacheDescr68 64864 -#define JclResources_RsIntelCacheDescr70 64865 -#define JclResources_RsIntelCacheDescr71 64866 -#define JclResources_RsIntelCacheDescr72 64867 -#define JclResources_RsIntelCacheDescr78 64868 -#define JclResources_RsIntelCacheDescr79 64869 -#define JclResources_RsIntelCacheDescr7A 64870 -#define JclResources_RsIntelCacheDescr7B 64871 -#define JclResources_RsIntelCacheDescr7C 64872 -#define JclResources_RsIntelCacheDescr7D 64873 -#define JclResources_RsIntelCacheDescr7F 64874 -#define JclResources_RsIntelCacheDescr82 64875 -#define JclResources_RsIntelCacheDescr83 64876 -#define JclResources_RsIntelCacheDescr84 64877 -#define JclResources_RsIntelCacheDescr85 64878 -#define JclResources_RsIntelCacheDescr86 64879 -#define JclResources_RsIntelCacheDescr44 64880 -#define JclResources_RsIntelCacheDescr45 64881 -#define JclResources_RsIntelCacheDescr46 64882 -#define JclResources_RsIntelCacheDescr47 64883 -#define JclResources_RsIntelCacheDescr49 64884 -#define JclResources_RsIntelCacheDescr50 64885 -#define JclResources_RsIntelCacheDescr51 64886 -#define JclResources_RsIntelCacheDescr52 64887 -#define JclResources_RsIntelCacheDescr56 64888 -#define JclResources_RsIntelCacheDescr57 64889 -#define JclResources_RsIntelCacheDescr5B 64890 -#define JclResources_RsIntelCacheDescr5C 64891 -#define JclResources_RsIntelCacheDescr5D 64892 -#define JclResources_RsIntelCacheDescr60 64893 -#define JclResources_RsIntelCacheDescr66 64894 -#define JclResources_RsIntelCacheDescr67 64895 -#define JclResources_RsIntelCacheDescr05 64896 -#define JclResources_RsIntelCacheDescr06 64897 -#define JclResources_RsIntelCacheDescr08 64898 -#define JclResources_RsIntelCacheDescr0A 64899 -#define JclResources_RsIntelCacheDescr0B 64900 -#define JclResources_RsIntelCacheDescr0C 64901 -#define JclResources_RsIntelCacheDescr22 64902 -#define JclResources_RsIntelCacheDescr23 64903 -#define JclResources_RsIntelCacheDescr25 64904 -#define JclResources_RsIntelCacheDescr29 64905 -#define JclResources_RsIntelCacheDescr2C 64906 -#define JclResources_RsIntelCacheDescr30 64907 -#define JclResources_RsIntelCacheDescr40 64908 -#define JclResources_RsIntelCacheDescr41 64909 -#define JclResources_RsIntelCacheDescr42 64910 -#define JclResources_RsIntelCacheDescr43 64911 -#define JclResources_RsRTTIFloatType 64912 -#define JclResources_RsRTTIMethodKind 64913 -#define JclResources_RsRTTIParamCount 64914 -#define JclResources_RsRTTIReturnType 64915 -#define JclResources_RsRTTIMaxLen 64916 -#define JclResources_RsRTTIElSize 64917 -#define JclResources_RsRTTIElType 64918 -#define JclResources_RsRTTIElNeedCleanup 64919 -#define JclResources_RsRTTIVarType 64920 -#define JclResources_RsDeclarationFormat 64921 -#define JclResources_RsSynchCreateEvent 64922 -#define JclResources_RsIntelCacheDescr00 64923 -#define JclResources_RsIntelCacheDescr01 64924 -#define JclResources_RsIntelCacheDescr02 64925 -#define JclResources_RsIntelCacheDescr03 64926 -#define JclResources_RsIntelCacheDescr04 64927 -#define JclResources_RsRTTIIndex 64928 -#define JclResources_RsRTTIDefault 64929 -#define JclResources_RsRTTIName 64930 -#define JclResources_RsRTTIType 64931 -#define JclResources_RsRTTIFlags 64932 -#define JclResources_RsRTTIGUID 64933 -#define JclResources_RsRTTITypeKind 64934 -#define JclResources_RsRTTIOrdinalType 64935 -#define JclResources_RsRTTIMinValue 64936 -#define JclResources_RsRTTIMaxValue 64937 -#define JclResources_RsRTTINameList 64938 -#define JclResources_RsRTTIClassName 64939 -#define JclResources_RsRTTIParent 64940 -#define JclResources_RsRTTIPropCount 64941 -#define JclResources_RsRTTIUnitName 64942 -#define JclResources_RsRTTIBasedOn 64943 -#define JclResources_RsRTTIUnknownIdentifier 64944 -#define JclResources_RsRTTIVar 64945 -#define JclResources_RsRTTIConst 64946 -#define JclResources_RsRTTIArrayOf 64947 -#define JclResources_RsRTTIOut 64948 -#define JclResources_RsRTTIOrdinal 64949 -#define JclResources_RsRTTITrue 64950 -#define JclResources_RsRTTIFalse 64951 -#define JclResources_RsRTTITypeError 64952 -#define JclResources_RsRTTITypeInfoAt 64953 -#define JclResources_RsRTTIPropRead 64954 -#define JclResources_RsRTTIPropWrite 64955 -#define JclResources_RsRTTIPropStored 64956 -#define JclResources_RsRTTIField 64957 -#define JclResources_RsRTTIStaticMethod 64958 -#define JclResources_RsRTTIVirtualMethod 64959 -#define JclResources_RsInconsistentPath 64960 -#define JclResources_RsHKCRLong 64961 -#define JclResources_RsHKCULong 64962 -#define JclResources_RsHKLMLong 64963 -#define JclResources_RsHKUSLong 64964 -#define JclResources_RsHKPDLong 64965 -#define JclResources_RsHKCCLong 64966 -#define JclResources_RsHKDDLong 64967 -#define JclResources_RsHKCRShort 64968 -#define JclResources_RsHKCUShort 64969 -#define JclResources_RsHKLMShort 64970 -#define JclResources_RsHKUSShort 64971 -#define JclResources_RsHKPDShort 64972 -#define JclResources_RsHKCCShort 64973 -#define JclResources_RsHKDDShort 64974 -#define JclResources_RsRTTIValueOutOfRange 64975 -#define ComStrs_sRichEditSaveFail 64976 -#define ComStrs_sUDAssociated 64977 -#define ComStrs_sPageIndexError 64978 -#define JConsts_sChangeJPGSize 64979 -#define JConsts_sJPEGError 64980 -#define JConsts_sJPEGImageFile 64981 -#define JclResources_RsWin32Prefix 64982 -#define JclResources_RsFileUtilsNoVersionInfo 64983 -#define JclResources_RsCreateFileMapping 64984 -#define JclResources_RsCreateFileMappingView 64985 -#define JclResources_RsViewNeedsMapping 64986 -#define JclResources_RsFailedToObtainSize 64987 -#define JclResources_RsUnableToOpenKeyRead 64988 -#define JclResources_RsUnableToOpenKeyWrite 64989 -#define JclResources_RsUnableToAccessValue 64990 -#define JclResources_RsWrongDataType 64991 -#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 64992 -#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 64993 -#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64994 -#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64995 -#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 64996 -#define ComStrs_sTabFailClear 64997 -#define ComStrs_sTabFailDelete 64998 -#define ComStrs_sTabFailRetrieve 64999 -#define ComStrs_sTabFailGetObject 65000 -#define ComStrs_sTabFailSet 65001 -#define ComStrs_sTabFailSetObject 65002 -#define ComStrs_sTabMustBeMultiLine 65003 -#define ComStrs_sInvalidIndex 65004 -#define ComStrs_sInsertError 65005 -#define ComStrs_sRichEditInsertError 65006 -#define ComStrs_sRichEditLoadFail 65007 -#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65008 -#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65009 -#define IdResourceStringsProtocols_RSHTTPConflict 65010 -#define IdResourceStringsProtocols_RSHTTPGone 65011 -#define IdResourceStringsProtocols_RSHTTPLengthRequired 65012 -#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65013 -#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65014 -#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 65015 -#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 65016 -#define IdResourceStringsProtocols_RSHTTPInternalServerError 65017 -#define IdResourceStringsProtocols_RSHTTPNotImplemented 65018 -#define IdResourceStringsProtocols_RSHTTPBadGateway 65019 -#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 65020 -#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 65021 -#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 65022 -#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 65023 -#define IdResourceStringsProtocols_RSHTTPAccepted 65024 -#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65025 -#define IdResourceStringsProtocols_RSHTTPNoContent 65026 -#define IdResourceStringsProtocols_RSHTTPResetContent 65027 -#define IdResourceStringsProtocols_RSHTTPPartialContent 65028 -#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65029 -#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65030 -#define IdResourceStringsProtocols_RSHTTPSeeOther 65031 -#define IdResourceStringsProtocols_RSHTTPNotModified 65032 -#define IdResourceStringsProtocols_RSHTTPUseProxy 65033 -#define IdResourceStringsProtocols_RSHTTPBadRequest 65034 -#define IdResourceStringsProtocols_RSHTTPUnauthorized 65035 -#define IdResourceStringsProtocols_RSHTTPForbidden 65036 -#define IdResourceStringsProtocols_RSHTTPNotFound 65037 -#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 65038 -#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65039 -#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65040 -#define IdResourceStringsCore_RSchedMaxThreadEx 65041 -#define IdResourceStringsCore_RSTransparentProxyCannotBind 65042 -#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65043 -#define IdResourceStringsCore_RSBufferMissingTerminator 65044 -#define IdResourceStringsCore_RSBufferInvalidStartPos 65045 -#define IdResourceStringsCore_RSReplyInvalidCode 65046 -#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 65047 -#define IdResourceStringsCore_RSNoOnExecute 65048 -#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 65049 -#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65050 -#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65051 -#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65052 -#define IdResourceStringsProtocols_RSHTTPContinue 65053 -#define IdResourceStringsProtocols_RSHTTPOK 65054 -#define IdResourceStringsProtocols_RSHTTPCreated 65055 -#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65056 -#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65057 -#define IdResourceStringsCore_RSSocksServerCommandError 65058 -#define IdResourceStringsCore_RSSocksServerAddressError 65059 -#define IdResourceStringsCore_RSInterceptCircularLink 65060 -#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65061 -#define IdResourceStringsCore_RSTooMuchDataInBuffer 65062 -#define IdResourceStringsCore_RSFileNotFound 65063 -#define IdResourceStringsCore_RSNotConnected 65064 -#define IdResourceStringsCore_RSObjectTypeNotSupported 65065 -#define IdResourceStringsCore_RSIdNoDataToRead 65066 -#define IdResourceStringsCore_RSReadTimeout 65067 -#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65068 -#define IdResourceStringsCore_RSConnectTimeout 65069 -#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65070 -#define IdResourceStringsCore_RSAlreadyConnected 65071 -#define IdResourceStrings_RSIPVersionUnsupported 65072 -#define IdResourceStrings_RSNotAllBytesSent 65073 -#define IdResourceStrings_RSPackageSizeTooBig 65074 -#define IdResourceStrings_RSSetSizeExceeded 65075 -#define IdResourceStringsCore_RSSocksUDPNotSupported 65076 -#define IdResourceStringsCore_RSSocksRequestFailed 65077 -#define IdResourceStringsCore_RSSocksRequestServerFailed 65078 -#define IdResourceStringsCore_RSSocksRequestIdentFailed 65079 -#define IdResourceStringsCore_RSSocksUnknownError 65080 -#define IdResourceStringsCore_RSSocksServerRespondError 65081 -#define IdResourceStringsCore_RSSocksAuthMethodError 65082 -#define IdResourceStringsCore_RSSocksAuthError 65083 -#define IdResourceStringsCore_RSSocksServerGeneralError 65084 -#define IdResourceStringsCore_RSSocksServerPermissionError 65085 -#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65086 -#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65087 -#define IdResourceStrings_RSStackENAMETOOLONG 65088 -#define IdResourceStrings_RSStackEHOSTDOWN 65089 -#define IdResourceStrings_RSStackEHOSTUNREACH 65090 -#define IdResourceStrings_RSStackENOTEMPTY 65091 -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65092 -#define IdResourceStrings_RSStackClassUndefined 65093 -#define IdResourceStrings_RSStackAlreadyCreated 65094 -#define IdResourceStrings_RSAntiFreezeOnlyOne 65095 -#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 65096 -#define IdResourceStrings_RSCannotBindRange 65097 -#define IdResourceStrings_RSConnectionClosedGracefully 65098 -#define IdResourceStrings_RSCouldNotBindSocket 65099 -#define IdResourceStrings_RSInvalidPortRange 65100 -#define IdResourceStrings_RSInvalidServiceName 65101 -#define IdResourceStrings_RSIPv6Unavailable 65102 -#define IdResourceStrings_RSInvalidIPv6Address 65103 -#define IdResourceStrings_RSStackEAFNOSUPPORT 65104 -#define IdResourceStrings_RSStackEADDRINUSE 65105 -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65106 -#define IdResourceStrings_RSStackENETDOWN 65107 -#define IdResourceStrings_RSStackENETUNREACH 65108 -#define IdResourceStrings_RSStackENETRESET 65109 -#define IdResourceStrings_RSStackECONNABORTED 65110 -#define IdResourceStrings_RSStackECONNRESET 65111 -#define IdResourceStrings_RSStackENOBUFS 65112 -#define IdResourceStrings_RSStackEISCONN 65113 -#define IdResourceStrings_RSStackENOTCONN 65114 -#define IdResourceStrings_RSStackESHUTDOWN 65115 -#define IdResourceStrings_RSStackETOOMANYREFS 65116 -#define IdResourceStrings_RSStackETIMEDOUT 65117 -#define IdResourceStrings_RSStackECONNREFUSED 65118 -#define IdResourceStrings_RSStackELOOP 65119 -#define IdResourceStrings_RSStackEACCES 65120 -#define IdResourceStrings_RSStackEFAULT 65121 -#define IdResourceStrings_RSStackEINVAL 65122 -#define IdResourceStrings_RSStackEMFILE 65123 -#define IdResourceStrings_RSStackEWOULDBLOCK 65124 -#define IdResourceStrings_RSStackEINPROGRESS 65125 -#define IdResourceStrings_RSStackEALREADY 65126 -#define IdResourceStrings_RSStackENOTSOCK 65127 -#define IdResourceStrings_RSStackEDESTADDRREQ 65128 -#define IdResourceStrings_RSStackEMSGSIZE 65129 -#define IdResourceStrings_RSStackEPROTOTYPE 65130 -#define IdResourceStrings_RSStackENOPROTOOPT 65131 -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65132 -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65133 -#define IdResourceStrings_RSStackEOPNOTSUPP 65134 -#define IdResourceStrings_RSStackEPFNOSUPPORT 65135 -#define DBConsts_SInvalidFormatType 65136 -#define DBConsts_SCouldNotParseTimeStamp 65137 -#define DBConsts_SInvalidSqlTimeStamp 65138 -#define IdResourceStrings_RSFailedTimeZoneInfo 65139 -#define IdResourceStrings_RSWinsockCallError 65140 -#define IdResourceStrings_RSWinsockLoadError 65141 -#define IdResourceStrings_RSWinsockInitializationError 65142 -#define IdResourceStrings_RSStatusResolving 65143 -#define IdResourceStrings_RSStatusConnecting 65144 -#define IdResourceStrings_RSStatusConnected 65145 -#define IdResourceStrings_RSStatusDisconnecting 65146 -#define IdResourceStrings_RSStatusDisconnected 65147 -#define IdResourceStrings_RSStatusText 65148 -#define IdResourceStrings_RSStackError 65149 -#define IdResourceStrings_RSStackEINTR 65150 -#define IdResourceStrings_RSStackEBADF 65151 -#define DBConsts_SDataSetClosed 65152 -#define DBConsts_SDataSetEmpty 65153 -#define DBConsts_SDataSetReadOnly 65154 -#define DBConsts_SNestedDataSetClass 65155 -#define DBConsts_STextFalse 65156 -#define DBConsts_STextTrue 65157 -#define DBConsts_SParameterNotFound 65158 -#define DBConsts_SInvalidVersion 65159 -#define DBConsts_SBadFieldType 65160 -#define DBConsts_SProviderSQLNotSupported 65161 -#define DBConsts_SProviderExecuteNotSupported 65162 -#define DBConsts_SDataSetUnidirectional 65163 -#define DBConsts_SUnassignedVar 65164 -#define DBConsts_SRecordNotFound 65165 -#define DBConsts_SBcdOverflow 65166 -#define DBConsts_SInvalidBcdValue 65167 -#define DBConsts_SInvalidBoolValue 65168 -#define DBConsts_SInvalidFloatValue 65169 -#define DBConsts_SFieldTypeMismatch 65170 -#define DBConsts_SFieldSizeMismatch 65171 -#define DBConsts_SInvalidVarByteArray 65172 -#define DBConsts_SFieldOutOfRange 65173 -#define DBConsts_SFieldRequired 65174 -#define DBConsts_SDataSetMissing 65175 -#define DBConsts_SInvalidCalcType 65176 -#define DBConsts_SFieldReadOnly 65177 -#define DBConsts_SIndexNotFound 65178 -#define DBConsts_SCircularDataLink 65179 -#define DBConsts_SLookupInfoError 65180 -#define DBConsts_SDataSourceChange 65181 -#define DBConsts_SDataSetOpen 65182 -#define DBConsts_SNotEditing 65183 -#define uRODECConst_sFMT_MIME64 65184 -#define uRODECConst_sFMT_UU 65185 -#define uRODECConst_sFMT_XX 65186 -#define uRODECConst_sInvalidKeySize 65187 -#define uRODECConst_sNotInitialized 65188 -#define DBConsts_SInvalidFieldSize 65189 -#define DBConsts_SInvalidFieldKind 65190 -#define DBConsts_SUnknownFieldType 65191 -#define DBConsts_SFieldNameMissing 65192 -#define DBConsts_SDuplicateFieldName 65193 -#define DBConsts_SFieldNotFound 65194 -#define DBConsts_SFieldAccessError 65195 -#define DBConsts_SFieldValueError 65196 -#define DBConsts_SFieldRangeError 65197 -#define DBConsts_SBcdFieldRangeError 65198 -#define DBConsts_SInvalidIntegerValue 65199 -#define uRORes_err_CannotLoadXMLDocument 65200 -#define uRORes_err_ErrorCreatingMsXmlDoc 65201 -#define uRORes_err_NoXMLParsersAvailable 65202 -#define uRORes_err_IDispatchMarshalingNotSupported 65203 -#define uRORes_err_UnsupportedVariantType 65204 -#define uRORes_err_VariantIsNotArray 65205 -#define uRORes_err_InvalidVarArrayDimCount 65206 -#define uRORes_err_CannotFindParameter 65207 -#define uRORes_err_MessageNotAssigned 65208 -#define uRODECConst_sProtectionCircular 65209 -#define uRODECConst_sStringFormatExists 65210 -#define uRODECConst_sInvalidStringFormat 65211 -#define uRODECConst_sInvalidFormatString 65212 -#define uRODECConst_sFMT_COPY 65213 -#define uRODECConst_sFMT_HEX 65214 -#define uRODECConst_sFMT_HEXL 65215 -#define uRORes_err_UnknownClass 65216 -#define uRORes_err_UnknownProxyInterface 65217 -#define uRORes_err_DispatcherAlreadyAssigned 65218 -#define uRORes_err_CannotFindMessageDispatcher 65219 -#define uRORes_err_ServerOnlySupportsOneDispatcher 65220 -#define uRORes_err_UnhandledException 65221 -#define uRORes_err_ChannelBusy 65222 -#define uRORes_err_ArrayIndexOutOfBounds 65223 -#define uRORes_err_InvalidHeader 65224 -#define uRORes_err_InvalidHeaderEncrypted 65225 -#define uRORes_err_UnknownClassInStream 65226 -#define uRORes_err_UnexpectedClassInStream 65227 -#define uRORes_err_SessionNotFound 65228 -#define uRORes_err_ChannelDoesntSupportIROMetadataReader 65229 -#define uRORes_err_TooManySessions 65230 -#define uRORes_err_DOMElementIsNIL 65231 -#define uRORes_err_RodlInvalidDataType 65232 -#define uRORes_err_RodlStructCannotBeNested 65233 -#define uRORes_err_RodlInvalidAncestorType 65234 -#define uRORes_str_ExceptionOnServer 65235 -#define uRORes_str_ExceptionReraisedFromServer 65236 -#define uRORes_err_AssignError 65237 -#define uRORes_err_InvalidRequestStream 65238 -#define uRORes_err_NILMessage 65239 -#define uRORes_err_UnspecifiedInterface 65240 -#define uRORes_err_UnspecifiedMessage 65241 -#define uRORes_err_UnknownMethod 65242 -#define uRORes_err_ClassFactoryDidNotReturnInstance 65243 -#define uRORes_err_TypeNotSupported 65244 -#define uRORes_err_ClassFactoryNotFound 65245 -#define uRORes_err_IROMessageNotSupported 65246 -#define uRORes_err_ClassAlreadyRegistered 65247 -#define ComConst_STooManyParams 65248 -#define uRORes_err_InvalidIndex 65249 -#define uRORes_err_InvalidType 65250 -#define uRORes_err_InvalidLibrary 65251 -#define uRORes_err_InvalidStream 65252 -#define uRORes_err_InvalidTargetEntity 65253 -#define uRORes_err_InvalidParamFlag 65254 -#define uRORes_err_InvalidStringLength 65255 -#define uRORes_str_InvalidClassTypeInStream 65256 -#define uRORes_err_UnexpectedEndOfStream 65257 -#define uRORes_err_RodlDuplicateName 65258 -#define uRORes_err_RodlNoDataTypeSpecified 65259 -#define uRORes_err_RodlNoEnumValues 65260 -#define uRORes_err_RodlNoStructElementsDefined 65261 -#define uRORes_err_RodlNoOperationsDefined 65262 -#define uRORes_err_RodlUsedFileDoesNotExist 65263 -#define Consts_SSeparator 65264 -#define Consts_SErrorSettingCount 65265 -#define Consts_SListBoxMustBeVirtual 65266 -#define Consts_SANSIEncoding 65267 -#define Consts_SASCIIEncoding 65268 -#define Consts_SUnicodeEncoding 65269 -#define Consts_SBigEndianEncoding 65270 -#define Consts_SUTF8Encoding 65271 -#define Consts_SUTF7Encoding 65272 -#define Consts_STrayIconRemoveError 65273 -#define Consts_STrayIconCreateError 65274 -#define Consts_SPageControlNotSet 65275 -#define Consts_SWindowsVistaRequired 65276 -#define ComConst_SOleError 65277 -#define ComConst_SNoMethod 65278 -#define ComConst_SVarNotObject 65279 -#define Consts_srNone 65280 -#define Consts_SOutOfRange 65281 -#define Consts_SInsertLineError 65282 -#define Consts_SInvalidClipFmt 65283 -#define Consts_SIconToClipboard 65284 -#define Consts_SCannotOpenClipboard 65285 -#define Consts_SInvalidMemoSize 65286 -#define Consts_SInvalidPrinterOp 65287 -#define Consts_SNoDefaultPrinter 65288 -#define Consts_SDuplicateMenus 65289 -#define Consts_SDockedCtlNeedsName 65290 -#define Consts_SDockTreeRemoveError 65291 -#define Consts_SDockZoneNotFound 65292 -#define Consts_SDockZoneHasNoCtl 65293 -#define Consts_SDockZoneVersionConflict 65294 -#define Consts_SMultiSelectRequired 65295 -#define Consts_SmkcEsc 65296 -#define Consts_SmkcEnter 65297 -#define Consts_SmkcSpace 65298 -#define Consts_SmkcPgUp 65299 -#define Consts_SmkcPgDn 65300 -#define Consts_SmkcEnd 65301 -#define Consts_SmkcHome 65302 -#define Consts_SmkcLeft 65303 -#define Consts_SmkcUp 65304 -#define Consts_SmkcRight 65305 -#define Consts_SmkcDown 65306 -#define Consts_SmkcIns 65307 -#define Consts_SmkcDel 65308 -#define Consts_SmkcShift 65309 -#define Consts_SmkcCtrl 65310 -#define Consts_SmkcAlt 65311 -#define Consts_SMsgDlgError 65312 -#define Consts_SMsgDlgInformation 65313 -#define Consts_SMsgDlgConfirm 65314 -#define Consts_SMsgDlgYes 65315 -#define Consts_SMsgDlgNo 65316 -#define Consts_SMsgDlgOK 65317 -#define Consts_SMsgDlgCancel 65318 -#define Consts_SMsgDlgHelp 65319 -#define Consts_SMsgDlgAbort 65320 -#define Consts_SMsgDlgRetry 65321 -#define Consts_SMsgDlgIgnore 65322 -#define Consts_SMsgDlgAll 65323 -#define Consts_SMsgDlgNoToAll 65324 -#define Consts_SMsgDlgYesToAll 65325 -#define Consts_SmkcBkSp 65326 -#define Consts_SmkcTab 65327 -#define Consts_SOKButton 65328 -#define Consts_SCancelButton 65329 -#define Consts_SYesButton 65330 -#define Consts_SNoButton 65331 -#define Consts_SHelpButton 65332 -#define Consts_SCloseButton 65333 -#define Consts_SIgnoreButton 65334 -#define Consts_SRetryButton 65335 -#define Consts_SAbortButton 65336 -#define Consts_SAllButton 65337 -#define Consts_SCannotDragForm 65338 -#define Consts_SVMetafiles 65339 -#define Consts_SVEnhMetafiles 65340 -#define Consts_SVIcons 65341 -#define Consts_SVBitmaps 65342 -#define Consts_SMsgDlgWarning 65343 -#define Consts_SMDIChildNotVisible 65344 -#define Consts_SVisibleChanged 65345 -#define Consts_SCannotShowModal 65346 -#define Consts_SScrollBarRange 65347 -#define Consts_SPropertyOutOfRange 65348 -#define Consts_SMenuIndexError 65349 -#define Consts_SMenuReinserted 65350 -#define Consts_SMenuNotFound 65351 -#define Consts_SNoTimers 65352 -#define Consts_SNotPrinting 65353 -#define Consts_SPrinting 65354 -#define Consts_SInvalidPrinter 65355 -#define Consts_SDeviceOnPort 65356 -#define Consts_SGroupIndexTooLow 65357 -#define Consts_SNoMDIForm 65358 -#define Consts_SControlParentSetToSelf 65359 -#define Consts_SChangeIconSize 65360 -#define Consts_SUnknownExtension 65361 -#define Consts_SUnknownClipboardFormat 65362 -#define Consts_SOutOfResources 65363 -#define Consts_SNoCanvasHandle 65364 -#define Consts_SInvalidImageSize 65365 -#define Consts_SInvalidImageList 65366 -#define Consts_SReplaceImage 65367 -#define Consts_SImageIndexError 65368 -#define Consts_SImageReadFail 65369 -#define Consts_SImageWriteFail 65370 -#define Consts_SWindowDCError 65371 -#define Consts_SWindowClass 65372 -#define Consts_SCannotFocus 65373 -#define Consts_SParentRequired 65374 -#define Consts_SParentGivenNotAParent 65375 -#define RTLConsts_SWriteError 65376 -#define RTLConsts_SThreadCreateError 65377 -#define RTLConsts_SThreadError 65378 -#define HelpIntfs_hNoTableOfContents 65379 -#define HelpIntfs_hNothingFound 65380 -#define HelpIntfs_hNoContext 65381 -#define HelpIntfs_hNoContextFound 65382 -#define HelpIntfs_hNoTopics 65383 -#define Consts_SInvalidTabPosition 65384 -#define Consts_SInvalidTabStyle 65385 -#define Consts_SInvalidBitmap 65386 -#define Consts_SInvalidIcon 65387 -#define Consts_SInvalidMetafile 65388 -#define Consts_SInvalidPixelFormat 65389 -#define Consts_SInvalidImage 65390 -#define Consts_SScanLine 65391 -#define RTLConsts_SInvalidRegType 65392 -#define RTLConsts_SListCapacityError 65393 -#define RTLConsts_SListCountError 65394 -#define RTLConsts_SListIndexError 65395 -#define RTLConsts_SMemoryStreamError 65396 -#define RTLConsts_SPropertyException 65397 -#define RTLConsts_SReadError 65398 -#define RTLConsts_SReadOnlyProperty 65399 -#define RTLConsts_SRegCreateFailed 65400 -#define RTLConsts_SRegGetDataFailed 65401 -#define RTLConsts_SRegSetDataFailed 65402 -#define RTLConsts_SResNotFound 65403 -#define RTLConsts_SSeekNotImplemented 65404 -#define RTLConsts_SSortedListError 65405 -#define RTLConsts_SUnknownGroup 65406 -#define RTLConsts_SUnknownProperty 65407 -#define RTLConsts_SCheckSynchronizeError 65408 -#define RTLConsts_SClassNotFound 65409 -#define RTLConsts_SDuplicateClass 65410 -#define RTLConsts_SDuplicateItem 65411 -#define RTLConsts_SDuplicateName 65412 -#define RTLConsts_SDuplicateString 65413 -#define RTLConsts_SFCreateErrorEx 65414 -#define RTLConsts_SFOpenErrorEx 65415 -#define RTLConsts_SIniFileWriteError 65416 -#define RTLConsts_SInvalidImage 65417 -#define RTLConsts_SInvalidName 65418 -#define RTLConsts_SInvalidProperty 65419 -#define RTLConsts_SInvalidPropertyElement 65420 -#define RTLConsts_SInvalidPropertyPath 65421 -#define RTLConsts_SInvalidPropertyType 65422 -#define RTLConsts_SInvalidPropertyValue 65423 -#define SysConst_SShortDayNameTue 65424 -#define SysConst_SShortDayNameWed 65425 -#define SysConst_SShortDayNameThu 65426 -#define SysConst_SShortDayNameFri 65427 -#define SysConst_SShortDayNameSat 65428 -#define SysConst_SLongDayNameSun 65429 -#define SysConst_SLongDayNameMon 65430 -#define SysConst_SLongDayNameTue 65431 -#define SysConst_SLongDayNameWed 65432 -#define SysConst_SLongDayNameThu 65433 -#define SysConst_SLongDayNameFri 65434 -#define SysConst_SLongDayNameSat 65435 -#define RTLConsts_SAncestorNotFound 65436 -#define RTLConsts_SAssignError 65437 -#define RTLConsts_SBitsIndexError 65438 -#define RTLConsts_SCantWriteResourceStreamError 65439 -#define SysConst_SShortMonthNameNov 65440 -#define SysConst_SShortMonthNameDec 65441 -#define SysConst_SLongMonthNameJan 65442 -#define SysConst_SLongMonthNameFeb 65443 -#define SysConst_SLongMonthNameMar 65444 -#define SysConst_SLongMonthNameApr 65445 -#define SysConst_SLongMonthNameMay 65446 -#define SysConst_SLongMonthNameJun 65447 -#define SysConst_SLongMonthNameJul 65448 -#define SysConst_SLongMonthNameAug 65449 -#define SysConst_SLongMonthNameSep 65450 -#define SysConst_SLongMonthNameOct 65451 -#define SysConst_SLongMonthNameNov 65452 -#define SysConst_SLongMonthNameDec 65453 -#define SysConst_SShortDayNameSun 65454 -#define SysConst_SShortDayNameMon 65455 -#define SysConst_SAssertError 65456 -#define SysConst_SAbstractError 65457 -#define SysConst_SModuleAccessViolation 65458 -#define SysConst_SOSError 65459 -#define SysConst_SUnkOSError 65460 -#define SysConst_SNL 65461 -#define SysConst_SShortMonthNameJan 65462 -#define SysConst_SShortMonthNameFeb 65463 -#define SysConst_SShortMonthNameMar 65464 -#define SysConst_SShortMonthNameApr 65465 -#define SysConst_SShortMonthNameMay 65466 -#define SysConst_SShortMonthNameJun 65467 -#define SysConst_SShortMonthNameJul 65468 -#define SysConst_SShortMonthNameAug 65469 -#define SysConst_SShortMonthNameSep 65470 -#define SysConst_SShortMonthNameOct 65471 -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65472 -#define SysConst_SVarTypeOutOfRangeWithPrefix 65473 -#define SysConst_SVarTypeAlreadyUsedWithPrefix 65474 -#define SysConst_SVarTypeNotUsableWithPrefix 65475 -#define SysConst_SVarTypeTooManyCustom 65476 -#define SysConst_SVarTypeCouldNotConvert 65477 -#define SysConst_SVarTypeConvertOverflow 65478 -#define SysConst_SVarOverflow 65479 -#define SysConst_SVarInvalid 65480 -#define SysConst_SVarBadType 65481 -#define SysConst_SVarNotImplemented 65482 -#define SysConst_SVarUnexpected 65483 -#define SysConst_SExternalException 65484 -#define SysConst_SAssertionFailed 65485 -#define SysConst_SIntfCastError 65486 -#define SysConst_SSafecallException 65487 -#define SysConst_SPrivilege 65488 -#define SysConst_SOperationAborted 65489 -#define SysConst_SException 65490 -#define SysConst_SExceptTitle 65491 -#define SysConst_SInvalidFormat 65492 -#define SysConst_SArgumentMissing 65493 -#define SysConst_SDispatchError 65494 -#define SysConst_SReadAccess 65495 -#define SysConst_SWriteAccess 65496 -#define SysConst_SFormatTooLong 65497 -#define SysConst_SVarArrayCreate 65498 -#define SysConst_SVarArrayBounds 65499 -#define SysConst_SVarArrayLocked 65500 -#define SysConst_SInvalidVarCast 65501 -#define SysConst_SInvalidVarOp 65502 -#define SysConst_SInvalidVarNullOp 65503 -#define SysConst_SEndOfFile 65504 -#define SysConst_SDiskFull 65505 -#define SysConst_SInvalidInput 65506 -#define SysConst_SDivByZero 65507 -#define SysConst_SRangeError 65508 -#define SysConst_SIntOverflow 65509 -#define SysConst_SInvalidOp 65510 -#define SysConst_SZeroDivide 65511 -#define SysConst_SOverflow 65512 -#define SysConst_SUnderflow 65513 -#define SysConst_SInvalidPointer 65514 -#define SysConst_SInvalidCast 65515 -#define SysConst_SAccessViolationArg3 65516 -#define SysConst_SAccessViolationNoArg 65517 -#define SysConst_SStackOverflow 65518 -#define SysConst_SControlC 65519 -#define SysConst_SInvalidInteger 65520 -#define SysConst_SInvalidFloat 65521 -#define SysConst_SInvalidDate 65522 -#define SysConst_SInvalidTime 65523 -#define SysConst_SInvalidDateTime 65524 -#define SysConst_SInvalidTimeStamp 65525 -#define SysConst_SInvalidGUID 65526 -#define SysConst_SInvalidBoolean 65527 -#define SysConst_STimeEncodeError 65528 -#define SysConst_SDateEncodeError 65529 -#define SysConst_SOutOfMemory 65530 -#define SysConst_SInOutError 65531 -#define SysConst_SFileNotFound 65532 -#define SysConst_SInvalidFilename 65533 -#define SysConst_STooManyOpenFiles 65534 -#define SysConst_SAccessDenied 65535 -STRINGTABLE -BEGIN - cxEditConsts_scxRegExprIncorrectParameterQuantifier, "Incorrect parameter quantifier" - cxEditConsts_scxRegExprCantUseParameterQuantifier, "The parameter quantifier cannot be applied here" - cxEditConsts_scxMaskEditRegExprError, "Regular expression errors:" - cxEditConsts_scxMaskEditInvalidEditValue, "The edit value is invalid" - OleConst_SLinkProperties, "Link Properties" - OleConst_SInvalidLinkSource, "Cannot link to an invalid source." - OleConst_SCannotBreakLink, "Break link operation is not supported." - OleConst_SEmptyContainer, "Operation not allowed on an empty OLE container" - OleConst_SInvalidVerb, "Invalid object verb" - OleConst_SPropDlgCaption, "%s Properties" - OleConst_SInvalidStreamFormat, "Invalid stream format" - cxEditConsts_scxRegExprCantUsePlusQuantifier, "The '+' quantifier cannot be applied here" - cxEditConsts_scxRegExprCantUseStarQuantifier, "The '*' quantifier cannot be applied here" - cxEditConsts_scxRegExprCantCreateEmptyAlt, "The alternative should not be empty" - cxEditConsts_scxRegExprCantCreateEmptyBlock, "The block should not be empty" - cxEditConsts_scxRegExprIllegalSymbol, "Illegal '%s'" - cxEditConsts_scxRegExprIllegalQuantifier, "Illegal quantifier '%s'" - cxEditConsts_scxRegExprIllegalIntegerValue, "Illegal integer value" - cxEditConsts_scxRegExprTooBigReferenceNumber, "Too big reference number" - cxEditConsts_scxRegExprCantCreateEmptyEnum, "Can't create empty enumeration" - cxEditConsts_scxRegExprSubrangeOrder, "The starting character of the subrange must be less than the finishing one" - cxEditConsts_scxRegExprHexNumberExpected0, "Hexadecimal number expected" - cxEditConsts_scxRegExprHexNumberExpected, "Hexadecimal number expected but '%s' found" - cxEditConsts_scxRegExprMissing, "Missing '%s'" - cxEditConsts_scxRegExprUnnecessary, "Unnecessary '%s'" - cxEditConsts_scxRegExprIncorrectSpace, "The space character is not allowed after '\\'" - cxEditConsts_scxRegExprNotCompiled, "Regular expression is not compiled" - cxEditConsts_cxSDateSecond, "second" - cxEditConsts_cxSDateThird, "third" - cxEditConsts_cxSDateFourth, "fourth" - cxEditConsts_cxSDateFifth, "fifth" - cxEditConsts_cxSDateSixth, "sixth" - cxEditConsts_cxSDateSeventh, "seventh" - cxEditConsts_cxSDateBOM, "bom" - cxEditConsts_cxSDateEOM, "eom" - cxEditConsts_cxSDateNow, "now" - cxEditConsts_scxSEditRepositoryButtonItem, "ButtonEdit|Represents an edit control with embedded buttons" - cxEditConsts_scxSEditRepositoryMaskItem, "MaskEdit|Represents a generic masked edit control." - cxEditConsts_scxSEditRepositoryTextItem, "TextEdit|Represents a single line text editor" - cxEditConsts_scxRegExprLine, "Line" - cxEditConsts_scxRegExprChar, "Char" - cxEditConsts_scxRegExprNotAssignedSourceStream, "The source stream is not assigned" - cxEditConsts_scxRegExprEmptySourceStream, "The source stream is empty" - cxDataConsts_cxSDataWriteError, "Stream write error" - cxEditConsts_cxSEditInvalidRepositoryItem, "The repository item is not acceptable" - cxEditConsts_cxSEditNumericValueConvertError, "Could not convert to numeric value" - cxEditConsts_cxSEditValidateErrorText, "Invalid input value. Use escape key to abandon changes" - cxEditConsts_cxSEditValueOutOfBounds, "Value out of bounds" - cxEditConsts_cxSDateToday, "today" - cxEditConsts_cxSDateYesterday, "yesterday" - cxEditConsts_cxSDateTomorrow, "tomorrow" - cxEditConsts_cxSDateSunday, "Sunday" - cxEditConsts_cxSDateMonday, "Monday" - cxEditConsts_cxSDateTuesday, "Tuesday" - cxEditConsts_cxSDateWednesday, "Wednesday" - cxEditConsts_cxSDateThursday, "Thursday" - cxEditConsts_cxSDateFriday, "Friday" - cxEditConsts_cxSDateSaturday, "Saturday" - cxEditConsts_cxSDateFirst, "first" - pnglang_EPNGInvalidFileHeaderText, "The file being readed is not a valid \"Portable Network Graphics\" image because it contains an invalid header. This file may be corruped, try obtaining it again." - pnglang_EPNGIHDRNotFirstText, "This \"Portable Network Graphics\" image is not supported or it might be invalid.\r\n(IHDR chunk is not the first)" - pnglang_EPNGSizeExceedsText, "This \"Portable Network Graphics\" image is not supported because either it's width or height exceeds the maximum size, which is 65535 pixels length." - pnglang_EPNGUnknownPalEntryText, "There is no such palette entry." - pnglang_EPNGUnknownCriticalChunkText, "This \"Portable Network Graphics\" image contains an unknown critical part which could not be decoded." - pnglang_EPNGUnknownCompressionText, "This \"Portable Network Graphics\" image is encoded with an unknown compression scheme which could not be decoded." - pnglang_EPNGUnknownInterlaceText, "This \"Portable Network Graphics\" image uses an unknown interlace scheme which could not be decoded." - pnglang_EPNGCannotAssignChunkText, "The chunks must be compatible to be assigned." - pnglang_EPNGUnexpectedEndText, "This \"Portable Network Graphics\" image is invalid because the decoder found an unexpected end of the file." - pnglang_EPNGNoImageDataText, "This \"Portable Network Graphics\" image contains no data." - pnglang_EPNGCannotChangeSizeText, "The \"Portable Network Graphics\" image can not be resize by changing width and height properties. Try assigning the image from a bitmap." - pnglang_EPNGCannotAddChunkText, "The program tried to add a existent critical chunk to the current image which is not allowed." - pnglang_EPNGCannotAddInvalidImageText, "It's not allowed to add a new chunk because the current image is invalid." - pnglang_EPNGOutMemoryText, "Some operation could not be performed because the system is out of resources. Close some windows and try again." - pnglang_EPNGHeaderNotPresentText, "This operation is not valid because the current image contains no valid header." - cxDataConsts_cxSDataReadError, "Stream read error" - IBXConst_STPBConstantUnknownEx, "TPB Constant (%s) is unknown" - IBXConst_SUnknownPlan, "Unknown Error - Can't retrieve plan" - IBXConst_SFieldSizeMismatch, "Size Mismatch - Field %s size is too small for data" - IBXConst_SEventAlreadyRegistered, "Events already registered" - IBXConst_SStringTooLarge, "Trying to store a string of length %d into a field that can only contain %d" - IBXConst_SNoTimers, "Not enough timers available" - IBXConst_SIB65feature, "%s is an InterBase 6.5 function. Please upgrade to InterBase 6.5 to use this functonality" - IBXConst_SLoginPromptFailure, "Can not find default login prompt dialog. Please add DBLogDlg to the uses section of your main file." - IBXConst_SIB70feature, "%s is an InterBase 7.0 function. Please upgrade to InterBase 7.0 to use this functonality" - IBXConst_SIB71feature, "%s is an InterBase 7.1 function. Please upgrade to InterBase 7.1 to use this functonality" - IBXConst_SIB80feature, "%s is an InterBase 2007 function. Please upgrade to InterBase 2007 to use this functonality" - pnglang_EPngInvalidCRCText, "This \"Portable Network Graphics\" image is not valid because it contains invalid pieces of data (crc error)" - pnglang_EPNGInvalidIHDRText, "The \"Portable Network Graphics\" image could not be loaded because one of its main piece of data (ihdr) might be corrupted" - pnglang_EPNGMissingMultipleIDATText, "This \"Portable Network Graphics\" image is invalid because it has missing image parts." - pnglang_EPNGZLIBErrorText, "Could not decompress the image because it contains invalid compressed data.\r\n Description: " - pnglang_EPNGInvalidPaletteText, "The \"Portable Network Graphics\" image contains an invalid palette." - IBXConst_SEOFReached, "SEOFReached" - IBXConst_SEOFInComment, "EOF in comment detected" - IBXConst_SEOFInString, "EOF in string detected" - IBXConst_SParamNameExpected, "Parameter name expected" - IBXConst_SSuccess, "Successful execution" - IBXConst_SDelphiException, "DelphiException %s" - IBXConst_SNoOptionsSet, "No Install Options selected" - IBXConst_SNoDestinationDirectory, "DestinationDirectory is not set" - IBXConst_SNosourceDirectory, "SourceDirectory is not set" - IBXConst_SNoUninstallFile, "Uninstall File Name is not set" - IBXConst_SOptionNeedsClient, "%s component requires Client to function properly" - IBXConst_SOptionNeedsServer, "%s component requires Server to function properly" - IBXConst_SInvalidOption, "Invalid option specified" - IBXConst_SInvalidOnErrorResult, "Unexpected onError return value" - IBXConst_SInvalidOnStatusResult, "Unexpected onStatus return value" - IBXConst_SDPBConstantUnknownEx, "DPB Constant (%s) is unknown" - IBXConst_SNoEventsRegistered, "No Events Registered" - IBXConst_SInvalidQueueing, "Invalid Queueing" - IBXConst_SInvalidRegistration, "Invalid Registration" - IBXConst_SInvalidBatchMove, "Invalid Batch Move" - IBXConst_SSQLDialectInvalid, "SQL Dialect Invalid" - IBXConst_SSPBConstantNotSupported, "SPB Constant Not supported" - IBXConst_SSPBConstantUnknown, "SPB Constant Unknown" - IBXConst_SServiceActive, "Cannot perform operation -- service is not attached" - IBXConst_SServiceInActive, "Cannot perform operation -- service is attached" - IBXConst_SServerNameMissing, "Server Name Missing" - IBXConst_SQueryParamsError, "Query Parameters missing or incorrect" - IBXConst_SStartParamsError, "start Parameters missing or incorrect" - IBXConst_SOutputParsingError, "Unexpected Output buffer value" - IBXConst_SUseSpecificProcedures, "Generic ServiceStart not applicable: Use Specific Procedures to set configuration params" - IBXConst_SSQLMonitorAlreadyPresent, "SQL Monitor Instance is already present" - IBXConst_SCantPrintValue, "Cannot print value" - IBXConst_SRequiredParamNotSet, "Required Param value not set" - IBXConst_SNoStoredProcName, "No Stored Procedure Name assigned" - IBXConst_SIsAExecuteProcedure, "use ExecProc for Procedure; use TQuery for Select procedures" - IBXConst_SUpdateFailed, "Update Failed" - IBXConst_SNotCachedUpdates, "CachedUpdates not enabled" - IBXConst_SNotLiveRequest, "Request is not live - cannot modify" - IBXConst_SNoProvider, "No Provider" - IBXConst_SNoRecordsAffected, "No Records Affected" - IBXConst_SNoTableName, "No Table Name assigned" - IBXConst_SCannotCreatePrimaryIndex, "Cannot Create Primary Index; are created automatically" - IBXConst_SCannotDropSystemIndex, "Cannot Drop System Index" - IBXConst_STableNameMismatch, "Table Name Mismatch" - IBXConst_SIndexFieldMissing, "Index Field Missing" - IBXConst_SInvalidCancellation, "Cannot Cancel events while processing" - IBXConst_SInvalidEvent, "Invalid Event" - IBXConst_SMaximumEvents, "Exceded Maximum Event limits" - IBXConst_SCannotDelete, "Cannot delete from dataset. (No delete query)" - IBXConst_SCannotRefresh, "Cannot refresh row. (No refresh query)" - IBXConst_SBufferNotSet, "Buffer not set" - IBXConst_SCircularReference, "Circular references not permitted" - IBXConst_SSQLParseError, "SQL Parse Error:\r\n\r\n%s" - IBXConst_SUserAbort, "User abort" - IBXConst_SDataSetUniDirectional, "Data set is uni-directional" - IBXConst_SCannotCreateSharedResource, "Cannot create shared resource. (Windows error %d)" - IBXConst_SWindowsAPIError, "Windows API error. (Windows error %d [$%.8x])" - IBXConst_SColumnListsDontMatch, "Column lists do not match" - IBXConst_SColumnTypesDontMatch, "Column types don't match. (From index: %d; To index: %d)" - IBXConst_SCantEndSharedTransaction, "Can't end a shared transaction unless it is forced and equal to the transaction's TimeoutAction" - IBXConst_SFieldUnsupportedType, "Unsupported Field Type" - IBXConst_SCircularDataLink, "Circular DataLink Reference" - IBXConst_SEmptySQLStatement, "Empty SQL Statement" - IBXConst_SIsASelectStatement, "use Open for a Select Statement" - IBXConst_SUnknownSQLDataType, "Unknown SQL Data type (%d)" - IBXConst_SInvalidColumnIndex, "Invalid column index (index exceeds permitted range)" - IBXConst_SInvalidParamColumnIndex, "Invalid parameter index (index exceeds permitted range)" - IBXConst_SInvalidDataConversion, "Invalid data conversion" - IBXConst_SColumnIsNotNullable, "Column cannot be set to null (%s)" - IBXConst_SBlobCannotBeRead, "Blob stream cannot be read" - IBXConst_SBlobCannotBeWritten, "Blob stream cannot be written" - IBXConst_SEmptyQuery, "Empty query" - IBXConst_SCannotOpenNonSQLSelect, "Cannot \"open\" a non-select statement. Use ExecQuery" - IBXConst_SNoFieldAccess, "No access to field \"%s\"" - IBXConst_SFieldReadOnly, "Field \"%s\" is read-only" - IBXConst_SFieldNotFound, "Field \"%s\" not found" - IBXConst_SNotEditing, "Not in edit mode" - IBXConst_SCannotInsert, "Cannot insert into dataset. (No insert query)" - IBXConst_SCannotPost, "Cannot post. (No update/insert query)" - IBXConst_SCannotUpdate, "Cannot update. (No update query)" - IBXConst_SInTransaction, "Transaction is active" - IBXConst_STimeoutNegative, "Timeout values cannot be negative" - IBXConst_SNoDatabasesInTransaction, "No databases are listed in transaction component" - IBXConst_SUpdateWrongDB, "Updating wrong database" - IBXConst_SUpdateWrongTR, "Updating wrong transaction. Unique transaction expected in set" - IBXConst_SDatabaseNotAssigned, "Database not assigned" - IBXConst_STransactionNotAssigned, "Transaction not assigned" - IBXConst_SXSQLDAIndexOutOfRange, "XSQLDA index out of range" - IBXConst_SXSQLDANameDoesNotExist, "XSQLDA name does not exist (%s)" - IBXConst_SEOF, "End of file" - IBXConst_SBOF, "Beginning of file" - IBXConst_SInvalidStatementHandle, "Invalid statement handle" - IBXConst_SSQLOpen, "IBSQL Open" - IBXConst_SSQLClosed, "IBSQL Closed" - IBXConst_SDatasetOpen, "Dataset open" - IBXConst_SDatasetClosed, "Dataset closed" - IBXConst_SIB60feature, "%s is an InterBase 6 function. Please upgrade to InterBase 6 to use this functonality" - IBXConst_SNotSupported, "Unsupported feature" - IBXConst_SNotPermitted, "Not permitted" - IBXConst_SFileAccessError, "Temporary file access error" - IBXConst_SConnectionTimeout, "Database connection timed out" - IBXConst_SCannotSetDatabase, "Cannot set database" - IBXConst_SCannotSetTransaction, "Cannot set transaction" - IBXConst_SOperationCancelled, "Operation cancelled at user's request" - IBXConst_SDPBConstantNotSupported, "DPB Constant (isc_dpb_%s) is unsupported" - IBXConst_SDPBConstantUnknown, "DPB Constant (%d) is unknown" - IBXConst_STPBConstantNotSupported, "TPB Constant (isc_tpb_%s) is unsupported" - IBXConst_STPBConstantUnknown, "TPB Constant (%d) is unknown" - IBXConst_SDatabaseClosed, "Cannot perform operation -- DB is not open" - IBXConst_SDatabaseOpen, "Cannot perform operation -- DB is currently open" - IBXConst_SDatabaseNameMissing, "Database name is missing" - IBXConst_SNotInTransaction, "Transaction is not active" - IBSQLMonitor_StrExecute, ": [Execute] " - IBSQLMonitor_StrNULL, "" - IBSQLMonitor_StrBLOB, "" - IBSQLMonitor_StrFetch, ": [Fetch] " - IBSQLMonitor_StrPrepare, ": [Prepare] " - IBSQLMonitor_StrPlan, " Plan: " - IBSQLMonitor_StrPlanCantRetrive, " Plan: Can't retrieve plan - too large" - IBSQLMonitor_StrCommitHardComm, ": [Commit (Hard commit)]" - IBSQLMonitor_StrCommitRetaining, ": [Commit retaining (Soft commit)]" - IBSQLMonitor_StrRollback, ": [Rollback]" - IBSQLMonitor_StrRollbackRetainin, ": [Rollback retaining (Soft rollback)]" - IBSQLMonitor_StrStartTransaction, ": [Start transaction]" - IBSQLMonitor_StrApplication, "[Application: " - IBXConst_SUnknownError, "Unknown error" - IBXConst_SInterBaseMissing, "InterBase library gds32.dll not found in the path. Please install InterBase to use this functionality" - IBXConst_SInterBaseInstallMissing, "InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality" - uDARes_err_DARDMInvalidSchema, "Schema must be assigned and must point to a ConnectionManager" - uDARes_err_DARDMCannotFindProxessorForDelta, "Cannot find a business processor for delta \"%s\"" - uDARes_err_NeedShareMem, "To use dynamically loaded drivers, you must build your application with ShareMem." - uDARes_err_DatasetNotAccessible, "Access to dataset %s has not been permitted." - uDARes_err_CommandNotAccessible, "executon of command %s has not been permitted." - uDARes_err_SQLNotPermitted, "Execution of the specified SQL statement has not been permitted." - uDAMemDataset_SNoDetailFilter, "Filter property cannot be used for detail tables" - uDAMemDataset_SNoFilterOptions, "FilterOptions are not supported" - IBSQLMonitor_StrConnect, ": [Connect]" - IBSQLMonitor_StrDisconnect, ": [Disconnect]" - IBSQLMonitor_StrMisc, "[Misc] " - IBSQLMonitor_StrError, "[Error] " - IBSQLMonitor_StrAttach, ": [Attach]" - IBSQLMonitor_StrDetach, ": [Detach]" - IBSQLMonitor_StrQuery, ": [Query]" - IBSQLMonitor_StrStart, ": [Start]" - uDARes_err_FieldTypeNotSupported, "FieldType %s (%d) is not supported" - uDARes_err_NotSupported, "Not supported" - uDARes_err_InvalidDataset, "Invalid or NIL dataset" - uDARes_err_CannotFindItem, "Cannot find %s \"%s\" in collection of type %s" - uDARes_err_DriverAlreadyLoaded, "Driver %s is already loaded" - uDARes_err_InvalidDLL, "%s is not a valid Data Abstract driver" - uDARes_err_UnknownDriver, "Unknown driver %s" - uDARes_err_FieldIsNotBound, "Field is not bound" - uDARes_err_CannotFindField, "Cannot find field %s" - uDARes_err_LoadPackageFailed, "LoadPackage failed for file %s" - uDARes_err_InvalidDriverReference, "The driver in %s could not be loaded" - uDARes_err_CannotFindStatement, "Cannot find statement %s for connection %s" - uDARes_err_CannotFindDefaultItem, "Cannot find default %s" - uDARes_err_PoolIsNotEmpty, "Cannot perform this operation when connections are pooled" - uDARes_err_MaxPoolSizeReached, "Maximum pool size reached. Cannot create a new connection" - uDARes_err_LAMEDataset, "%s does not implement IProviderSupport or implements it incorrectly" - JvResources_RsClInactiveCaptionText, "Inactive window title bar text" - JvResources_RsClBtnHighlight, "Button highlight" - JvResources_RsCl3DDkShadow, "Dark shadow 3D elements" - JvResources_RsCl3DLight, "Highlight 3D elements" - JvResources_RsClInfoText, "Tooltip text" - JvResources_RsClInfoBk, "Tooltip background" - JvResources_RsGradientActiveCaption, "Gradient Active Caption" - JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption" - JvResources_RsHotLight, "Hot Light" - JvResources_RsMenuBar, "Menu Bar" - JvResources_RsMenuHighlight, "Menu Highlight" - uDARes_err_ChangeLogAlreadyStarted, "StartChange has already been called; cannot log more than one change at a time." - uDARes_err_NotAttachedToDataTable, "Delta is not attached to a DataTable" - uDARes_err_DriverProcAlreadyRegistered, "DriverProc 0x%0.8x is already registered" - uDARes_err_DriverManagerAlreadyCreated, "An instance of a TDADriverManager was already initialized. Only one driver manager per module is allowed" - uDARes_err_DriverManagerNotAssigned, "Driver Manager is not assigned" - JvResources_RsClInactiveCaption, "Inactive window title bar" - JvResources_RsClMenu, "Menu background" - JvResources_RsClWindow, "Window background" - JvResources_RsClWindowFrame, "Window frame" - JvResources_RsClMenuText, "Menu text" - JvResources_RsClWindowText, "Window text" - JvResources_RsClCaptionText, "Active window title bar text" - JvResources_RsClActiveBorder, "Active window border" - JvResources_RsClInactiveBorder, "Inactive window border" - JvResources_RsClAppWorkSpace, "Application workspace" - JvResources_RsClHighlight, "Selection background" - JvResources_RsClHighlightText, "Selection text" - JvResources_RsClBtnFace, "Button face" - JvResources_RsClBtnShadow, "Button shadow" - JvResources_RsClGrayText, "Dimmed text" - JvResources_RsClBtnText, "Button text" - JvResources_RsClPink, "Pink" - JvResources_RsClGold, "Gold" - JvResources_RsClBrightGreen, "Bright Green" - JvResources_RsClTurquoise, "Turquoise" - JvResources_RsClPlum, "Plum" - JvResources_RsClGray25, "Gray 25%" - JvResources_RsClRose, "Rose" - JvResources_RsClTan, "Tan" - JvResources_RsClLightYellow, "Light Yellow" - JvResources_RsClLightGreen, "Light Green" - JvResources_RsClLightTurquoise, "Light Turquoise" - JvResources_RsClPaleBlue, "Pale Blue" - JvResources_RsClLavender, "Lavender" - JvResources_RsClScrollBar, "Scrollbar" - JvResources_RsClBackground, "Desktop background" - JvResources_RsClActiveCaption, "Active window title bar" - JvResources_RsClOliveGreen, "Olive Green" - JvResources_RsClDarkGreen, "Dark Green" - JvResources_RsClDarkTeal, "Dark Teal" - JvResources_RsClDarkBlue, "Dark Blue" - JvResources_RsClIndigo, "Indigo" - JvResources_RsClGray80, "Gray 80%" - JvResources_RsClDarkRed, "Dark Red" - JvResources_RsClOrange, "Orange" - JvResources_RsClDarkYellow, "Dark Yellow" - JvResources_RsClBlueGray, "Blue Gray" - JvResources_RsClGray50, "Gray 50%" - JvResources_RsClLightOrange, "Light Orange" - JvResources_RsClSeaGreen, "Sea Green" - JvResources_RsClLightBlue, "Light Blue" - JvResources_RsClViolet, "Violet" - JvResources_RsClGray40, "Gray 40%" - JvResources_RsClPurple, "Purple" - JvResources_RsClTeal, "Teal" - JvResources_RsClGray, "Gray" - JvResources_RsClSilver, "Silver" - JvResources_RsClRed, "Red" - JvResources_RsClLime, "Lime" - JvResources_RsClYellow, "Yellow" - JvResources_RsClBlue, "Blue" - JvResources_RsClFuchsia, "Fuchsia" - JvResources_RsClAqua, "Aqua" - JvResources_RsClWhite, "White" - JvResources_RsClMoneyGreen, "Money green" - JvResources_RsClSkyBlue, "Sky blue" - JvResources_RsClCream, "Cream" - JvResources_RsClMedGray, "Medium gray" - JvResources_RsClBrown, "Brown" - JvResources_RsGIFImage, "CompuServe GIF Image" - JvResources_RsEChangeGIFSize, "Cannot change the Size of a GIF image" - JvResources_RsENoGIFData, "No GIF Data to write" - JvResources_RsEUnrecognizedGIFExt, "Unrecognized extension block: %.2x" - JvResources_RsEWrongGIFColors, "Wrong number of colors; must be a power of 2" - JvResources_RsEBadGIFCodeSize, "GIF code size not in range 2 to 9" - JvResources_RsEGIFDecodeError, "GIF encoded data is corrupt" - JvResources_RsEGIFEncodeError, "GIF image encoding error" - JvResources_RsEGIFVersion, "Unknown GIF version" - JvResources_RsEPixelFormatNotImplemented, "BitmapToMemoryStream: pixel format not implemented" - JvResources_RsEBitCountNotImplemented, "BitmapToMemoryStream: bit count not implemented" - JvResources_RsClBlack, "Black" - JvResources_RsClMaroon, "Maroon" - JvResources_RsClGreen, "Green" - JvResources_RsClOlive, "Olive green" - JvResources_RsClNavy, "Navy blue" - JclResources_RsIntelCacheDescr87, "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescrB0, "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries" - JclResources_RsIntelCacheDescrB3, "Data TLB: 4 KByte pages, 4-way set associative, 128 entries" - JclResources_RsIntelCacheDescrB4, "Data TLB1: 4 KByte pages, 4-way set associative, 256 entries" - JclResources_RsIntelCacheDescrF0, "64-Byte Prefetching" - JclResources_RsIntelCacheDescrF1, "128-Byte Prefetching" - JvResources_RsAniExtension, "ani" - JvResources_RsAniFilterName, "ANI Image" - JvResources_RsRootValueReplaceFmt, "The Default Root Value \"%0:s\" has been replaced with \"%1:s\".\r\nPlease change the value in the FileVersionInfo Project Properties." - JvResources_RsEUnableToCreateKey, "Unable to create key '%s'" - JvResources_RsEEnumeratingRegistry, "Error enumerating registry" - JvResources_RsEInvalidType, "Invalid type" - JvResources_RsEUnknownBaseType, "Unknown base type for given set" - JvResources_RsEInvalidPath, "Invalid path" - JvResources_RsENotAUniqueRootPath, "'%s' is not a unique root path" - JvResources_RsECircularReferenceOfStorages, "Circular reference of storages" - JclResources_RsIntelCacheDescr68, "1st-level data cache: 32 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr70, "Trace cache: 12 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr71, "Trace cache: 16 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr72, "Trace cache: 32 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr78, "2nd-level cache: 1 MBytes, 4-way set associative, 64 bytes line size" - JclResources_RsIntelCacheDescr79, "2nd-level cache: 128 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7A, "2nd-level cache: 256 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7B, "2nd-level cache: 512 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7C, "2nd-level cache: 1 MBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7D, "2nd-level cache: 2 MBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr7F, "2nd-level cache: 512 KBytes, 2-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr82, "2nd-level cache: 256 KBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr83, "2nd-level cache: 512 KBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr84, "2nd-level cache: 1 MBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr85, "2nd-level cache: 2 MBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr86, "2nd-level cache: 512 KByte, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr44, "2nd-level cache: 1 MBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr45, "2nd-level cache: 2 MBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr46, "3rd-level cache: 4 MBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr47, "3rd-level cache: 8 MBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr49, "2nd-level cache: 4 MBytes, 16-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr50, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 64 Entries" - JclResources_RsIntelCacheDescr51, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 128 Entries" - JclResources_RsIntelCacheDescr52, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 256 Entries" - JclResources_RsIntelCacheDescr56, "Data TLB0: 4 MByte pages, 4-way set associative, 16 entries" - JclResources_RsIntelCacheDescr57, "Data TLB0: 4 KByte pages, 4-way associative, 16 entries" - JclResources_RsIntelCacheDescr5B, "Data TLB: 4 KByte and 4 MByte pages, 64 Entries" - JclResources_RsIntelCacheDescr5C, "Data TLB: 4 KByte and 4 MByte pages, 128 Entries" - JclResources_RsIntelCacheDescr5D, "Data TLB: 4 KByte and 4 MByte pages, 256 Entries" - JclResources_RsIntelCacheDescr60, "1st-level data cache: 16 KByte, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr66, "1st-level data cache: 8 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr67, "1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr05, "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries" - JclResources_RsIntelCacheDescr06, "1st level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr08, "1st level instruction cache: 16 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr0A, "1st level data cache: 8 KBytes, 2-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr0B, "Instruction TLB: 4 MByte pages, 4-way set associative, 4 entries" - JclResources_RsIntelCacheDescr0C, "1st level data cache: 16 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr22, "3rd level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr23, "3rd level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr25, "3rd level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr29, "3rd level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr2C, "1st level data cache: 32 KBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr30, "1st level instruction cache: 32 KBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr40, "No 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cache" - JclResources_RsIntelCacheDescr41, "2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr42, "2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr43, "2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsRTTIFloatType, "Float type: " - JclResources_RsRTTIMethodKind, "Method kind: " - JclResources_RsRTTIParamCount, "Parameter count: " - JclResources_RsRTTIReturnType, "Return type: " - JclResources_RsRTTIMaxLen, "Max length: " - JclResources_RsRTTIElSize, "Element size: " - JclResources_RsRTTIElType, "Element type: " - JclResources_RsRTTIElNeedCleanup, "Elements need clean up: " - JclResources_RsRTTIVarType, "Variant type: " - JclResources_RsDeclarationFormat, "// Declaration for '%s' not supported." - JclResources_RsSynchCreateEvent, "Failed to create event" - JclResources_RsIntelCacheDescr00, "Null descriptor" - JclResources_RsIntelCacheDescr01, "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" - JclResources_RsIntelCacheDescr02, "Instruction TLB: 4 MByte pages, 4-way set associative, 2 entries" - JclResources_RsIntelCacheDescr03, "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" - JclResources_RsIntelCacheDescr04, "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" - JclResources_RsRTTIIndex, "index" - JclResources_RsRTTIDefault, "default" - JclResources_RsRTTIName, "Name: " - JclResources_RsRTTIType, "Type: " - JclResources_RsRTTIFlags, "Flags: " - JclResources_RsRTTIGUID, "GUID: " - JclResources_RsRTTITypeKind, "Type kind: " - JclResources_RsRTTIOrdinalType, "Ordinal type: " - JclResources_RsRTTIMinValue, "Min value: " - JclResources_RsRTTIMaxValue, "Max value: " - JclResources_RsRTTINameList, "Names: " - JclResources_RsRTTIClassName, "Class name: " - JclResources_RsRTTIParent, "Parent: " - JclResources_RsRTTIPropCount, "Property count: " - JclResources_RsRTTIUnitName, "Unit name: " - JclResources_RsRTTIBasedOn, "Based on: " - JclResources_RsRTTIUnknownIdentifier, "Unknown identifier '%s'." - JclResources_RsRTTIVar, "var " - JclResources_RsRTTIConst, "const " - JclResources_RsRTTIArrayOf, "array of " - JclResources_RsRTTIOut, "out " - JclResources_RsRTTIOrdinal, "ordinal=" - JclResources_RsRTTITrue, "True" - JclResources_RsRTTIFalse, "False" - JclResources_RsRTTITypeError, "???" - JclResources_RsRTTITypeInfoAt, "Type info: %p" - JclResources_RsRTTIPropRead, "read" - JclResources_RsRTTIPropWrite, "write" - JclResources_RsRTTIPropStored, "stored" - JclResources_RsRTTIField, "field" - JclResources_RsRTTIStaticMethod, "static method" - JclResources_RsRTTIVirtualMethod, "virtual method" - JclResources_RsInconsistentPath, "\"%s\" does not match RootKey" - JclResources_RsHKCRLong, "HKEY_CLASSES_ROOT" - JclResources_RsHKCULong, "HKEY_CURRENT_USER" - JclResources_RsHKLMLong, "HKEY_LOCAL_MACHINE" - JclResources_RsHKUSLong, "HKEY_USERS" - JclResources_RsHKPDLong, "HKEY_PERFORMANCE_DATA" - JclResources_RsHKCCLong, "HKEY_CURRENT_CONFIG" - JclResources_RsHKDDLong, "HKEY_DYN_DATA" - JclResources_RsHKCRShort, "HKCR" - JclResources_RsHKCUShort, "HKCU" - JclResources_RsHKLMShort, "HKLM" - JclResources_RsHKUSShort, "HKUS" - JclResources_RsHKPDShort, "HKPD" - JclResources_RsHKCCShort, "HKCC" - JclResources_RsHKDDShort, "HKDD" - JclResources_RsRTTIValueOutOfRange, "Value out of range (%s)." - ComStrs_sRichEditSaveFail, "Failed to Save Stream" - ComStrs_sUDAssociated, "%s is already associated with %s" - ComStrs_sPageIndexError, "%d is an invalid PageIndex value. PageIndex must be between 0 and %d" - JConsts_sChangeJPGSize, "Cannot change the size of a JPEG image" - JConsts_sJPEGError, "JPEG error #%d" - JConsts_sJPEGImageFile, "JPEG Image File" - JclResources_RsWin32Prefix, "Win32: %s (%u)" - JclResources_RsFileUtilsNoVersionInfo, "File contains no version information" - JclResources_RsCreateFileMapping, "Failed to create FileMapping" - JclResources_RsCreateFileMappingView, "Failed to create FileMappingView" - JclResources_RsViewNeedsMapping, "FileMap argument of TJclFileMappingView constructor cannot be nil" - JclResources_RsFailedToObtainSize, "Failed to obtain size of file" - JclResources_RsUnableToOpenKeyRead, "Unable to open key \"%s\\%s\" for read" - JclResources_RsUnableToOpenKeyWrite, "Unable to open key \"%s\\%s\" for write" - JclResources_RsUnableToAccessValue, "Unable to open key \"%s\\%s\" and access value \"%s\"" - JclResources_RsWrongDataType, "\"%s\\%s\\%s\" is of wrong kind or size" - IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten, "Header has already been written." - IdResourceStringsProtocols_RSHTTPErrorParsingCommand, "Error in parsing command." - IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme, "Unsupported authorization scheme." - IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive, "Cannot change session state when the server is active." - IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s." - ComStrs_sTabFailClear, "Failed to clear tab control" - ComStrs_sTabFailDelete, "Failed to delete tab at index %d" - ComStrs_sTabFailRetrieve, "Failed to retrieve tab at index %d" - ComStrs_sTabFailGetObject, "Failed to get object at index %d" - ComStrs_sTabFailSet, "Failed to set tab \"%s\" at index %d" - ComStrs_sTabFailSetObject, "Failed to set object at index %d" - ComStrs_sTabMustBeMultiLine, "MultiLine must be True when TabPosition is tpLeft or tpRight" - ComStrs_sInvalidIndex, "Invalid index" - ComStrs_sInsertError, "Unable to insert an item" - ComStrs_sRichEditInsertError, "RichEdit line insertion error" - ComStrs_sRichEditLoadFail, "Failed to Load Stream" - IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired, "Proxy Authentication Required" - IdResourceStringsProtocols_RSHTTPRequestTimeout, "Request Timeout" - IdResourceStringsProtocols_RSHTTPConflict, "Conflict" - IdResourceStringsProtocols_RSHTTPGone, "Gone" - IdResourceStringsProtocols_RSHTTPLengthRequired, "Length Required" - IdResourceStringsProtocols_RSHTTPPreconditionFailed, "Precondition Failed" - IdResourceStringsProtocols_RSHTTPRequestEntityToLong, "Request Entity To Long" - IdResourceStringsProtocols_RSHTTPRequestURITooLong, "Request-URI Too Long. 256 Chars max" - IdResourceStringsProtocols_RSHTTPUnsupportedMediaType, "Unsupported Media Type" - IdResourceStringsProtocols_RSHTTPInternalServerError, "Internal Server Error" - IdResourceStringsProtocols_RSHTTPNotImplemented, "Not Implemented" - IdResourceStringsProtocols_RSHTTPBadGateway, "Bad Gateway" - IdResourceStringsProtocols_RSHTTPServiceUnavailable, "Service Unavailable" - IdResourceStringsProtocols_RSHTTPGatewayTimeout, "Gateway timeout" - IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported, "HTTP version not supported" - IdResourceStringsProtocols_RSHTTPUnknownResponseCode, "Unknown Response Code" - IdResourceStringsProtocols_RSHTTPAccepted, "Accepted" - IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation, "Non-authoritative Information" - IdResourceStringsProtocols_RSHTTPNoContent, "No Content" - IdResourceStringsProtocols_RSHTTPResetContent, "Reset Content" - IdResourceStringsProtocols_RSHTTPPartialContent, "Partial Content" - IdResourceStringsProtocols_RSHTTPMovedPermanently, "Moved Permanently" - IdResourceStringsProtocols_RSHTTPMovedTemporarily, "Moved Temporarily" - IdResourceStringsProtocols_RSHTTPSeeOther, "See Other" - IdResourceStringsProtocols_RSHTTPNotModified, "Not Modified" - IdResourceStringsProtocols_RSHTTPUseProxy, "Use Proxy" - IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request" - IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized" - IdResourceStringsProtocols_RSHTTPForbidden, "Forbidden" - IdResourceStringsProtocols_RSHTTPNotFound, "Not Found" - IdResourceStringsProtocols_RSHTTPMethodNotAllowed, "Method not allowed" - IdResourceStringsProtocols_RSHTTPNotAcceptable, "Not Acceptable" - IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded, "Maximum number of line allowed exceeded" - IdResourceStringsCore_RSchedMaxThreadEx, "The maximum number of threads for this scheduler is exceeded." - IdResourceStringsCore_RSTransparentProxyCannotBind, "Transparent proxy cannot bind." - IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP, "UDP Not supported by this proxy." - IdResourceStringsCore_RSBufferMissingTerminator, "Buffer terminator must be specified." - IdResourceStringsCore_RSBufferInvalidStartPos, "Buffer start position is invalid." - IdResourceStringsCore_RSReplyInvalidCode, "Reply Code is not valid: %s" - IdResourceStringsCore_RSThreadSchedulerThreadRequired, "Thread must be specified for the scheduler." - IdResourceStringsCore_RSNoOnExecute, "You must have an OnExecute event." - IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive, "Cannot change the scheduler while the server is Active." - IdResourceStringsProtocols_RSMIMEExtensionEmpty, "Extension is empty" - IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty" - IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists, "Extension already exits" - IdResourceStringsProtocols_RSHTTPContinue, "Continue" - IdResourceStringsProtocols_RSHTTPOK, "OK" - IdResourceStringsProtocols_RSHTTPCreated, "Created" - IdResourceStringsCore_RSSocksServerConnectionRefusedError, "Connection refused." - IdResourceStringsCore_RSSocksServerTTLExpiredError, "TTL expired." - IdResourceStringsCore_RSSocksServerCommandError, "Command not supported." - IdResourceStringsCore_RSSocksServerAddressError, "Address type not supported." - IdResourceStringsCore_RSInterceptCircularLink, "%d: Circular links are not allowed" - IdResourceStringsCore_RSNotEnoughDataInBuffer, "Not enough data in buffer." - IdResourceStringsCore_RSTooMuchDataInBuffer, "Too much data in buffer." - IdResourceStringsCore_RSFileNotFound, "File \"%s\" not found" - IdResourceStringsCore_RSNotConnected, "Not Connected" - IdResourceStringsCore_RSObjectTypeNotSupported, "Object type not supported." - IdResourceStringsCore_RSIdNoDataToRead, "No data to read." - IdResourceStringsCore_RSReadTimeout, "Read Timeout" - IdResourceStringsCore_RSReadLnMaxLineLengthExceeded, "Max line length exceeded." - IdResourceStringsCore_RSConnectTimeout, "Connect timed out." - IdResourceStringsCore_RSThreadTerminateAndWaitFor, "Cannot call TerminateAndWaitFor on FreeAndTerminate threads" - IdResourceStringsCore_RSAlreadyConnected, "Already connected." - IdResourceStrings_RSIPVersionUnsupported, "The requested IPVersion / Address family is not supported." - IdResourceStrings_RSNotAllBytesSent, "Not all bytes sent." - IdResourceStrings_RSPackageSizeTooBig, "Package Size Too Big." - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." - IdResourceStringsCore_RSSocksUDPNotSupported, "UDP is not support in this SOCKS version." - IdResourceStringsCore_RSSocksRequestFailed, "Request rejected or failed." - IdResourceStringsCore_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect." - IdResourceStringsCore_RSSocksRequestIdentFailed, "Request rejected because the client program and identd report different user-ids." - IdResourceStringsCore_RSSocksUnknownError, "Unknown socks error." - IdResourceStringsCore_RSSocksServerRespondError, "Socks server did not respond." - IdResourceStringsCore_RSSocksAuthMethodError, "Invalid socks authentication method." - IdResourceStringsCore_RSSocksAuthError, "Authentication error to socks server." - IdResourceStringsCore_RSSocksServerGeneralError, "General SOCKS server failure." - IdResourceStringsCore_RSSocksServerPermissionError, "Connection not allowed by ruleset." - IdResourceStringsCore_RSSocksServerNetUnreachableError, "Network unreachable." - IdResourceStringsCore_RSSocksServerHostUnreachableError, "Host unreachable." - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." - IdResourceStrings_RSStackClassUndefined, "Stack Class is undefined." - IdResourceStrings_RSStackAlreadyCreated, "Stack already created." - IdResourceStrings_RSAntiFreezeOnlyOne, "Only one TIdAntiFreeze can exist per application." - IdResourceStrings_RSCannotSetIPVersionWhenConnected, "Cannot change IPVersion when connected" - IdResourceStrings_RSCannotBindRange, "Can not bind in port range (%d - %d)" - IdResourceStrings_RSConnectionClosedGracefully, "Connection Closed Gracefully." - IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." - IdResourceStrings_RSInvalidPortRange, "Invalid Port Range (%d - %d)" - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." - IdResourceStrings_RSIPv6Unavailable, "IPv6 unavailable" - IdResourceStrings_RSInvalidIPv6Address, "%s is not a valid IPv6 address" - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." - IdResourceStrings_RSStackENETDOWN, "Network is down." - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." - IdResourceStrings_RSStackENOBUFS, "No buffer space available." - IdResourceStrings_RSStackEISCONN, "Socket is already connected." - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." - IdResourceStrings_RSStackEACCES, "Access denied." - IdResourceStrings_RSStackEFAULT, "Buffer fault." - IdResourceStrings_RSStackEINVAL, "Invalid argument." - IdResourceStrings_RSStackEMFILE, "Too many open files." - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block." - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." - IdResourceStrings_RSStackEALREADY, "Operation already in progress." - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." - IdResourceStrings_RSStackEMSGSIZE, "Message too long." - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." - DBConsts_SInvalidFormatType, "Invalid format type for BCD" - DBConsts_SCouldNotParseTimeStamp, "Could not parse SQL TimeStamp string" - DBConsts_SInvalidSqlTimeStamp, "Invalid SQL date/time values" - IdResourceStrings_RSFailedTimeZoneInfo, "Failed attempting to retrieve time zone information." - IdResourceStrings_RSWinsockCallError, "Error on call Winsock2 library function %s" - IdResourceStrings_RSWinsockLoadError, "Error on loading Winsock2 library (%s)" - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." - IdResourceStrings_RSStatusConnecting, "Connecting to %s." - IdResourceStrings_RSStatusConnected, "Connected." - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." - IdResourceStrings_RSStatusDisconnected, "Disconnected." - IdResourceStrings_RSStatusText, "%s" - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" - IdResourceStrings_RSStackEINTR, "Interrupted system call." - IdResourceStrings_RSStackEBADF, "Bad file number." - DBConsts_SDataSetClosed, "Cannot perform this operation on a closed dataset" - DBConsts_SDataSetEmpty, "Cannot perform this operation on an empty dataset" - DBConsts_SDataSetReadOnly, "Cannot modify a read-only dataset" - DBConsts_SNestedDataSetClass, "Nested dataset must inherit from %s" - DBConsts_STextFalse, "False" - DBConsts_STextTrue, "True" - DBConsts_SParameterNotFound, "Parameter '%s' not found" - DBConsts_SInvalidVersion, "Unable to load bind parameters" - DBConsts_SBadFieldType, "Field '%s' is of an unsupported type" - DBConsts_SProviderSQLNotSupported, "SQL not supported: %s" - DBConsts_SProviderExecuteNotSupported, "Execute not supported: %s" - DBConsts_SDataSetUnidirectional, "Operation not allowed on a unidirectional dataset" - DBConsts_SUnassignedVar, "Unassigned variant value" - DBConsts_SRecordNotFound, "Record not found" - DBConsts_SBcdOverflow, "BCD overflow" - DBConsts_SInvalidBcdValue, "%s is not a valid BCD value" - DBConsts_SInvalidBoolValue, "'%s' is not a valid boolean value for field '%s'" - DBConsts_SInvalidFloatValue, "'%s' is not a valid floating point value for field '%s'" - DBConsts_SFieldTypeMismatch, "Type mismatch for field '%s', expecting: %s actual: %s" - DBConsts_SFieldSizeMismatch, "Size mismatch for field '%s', expecting: %d actual: %d" - DBConsts_SInvalidVarByteArray, "Invalid variant type or size for field '%s'" - DBConsts_SFieldOutOfRange, "Value of field '%s' is out of range" - DBConsts_SFieldRequired, "Field '%s' must have a value" - DBConsts_SDataSetMissing, "Field '%s' has no dataset" - DBConsts_SInvalidCalcType, "Field '%s' cannot be a calculated or lookup field" - DBConsts_SFieldReadOnly, "Field '%s' cannot be modified" - DBConsts_SIndexNotFound, "Index '%s' not found" - DBConsts_SCircularDataLink, "Circular datalinks are not allowed" - DBConsts_SLookupInfoError, "Lookup information for field '%s' is incomplete" - DBConsts_SDataSourceChange, "DataSource cannot be changed" - DBConsts_SDataSetOpen, "Cannot perform this operation on an open dataset" - DBConsts_SNotEditing, "Dataset not in edit or insert mode" - uRODECConst_sFMT_MIME64, "MIME Base 64" - uRODECConst_sFMT_UU, "UU Coding" - uRODECConst_sFMT_XX, "XX Coding" - uRODECConst_sInvalidKeySize, "Length from Encryptionkey is invalid.\r\nKeysize for %s must be within %d-%d bytes" - uRODECConst_sNotInitialized, "%s is not initialized, call Init() or InitKey() first." - DBConsts_SInvalidFieldSize, "Invalid field size" - DBConsts_SInvalidFieldKind, "Invalid FieldKind" - DBConsts_SUnknownFieldType, "Field '%s' is of an unknown type" - DBConsts_SFieldNameMissing, "Field name missing" - DBConsts_SDuplicateFieldName, "Duplicate field name '%s'" - DBConsts_SFieldNotFound, "Field '%s' not found" - DBConsts_SFieldAccessError, "Cannot access field '%s' as type %s" - DBConsts_SFieldValueError, "Invalid value for field '%s'" - DBConsts_SFieldRangeError, "%g is not a valid value for field '%s'. The allowed range is %g to %g" - DBConsts_SBcdFieldRangeError, "%s is not a valid value for field '%s'. The allowed range is %s to %s" - DBConsts_SInvalidIntegerValue, "'%s' is not a valid integer value for field '%s'" - uRORes_err_CannotLoadXMLDocument, "Cannot load XML document.\rReason: %s\rLine: %d\rPosition: %d" - uRORes_err_ErrorCreatingMsXmlDoc, "Error creating MSXML Document class\r\r%s: %s" - uRORes_err_NoXMLParsersAvailable, "MSXML is not installed" - uRORes_err_IDispatchMarshalingNotSupported, "Marshaling of IDispatch (%d) type variants is not supported." - uRORes_err_UnsupportedVariantType, "Unsupported variant type \"%d\"" - uRORes_err_VariantIsNotArray, "Variant must be Array, but is %d" - uRORes_err_InvalidVarArrayDimCount, "Variant Array DimCount must be 1 but is %d" - uRORes_err_CannotFindParameter, "Cannot find parameter %s" - uRORes_err_MessageNotAssigned, "Message is NIL" - uRODECConst_sProtectionCircular, "Circular Protection detected, Protection Object is invalid." - uRODECConst_sStringFormatExists, "String Format \"%d\" does not exist." - uRODECConst_sInvalidStringFormat, "Input is not a valid %s Format." - uRODECConst_sInvalidFormatString, "Input cannot be converted to %s Format." - uRODECConst_sFMT_COPY, "copy Input to Output" - uRODECConst_sFMT_HEX, "Hexadecimal" - uRODECConst_sFMT_HEXL, "Hexadecimal lowercase" - uRORes_err_UnknownClass, "Unknown class \"%s\"" - uRORes_err_UnknownProxyInterface, "Unknown proxy interface \"%s\"" - uRORes_err_DispatcherAlreadyAssigned, "Dispatcher for %s already assigned" - uRORes_err_CannotFindMessageDispatcher, "Cannot find message dispatcher. Maybe there is no message component configured for the requested path?" - uRORes_err_ServerOnlySupportsOneDispatcher, "%s servers only support one dispatcher" - uRORes_err_UnhandledException, "Unhandled exception" - uRORes_err_ChannelBusy, "Channel is busy. Try again later." - uRORes_err_ArrayIndexOutOfBounds, "Array index out of bounds (%d)." - uRORes_err_InvalidHeader, "Invalid binary header. Either incompatible or not a binary message." - uRORes_err_InvalidHeaderEncrypted, "Invalid binary header. It seems that encryption is active on the other side of the communication, but not locally?" - uRORes_err_UnknownClassInStream, "Unknown class \"%s\" found in stream." - uRORes_err_UnexpectedClassInStream, "Unexpected class found in stream; class \"%s\" does not descend from \"%s\"." - uRORes_err_SessionNotFound, "Session %s could not be found" - uRORes_err_ChannelDoesntSupportIROMetadataReader, "Channel does not support IROMetadataReader" - uRORes_err_TooManySessions, "Too many sessions. Try again in %d minute(s)" - uRORes_err_DOMElementIsNIL, "DOMElement is NIL" - uRORes_err_RodlInvalidDataType, "Invalid or undefined data type \"%s\"." - uRORes_err_RodlStructCannotBeNested, "Structs cannot recursively contain themselves." - uRORes_err_RodlInvalidAncestorType, "Invalid or undefined ancestor type \"%s\"." - uRORes_str_ExceptionOnServer, "An exception of type %s was raised on the server: %s" - uRORes_str_ExceptionReraisedFromServer, "An exception was raised on the server: %s" - uRORes_err_AssignError, "Cannot assign a \"%s\" to a \"%s\"." - uRORes_err_InvalidRequestStream, "Invalid request stream (%d bytes)" - uRORes_err_NILMessage, "Message is NIL" - uRORes_err_UnspecifiedInterface, "The message does not have an interface name" - uRORes_err_UnspecifiedMessage, "The message does not have a name" - uRORes_err_UnknownMethod, "Unknown method %s for interface %s" - uRORes_err_ClassFactoryDidNotReturnInstance, "Class factory did not return an instance of \"%s\"" - uRORes_err_TypeNotSupported, "Type \"%s\" not supported" - uRORes_err_ClassFactoryNotFound, "Class factory for interface %s not found" - uRORes_err_IROMessageNotSupported, "Class \"%s\" does not support IROMessage" - uRORes_err_ClassAlreadyRegistered, "Class \"%s\" is already registered" - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" - uRORes_err_InvalidIndex, "Invalid index %d" - uRORes_err_InvalidType, "Invalid type \"%s. Expected \"%s\"\"" - uRORes_err_InvalidLibrary, "Invalid library" - uRORes_err_InvalidStream, "Invalid stream" - uRORes_err_InvalidTargetEntity, "Invalid TargetEntity \"%s\"" - uRORes_err_InvalidParamFlag, "Invalid Parameter Flag \"%s\"" - uRORes_err_InvalidStringLength, "Stream read error: Invalid string length \"%d\"" - uRORes_str_InvalidClassTypeInStream, "Stream read error: Invalid class type encountered: \"%s\"" - uRORes_err_UnexpectedEndOfStream, "Unexpected end of stream." - uRORes_err_RodlDuplicateName, "Duplicate name." - uRORes_err_RodlNoDataTypeSpecified, "No data type specified." - uRORes_err_RodlNoEnumValues, "Enum does not contain any values." - uRORes_err_RodlNoStructElementsDefined, "Struct does not contain any elements." - uRORes_err_RodlNoOperationsDefined, "Service interface does not contain any elements." - uRORes_err_RodlUsedFileDoesNotExist, "The referenced RODL file \"%s\" could not be found." - Consts_SSeparator, "Separator" - Consts_SErrorSettingCount, "Error setting %s.Count" - Consts_SListBoxMustBeVirtual, "Listbox (%s) style must be virtual in order to set Count" - Consts_SANSIEncoding, "ANSI" - Consts_SASCIIEncoding, "ASCII" - Consts_SUnicodeEncoding, "Unicode" - Consts_SBigEndianEncoding, "Big Endian Unicode" - Consts_SUTF8Encoding, "UTF-8" - Consts_SUTF7Encoding, "UTF-7" - Consts_STrayIconRemoveError, "Cannot remove shell notification icon" - Consts_STrayIconCreateError, "Cannot create shell notification icon" - Consts_SPageControlNotSet, "PageControl must first be assigned" - Consts_SWindowsVistaRequired, "%s requires Windows Vista or later" - ComConst_SOleError, "OLE error %.8x" - ComConst_SNoMethod, "Method '%s' not supported by automation object" - ComConst_SVarNotObject, "Variant does not reference an automation object" - Consts_srNone, "(None)" - Consts_SOutOfRange, "Value must be between %d and %d" - Consts_SInsertLineError, "Unable to insert a line" - Consts_SInvalidClipFmt, "Invalid clipboard format" - Consts_SIconToClipboard, "Clipboard does not support Icons" - Consts_SCannotOpenClipboard, "Cannot open clipboard" - Consts_SInvalidMemoSize, "Text exceeds memo capacity" - Consts_SInvalidPrinterOp, "Operation not supported on selected printer" - Consts_SNoDefaultPrinter, "There is no default printer currently selected" - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" - Consts_SDockedCtlNeedsName, "Docked control must have a name" - Consts_SDockTreeRemoveError, "Error removing control from dock tree" - Consts_SDockZoneNotFound, " - Dock zone not found" - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" - Consts_SDockZoneVersionConflict, "Error loading dock zone from the stream. Expecting version %d, but found %d." - Consts_SMultiSelectRequired, "Multiselect mode must be on for this feature" - Consts_SmkcEsc, "Esc" - Consts_SmkcEnter, "Enter" - Consts_SmkcSpace, "Space" - Consts_SmkcPgUp, "PgUp" - Consts_SmkcPgDn, "PgDn" - Consts_SmkcEnd, "End" - Consts_SmkcHome, "Home" - Consts_SmkcLeft, "Left" - Consts_SmkcUp, "Up" - Consts_SmkcRight, "Right" - Consts_SmkcDown, "Down" - Consts_SmkcIns, "Ins" - Consts_SmkcDel, "Del" - Consts_SmkcShift, "Shift+" - Consts_SmkcCtrl, "Ctrl+" - Consts_SmkcAlt, "Alt+" - Consts_SMsgDlgError, "Error" - Consts_SMsgDlgInformation, "Information" - Consts_SMsgDlgConfirm, "Confirm" - Consts_SMsgDlgYes, "&Yes" - Consts_SMsgDlgNo, "&No" - Consts_SMsgDlgOK, "OK" - Consts_SMsgDlgCancel, "Cancel" - Consts_SMsgDlgHelp, "&Help" - Consts_SMsgDlgAbort, "&Abort" - Consts_SMsgDlgRetry, "&Retry" - Consts_SMsgDlgIgnore, "&Ignore" - Consts_SMsgDlgAll, "&All" - Consts_SMsgDlgNoToAll, "N&o to All" - Consts_SMsgDlgYesToAll, "Yes to &All" - Consts_SmkcBkSp, "BkSp" - Consts_SmkcTab, "Tab" - Consts_SOKButton, "OK" - Consts_SCancelButton, "Cancel" - Consts_SYesButton, "&Yes" - Consts_SNoButton, "&No" - Consts_SHelpButton, "&Help" - Consts_SCloseButton, "&Close" - Consts_SIgnoreButton, "&Ignore" - Consts_SRetryButton, "&Retry" - Consts_SAbortButton, "Abort" - Consts_SAllButton, "&All" - Consts_SCannotDragForm, "Cannot drag a form" - Consts_SVMetafiles, "Metafiles" - Consts_SVEnhMetafiles, "Enhanced Metafiles" - Consts_SVIcons, "Icons" - Consts_SVBitmaps, "Bitmaps" - Consts_SMsgDlgWarning, "Warning" - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" - Consts_SCannotShowModal, "Cannot make a visible window modal" - Consts_SScrollBarRange, "Scrollbar property out of range" - Consts_SPropertyOutOfRange, "%s property out of range" - Consts_SMenuIndexError, "Menu index out of range" - Consts_SMenuReinserted, "Menu inserted twice" - Consts_SMenuNotFound, "Sub-menu is not in menu" - Consts_SNoTimers, "Not enough timers available" - Consts_SNotPrinting, "Printer is not currently printing" - Consts_SPrinting, "Printing in progress" - Consts_SInvalidPrinter, "Printer selected is not valid" - Consts_SDeviceOnPort, "%s on %s" - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" - Consts_SChangeIconSize, "Cannot change the size of an icon" - Consts_SUnknownExtension, "Unknown picture file extension (.%s)" - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" - Consts_SOutOfResources, "Out of system resources" - Consts_SNoCanvasHandle, "Canvas does not allow drawing" - Consts_SInvalidImageSize, "Invalid image size" - Consts_SInvalidImageList, "Invalid ImageList" - Consts_SReplaceImage, "Unable to Replace Image" - Consts_SImageIndexError, "Invalid ImageList Index" - Consts_SImageReadFail, "Failed to read ImageList data from stream" - Consts_SImageWriteFail, "Failed to write ImageList data to stream" - Consts_SWindowDCError, "Error creating window device context" - Consts_SWindowClass, "Error creating window class" - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" - Consts_SParentRequired, "Control '%s' has no parent window" - Consts_SParentGivenNotAParent, "Parent given is not a parent of '%s'" - RTLConsts_SWriteError, "Stream write error" - RTLConsts_SThreadCreateError, "Thread creation error: %s" - RTLConsts_SThreadError, "Thread Error: %s (%d)" - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" - HelpIntfs_hNothingFound, "No help found for %s" - HelpIntfs_hNoContext, "No context-sensitive help installed" - HelpIntfs_hNoContextFound, "No help found for context" - HelpIntfs_hNoTopics, "No topic-based help system installed" - Consts_SInvalidTabPosition, "Tab position incompatible with current tab style" - Consts_SInvalidTabStyle, "Tab style incompatible with current tab position" - Consts_SInvalidBitmap, "Bitmap image is not valid" - Consts_SInvalidIcon, "Icon image is not valid" - Consts_SInvalidMetafile, "Metafile is not valid" - Consts_SInvalidPixelFormat, "Invalid pixel format" - Consts_SInvalidImage, "Invalid image" - Consts_SScanLine, "Scan line index out of range" - RTLConsts_SInvalidRegType, "Invalid data type for '%s'" - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" - RTLConsts_SListCountError, "List count out of bounds (%d)" - RTLConsts_SListIndexError, "List index out of bounds (%d)" - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" - RTLConsts_SReadError, "Stream read error" - RTLConsts_SReadOnlyProperty, "Property is read-only" - RTLConsts_SRegCreateFailed, "Failed to create key %s" - RTLConsts_SRegGetDataFailed, "Failed to get data for '%s'" - RTLConsts_SRegSetDataFailed, "Failed to set data for '%s'" - RTLConsts_SResNotFound, "Resource %s not found" - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" - RTLConsts_SSortedListError, "Operation not allowed on sorted list" - RTLConsts_SUnknownGroup, "%s not in a class registration group" - RTLConsts_SUnknownProperty, "Property %s does not exist" - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" - RTLConsts_SClassNotFound, "Class %s not found" - RTLConsts_SDuplicateClass, "A class named %s already exists" - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" - RTLConsts_SDuplicateName, "A component named %s already exists" - RTLConsts_SDuplicateString, "String list does not allow duplicates" - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" - RTLConsts_SIniFileWriteError, "Unable to write to %s" - RTLConsts_SInvalidImage, "Invalid stream format" - RTLConsts_SInvalidName, "''%s'' is not a valid component name" - RTLConsts_SInvalidProperty, "Invalid property value" - RTLConsts_SInvalidPropertyElement, "Invalid property element: %s" - RTLConsts_SInvalidPropertyPath, "Invalid property path" - RTLConsts_SInvalidPropertyType, "Invalid property type: %s" - RTLConsts_SInvalidPropertyValue, "Invalid property value" - SysConst_SShortDayNameTue, "Tue" - SysConst_SShortDayNameWed, "Wed" - SysConst_SShortDayNameThu, "Thu" - SysConst_SShortDayNameFri, "Fri" - SysConst_SShortDayNameSat, "Sat" - SysConst_SLongDayNameSun, "Sunday" - SysConst_SLongDayNameMon, "Monday" - SysConst_SLongDayNameTue, "Tuesday" - SysConst_SLongDayNameWed, "Wednesday" - SysConst_SLongDayNameThu, "Thursday" - SysConst_SLongDayNameFri, "Friday" - SysConst_SLongDayNameSat, "Saturday" - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" - RTLConsts_SAssignError, "Cannot assign a %s to a %s" - RTLConsts_SBitsIndexError, "Bits index out of range" - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" - SysConst_SShortMonthNameNov, "Nov" - SysConst_SShortMonthNameDec, "Dec" - SysConst_SLongMonthNameJan, "January" - SysConst_SLongMonthNameFeb, "February" - SysConst_SLongMonthNameMar, "March" - SysConst_SLongMonthNameApr, "April" - SysConst_SLongMonthNameMay, "May" - SysConst_SLongMonthNameJun, "June" - SysConst_SLongMonthNameJul, "July" - SysConst_SLongMonthNameAug, "August" - SysConst_SLongMonthNameSep, "September" - SysConst_SLongMonthNameOct, "October" - SysConst_SLongMonthNameNov, "November" - SysConst_SLongMonthNameDec, "December" - SysConst_SShortDayNameSun, "Sun" - SysConst_SShortDayNameMon, "Mon" - SysConst_SAssertError, "%s (%s, line %d)" - SysConst_SAbstractError, "Abstract Error" - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" - SysConst_SOSError, "System Error. Code: %d.\r\n%s" - SysConst_SUnkOSError, "A call to an OS function failed" - SysConst_SNL, "Application is not licensed to use this feature" - SysConst_SShortMonthNameJan, "Jan" - SysConst_SShortMonthNameFeb, "Feb" - SysConst_SShortMonthNameMar, "Mar" - SysConst_SShortMonthNameApr, "Apr" - SysConst_SShortMonthNameMay, "May" - SysConst_SShortMonthNameJun, "Jun" - SysConst_SShortMonthNameJul, "Jul" - SysConst_SShortMonthNameAug, "Aug" - SysConst_SShortMonthNameSep, "Sep" - SysConst_SShortMonthNameOct, "Oct" - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" - SysConst_SVarTypeOutOfRangeWithPrefix, "Custom variant type (%s%.4x) is out of range" - SysConst_SVarTypeAlreadyUsedWithPrefix, "Custom variant type (%s%.4x) already used by %s" - SysConst_SVarTypeNotUsableWithPrefix, "Custom variant type (%s%.4x) is not usable" - SysConst_SVarTypeTooManyCustom, "Too many custom variant types have been registered" - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" - SysConst_SVarOverflow, "Variant overflow" - SysConst_SVarInvalid, "Invalid argument" - SysConst_SVarBadType, "Invalid variant type" - SysConst_SVarNotImplemented, "Operation not supported" - SysConst_SVarUnexpected, "Unexpected variant error" - SysConst_SExternalException, "External exception %x" - SysConst_SAssertionFailed, "Assertion failed" - SysConst_SIntfCastError, "Interface not supported" - SysConst_SSafecallException, "Exception in safecall method" - SysConst_SPrivilege, "Privileged instruction" - SysConst_SOperationAborted, "Operation aborted" - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" - SysConst_SExceptTitle, "Application Error" - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" - SysConst_SArgumentMissing, "No argument for format '%s'" - SysConst_SDispatchError, "Variant method calls not supported" - SysConst_SReadAccess, "Read" - SysConst_SWriteAccess, "Write" - SysConst_SFormatTooLong, "Format string too long" - SysConst_SVarArrayCreate, "Error creating variant or safe array" - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" - SysConst_SVarArrayLocked, "Variant or safe array is locked" - SysConst_SInvalidVarCast, "Invalid variant type conversion" - SysConst_SInvalidVarOp, "Invalid variant operation" - SysConst_SInvalidVarNullOp, "Invalid NULL variant operation" - SysConst_SEndOfFile, "Read beyond end of file" - SysConst_SDiskFull, "Disk full" - SysConst_SInvalidInput, "Invalid numeric input" - SysConst_SDivByZero, "Division by zero" - SysConst_SRangeError, "Range check error" - SysConst_SIntOverflow, "Integer overflow" - SysConst_SInvalidOp, "Invalid floating point operation" - SysConst_SZeroDivide, "Floating point division by zero" - SysConst_SOverflow, "Floating point overflow" - SysConst_SUnderflow, "Floating point underflow" - SysConst_SInvalidPointer, "Invalid pointer operation" - SysConst_SInvalidCast, "Invalid class typecast" - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" - SysConst_SAccessViolationNoArg, "Access violation" - SysConst_SStackOverflow, "Stack overflow" - SysConst_SControlC, "Control-C hit" - SysConst_SInvalidInteger, "'%s' is not a valid integer value" - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" - SysConst_SInvalidDate, "'%s' is not a valid date" - SysConst_SInvalidTime, "'%s' is not a valid time" - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" - SysConst_SInvalidTimeStamp, "'%d.%d' is not a valid timestamp" - SysConst_SInvalidGUID, "'%s' is not a valid GUID value" - SysConst_SInvalidBoolean, "'%s' is not a valid boolean value" - SysConst_STimeEncodeError, "Invalid argument to time encode" - SysConst_SDateEncodeError, "Invalid argument to date encode" - SysConst_SOutOfMemory, "Out of memory" - SysConst_SInOutError, "I/O error %d" - SysConst_SFileNotFound, "File not found" - SysConst_SInvalidFilename, "Invalid filename" - SysConst_STooManyOpenFiles, "Too many open files" - SysConst_SAccessDenied, "File access denied" -END - -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\controls.res */ -/* C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK\uROPoweredByRemObjectsButton.res */ -/* C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK\uROHtmlServerInfo.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\buttons.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\extdlgs.res */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxProgress.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxCtrls.res */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPrintDialog.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxDock.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreviewPageSettings.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxSearchDialog.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.res */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxDialogForm.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPassw.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxClass.res */ -/* C:\Codigo Tecsitel\Lib\JVCL\JvConsts.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\WindowsXP.res */ -/* C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract\DataAbstract_IBXDriver_Glyphs.res */ -/* C:\Codigo Tecsitel\Lib\JVCL\JvLogForm.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\uDataModuleServer.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uFrameConfiguracion.dfm */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\dxOffice11.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxControls.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxLookAndFeelPainters.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\filectrl.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxEdit.res */ -/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxShellBrowser.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConexionBD.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConfGeneral.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConfiguracion.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\uAcercaDe.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\uServerMainForm.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\srvLogin_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\Empresas\Servidor\srvEmpresas_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\srvConfiguracion_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Familias\Servidor\srvFamilias_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\ApplicationBase\Usuarios\Servidor\srvUsuarios_Impl.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxEditFormat.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxEditSysMemo.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxEditMemo.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPopupForm.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxEditFrame.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxEditHighlight.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxCrossEditor.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxOLEEditor.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxBarcodeEditor.dfm */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxRichEditor.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Reports\uRptPresupuestosCliente_Server.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Servidor\srvPresupuestosCliente_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Articulos\Servidor\srvArticulos_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Almacenes\Servidor\srvAlmacenes_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de cliente\Servidor\srvAlbaranesCliente_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de cliente\Servidor\srvRecibosCliente_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de cliente\Servidor\srvFacturasCliente_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Recibos de proveedor\Servidor\srvRecibosProveedor_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Facturas de proveedor\Servidor\srvFacturasProveedor_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Albaranes de proveedor\Servidor\srvAlbaranesProveedor_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Pedidos a proveedor\Servidor\srvPedidosProveedor_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.RES */ -/* C:\Codigo Tecsitel\Source\Servidor\..\Servicios\RODLFILE.res */ -/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtfC.tmp */