diff --git a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dfm b/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dfm
index c4d77934..2622cb89 100644
--- a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dfm
+++ b/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dfm
@@ -1,7 +1,5 @@
inherited DataModuleEmpresas: TDataModuleEmpresas
- OldCreateOrder = True
OnCreate = DAClientDataModuleCreate
- OnDestroy = DataModuleDestroy
Height = 267
Width = 402
object RORemoteService: TRORemoteService
@@ -194,6 +192,7 @@ inherited DataModuleEmpresas: TDataModuleEmpresas
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
LogicalName = 'Empresas'
+ IndexDefs = <>
Left = 176
Top = 96
end
@@ -281,6 +280,7 @@ inherited DataModuleEmpresas: TDataModuleEmpresas
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
LogicalName = 'EmpresasDatosBanco'
+ IndexDefs = <>
Left = 288
Top = 96
end
diff --git a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.pas b/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.pas
index e84f25c3..70e7387c 100644
--- a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.pas
+++ b/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.pas
@@ -20,7 +20,6 @@ type
tbl_EmpresasDatosBanco: TDAMemDataTable;
ds_EmpresasDatosBanco: TDADataSource;
procedure DAClientDataModuleCreate(Sender: TObject);
- procedure DataModuleDestroy(Sender: TObject);
private
function _GetDatosBancarios : IBizEmpresasDatosBancarios;
public
@@ -43,11 +42,6 @@ begin
RORemoteService.Message := dmConexion.Message;
end;
-procedure TDataModuleEmpresas.DataModuleDestroy(Sender: TObject);
-begin
- ShowMessage('TDataModuleEmpresas.Destroy');
-end;
-
function TDataModuleEmpresas.GetItem(const ID: Integer): IBizEmpresa;
begin
ShowHourglassCursor;
diff --git a/Source/ApplicationBase/Empresas/Model/uBizEmpresas.pas b/Source/ApplicationBase/Empresas/Model/uBizEmpresas.pas
index 0c788ca7..f32da430 100644
--- a/Source/ApplicationBase/Empresas/Model/uBizEmpresas.pas
+++ b/Source/ApplicationBase/Empresas/Model/uBizEmpresas.pas
@@ -59,7 +59,6 @@ end;
destructor TBizEmpresa.Destroy;
begin
Beep;
-//showmessage('Destruyendo');
FDatosBancarios := NIL;
FDatosBancariosLink.Free;
inherited;
diff --git a/Source/Base/Base.dproj b/Source/Base/Base.dproj
index d62aeac0..c75046b7 100644
--- a/Source/Base/Base.dproj
+++ b/Source/Base/Base.dproj
@@ -44,6 +44,20 @@
Package
FalseTrueFalseLibreria base de FactuGESTrueFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
VCL for the Web Design Package for CodeGear RAD Studio
CodeGear WebSnap Components
CodeGear SOAP Components
@@ -58,57 +72,57 @@
MainSource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -633,4 +647,4 @@ mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
-EurekaLog Last Line -->
\ No newline at end of file
+EurekaLog Last Line -->
diff --git a/Source/Base/Utiles/uDataTableUtils.pas b/Source/Base/Utiles/uDataTableUtils.pas
index d9a6d7b9..e485847c 100644
--- a/Source/Base/Utiles/uDataTableUtils.pas
+++ b/Source/Base/Utiles/uDataTableUtils.pas
@@ -113,7 +113,7 @@ begin
DesconectarTabla(ATarget);
try
ASource.SaveToStream(AStream);
- ShowMessage(AStream.ToReadableString);
+// ShowMessage(AStream.ToReadableString);
ATarget.LoadFromStream(AStream.Clone);
finally
FreeAndNil(AStream);
diff --git a/Source/Cliente/FactuGES.dpr b/Source/Cliente/FactuGES.dpr
index ce8466be..c34fb5f1 100644
--- a/Source/Cliente/FactuGES.dpr
+++ b/Source/Cliente/FactuGES.dpr
@@ -1,6 +1,7 @@
program FactuGES;
uses
+ ExceptionLog,
Forms,
Windows,
SysUtils,
diff --git a/Source/Cliente/FactuGES.dproj b/Source/Cliente/FactuGES.dproj
index 34d6db35..c33aa7bd 100644
--- a/Source/Cliente/FactuGES.dproj
+++ b/Source/Cliente/FactuGES.dproj
@@ -45,7 +45,7 @@
$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;T:\COMPON~1\jcl\lib\d11\debug;$(BDSCOMMONDIR)\Dcp;..\Lib;..\Modulos\Lib
$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;T:\COMPON~1\jcl\lib\d11\debug;$(BDSCOMMONDIR)\Dcp;..\Lib;..\Modulos\Lib
$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;T:\COMPON~1\jcl\lib\d11\debug;$(BDSCOMMONDIR)\Dcp;..\Lib;..\Modulos\Lib
- DEBUG
+ DEBUG;EUREKALOG;EUREKALOG_VER6
True
True
@@ -59,16 +59,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -109,7 +99,7 @@
\ No newline at end of file
+EurekaLog Last Line -->
diff --git a/Source/Cliente/FactuGES.drc b/Source/Cliente/FactuGES.drc
index 57b1cd95..243af29e 100644
--- a/Source/Cliente/FactuGES.drc
+++ b/Source/Cliente/FactuGES.drc
@@ -12,10 +12,11 @@ STRINGTABLE
BEGIN
END
-/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\WindowsXP.res */
+/* 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:\DOCUME~1\Usuario\CONFIG~1\Temp\dtfF0.tmp */
+/* C:\Codigo Tecsitel\Source\Cliente\FactuGES.drf */
diff --git a/Source/GUIBase/GUIBase.dproj b/Source/GUIBase/GUIBase.dproj
index 2a33a537..caaad5a3 100644
--- a/Source/GUIBase/GUIBase.dproj
+++ b/Source/GUIBase/GUIBase.dproj
@@ -57,22 +57,22 @@
MainSource
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Source/GUIBase/GUIBase.drc b/Source/GUIBase/GUIBase.drc
index fffd8871..3804dfaf 100644
--- a/Source/GUIBase/GUIBase.drc
+++ b/Source/GUIBase/GUIBase.drc
@@ -35,4 +35,4 @@ END
/* 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\dtf88.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf17B.tmp */
diff --git a/Source/GUIBase/uEditorPreview.pas b/Source/GUIBase/uEditorPreview.pas
index 6769b0e9..91083c31 100644
--- a/Source/GUIBase/uEditorPreview.pas
+++ b/Source/GUIBase/uEditorPreview.pas
@@ -105,9 +105,11 @@ type
function GetReport: TfrxReport; virtual;
public
constructor Create(AOwner: TComponent); override;
+
+
property Report: TfrxReport read GetReport;
procedure Print;
- procedure Preview;
+ procedure Preview;
procedure LoadFromStream(AStream : TStream);
function ExportToFile : String;
end;
@@ -209,7 +211,7 @@ end;
procedure TfEditorPreview.FormDestroy(Sender: TObject);
begin
inherited;
- FPreview.Free;
+ FreeAndNil(FPreview);
end;
procedure TfEditorPreview.FormResize(Sender: TObject);
diff --git a/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.dproj b/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.dproj
index 73c917ab..252da7f3 100644
--- a/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.dproj
+++ b/Source/Modulos/Albaranes de cliente/Controller/AlbaranesCliente_controller.dproj
@@ -41,57 +41,17 @@
Delphi.Personality
Package
-
- False
- True
- False
-
-
- True
- False
- False
-
-
- True
- False
- 1
- 0
- 0
- 0
- False
- False
- False
- False
- False
- 3082
- 1252
-
-
-
-
- 1.0.0.0
-
-
-
-
-
- 1.0.0.0
-
-
-
- AlbaranesCliente_controller.dpk
-
-
+FalseTrueFalseTrueFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0AlbaranesCliente_controller.dpk
MainSource
-
-
-
-
+
+
+
+
@@ -106,7 +66,6 @@
-
+EurekaLog Last Line -->
\ No newline at end of file
diff --git a/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc b/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc
index c52e4cf7..abf52539 100644
--- a/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc
+++ b/Source/Modulos/Presupuestos de cliente/Controller/PresupuestosCliente_controller.drc
@@ -13,4 +13,4 @@ BEGIN
END
/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Controller\PresupuestosCliente_controller.res */
-/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtfD6.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C9.tmp */
diff --git a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas
index 4a0b375f..02c077b6 100644
--- a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas
+++ b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas
@@ -725,7 +725,7 @@ begin
try
ID_Presupuestos := TStringList.Create;
- //Si deseamos previsualizar todos los items del objeto albaran
+ //Si deseamos previsualizar todos los items del objeto presupuesto
if AllItems then
begin
with APresupuesto.DataTable do
@@ -746,7 +746,7 @@ begin
finally
AReportController := NIL;
- ID_Presupuestos.Free;
+ FreeAndNil(ID_Presupuestos);
end;
end;
diff --git a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteReportController.pas b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteReportController.pas
index cff493bc..27cf5d70 100644
--- a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteReportController.pas
+++ b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteReportController.pas
@@ -59,22 +59,25 @@ var
AEditor : IEditorPresupuestosClientePreview;
begin
AEditor := NIL;
-
ShowHourglassCursor;
try
AStream := FDataModule.GetReport(AID);
try
CreateEditor('EditorPresupuestosClientePreview', IEditorPresupuestosClientePreview, AEditor);
- AEditor.LoadFromStream(AStream);
+ if Assigned(AEditor) then
+ with AEditor do
+ begin
+ AEditor.LoadFromStream(AStream);
+ AEditor.Preview;
+ AEditor.Release;
+ end;
finally
- AStream.Free;
+ FreeAndNil(AStream);
+ AEditor := Nil;
end;
finally
HideHourglassCursor;
end;
-
- if Assigned(AEditor) then
- AEditor.Preview;
end;
procedure TPresupuestosClienteReportController.Print(const AID : String);
@@ -83,22 +86,28 @@ var
AEditor : IEditorPresupuestosClientePreview;
begin
AEditor := NIL;
-
ShowHourglassCursor;
try
- AStream := FDataModule.GetReport(AID);
+ AStream := FDataModule.GetReport(AID);
try
CreateEditor('EditorPresupuestosClientePreview', IEditorPresupuestosClientePreview, AEditor);
- AEditor.LoadFromStream(AStream);
+ if Assigned(AEditor) then
+ with AEditor do
+ begin
+ AEditor.LoadFromStream(AStream);
+ AEditor.Print;
+ AEditor.Release;
+ end;
finally
- AStream.Free;
+ FreeAndNil(AStream);
+ AEditor := Nil;
end;
finally
HideHourglassCursor;
end;
if Assigned(AEditor) then
- AEditor.Print
+
end;
end.
diff --git a/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc b/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc
index efeb99ac..78b81dae 100644
--- a/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc
+++ b/Source/Modulos/Presupuestos de cliente/Data/PresupuestosCliente_data.drc
@@ -14,4 +14,4 @@ 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\dtfD4.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C7.tmp */
diff --git a/Source/Modulos/Presupuestos de cliente/Data/uDataModulePresupuestosCliente.pas b/Source/Modulos/Presupuestos de cliente/Data/uDataModulePresupuestosCliente.pas
index af5c87c6..5364679e 100644
--- a/Source/Modulos/Presupuestos de cliente/Data/uDataModulePresupuestosCliente.pas
+++ b/Source/Modulos/Presupuestos de cliente/Data/uDataModulePresupuestosCliente.pas
@@ -80,8 +80,7 @@ begin
with ADetalles do
begin
BusinessRulesID := BIZ_CLIENT_DETALLES_PRESUPUESTO_CLIENTE;
- DetailOptions := DetailOptions -
- [dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates];
+ DetailOptions := DetailOptions - [dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates];
end;
Result := (ADetalles as IBizDetallesPresupuestoCliente);
finally
@@ -121,10 +120,7 @@ begin
AsignarClaseNegocio(APresupuesto);
with TBizPresupuestoCliente(APresupuesto.BusinessEventsObj) do
- begin
- showmessage('Voy a asignar los detalles');
- Detalles := _GetDetalles;
- end;
+ Detalles := _GetDetalles;
Result := (APresupuesto as IBizPresupuestoCliente);
finally
diff --git a/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc b/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc
index 1cd36fb7..3afeaa77 100644
--- a/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc
+++ b/Source/Modulos/Presupuestos de cliente/Model/PresupuestosCliente_model.drc
@@ -13,4 +13,4 @@ BEGIN
END
/* C:\Codigo Tecsitel\Source\Modulos\Presupuestos de cliente\Model\PresupuestosCliente_model.res */
-/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtfD2.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C5.tmp */
diff --git a/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteClient_Intf.pas b/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteClient_Intf.pas
index 17031c01..db4a8aaf 100644
--- a/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteClient_Intf.pas
+++ b/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteClient_Intf.pas
@@ -9,9 +9,9 @@ const
{ Data table rules ids
Feel free to change them to something more human readable
but make sure they are unique in the context of your application }
- RID_DarReferencia = '{54E7EE17-B5A5-4CA3-A697-84AB22C5B88F}';
- RID_PresupuestosCliente = '{66DE200E-0508-4CB0-890A-3CCC61E2C86C}';
- RID_PresupuestosCliente_Detalles = '{EE5CC98E-600B-4DB2-BC7A-A6E00DA2F287}';
+ RID_DarReferencia = '{0E25C9EE-290E-48B3-A135-C7C7128DF9B8}';
+ RID_PresupuestosCliente = '{632FC123-90B6-4E44-A24C-D67715FFFA86}';
+ RID_PresupuestosCliente_Detalles = '{4D48AE43-3E5E-4D41-A619-4D7873065407}';
{ Data table names }
nme_DarReferencia = 'DarReferencia';
@@ -119,7 +119,7 @@ const
type
{ IDarReferencia }
IDarReferencia = interface(IDAStronglyTypedDataTable)
- ['{D37FA18C-421C-4FE2-BCBF-ED8B75F165D3}']
+ ['{7779EF23-3D43-4609-8A92-378D0BC8126E}']
{ Property getters and setters }
function GetVALORValue: String;
procedure SetVALORValue(const aValue: String);
@@ -154,7 +154,7 @@ type
{ IPresupuestosCliente }
IPresupuestosCliente = interface(IDAStronglyTypedDataTable)
- ['{D125D439-2B20-4F99-BD79-E2AD460661CE}']
+ ['{BA5CD1DE-F008-446F-A424-67B2F318DB01}']
{ Property getters and setters }
function GetIDValue: Integer;
procedure SetIDValue(const aValue: Integer);
@@ -513,7 +513,7 @@ type
{ IPresupuestosCliente_Detalles }
IPresupuestosCliente_Detalles = interface(IDAStronglyTypedDataTable)
- ['{4D3B13BE-62CC-428D-916B-A3D1D36852FE}']
+ ['{257BE485-4D3D-4312-ACF2-6047EFDB96D6}']
{ Property getters and setters }
function GetIDValue: Integer;
procedure SetIDValue(const aValue: Integer);
diff --git a/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteServer_Intf.pas b/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteServer_Intf.pas
index b0c806b0..dd51bce6 100644
--- a/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteServer_Intf.pas
+++ b/Source/Modulos/Presupuestos de cliente/Model/schPresupuestosClienteServer_Intf.pas
@@ -9,14 +9,14 @@ const
{ Delta rules ids
Feel free to change them to something more human readable
but make sure they are unique in the context of your application }
- RID_DarReferenciaDelta = '{A9243289-0553-4E9A-85B2-51E01EBDB18B}';
- RID_PresupuestosClienteDelta = '{367BB3F4-EC4E-49ED-ACF6-4A0F1A85E580}';
- RID_PresupuestosCliente_DetallesDelta = '{ED838F56-5DC9-4667-B2A2-F2ACC0A249B2}';
+ RID_DarReferenciaDelta = '{FC7E5FD9-9CC1-4026-BA08-1DF06F3D1D5E}';
+ RID_PresupuestosClienteDelta = '{E2147326-69DE-4FBD-8CAE-8C01530544F7}';
+ RID_PresupuestosCliente_DetallesDelta = '{AD363AEF-96FD-49CE-B096-8080CE467488}';
type
{ IDarReferenciaDelta }
IDarReferenciaDelta = interface(IDarReferencia)
- ['{A9243289-0553-4E9A-85B2-51E01EBDB18B}']
+ ['{FC7E5FD9-9CC1-4026-BA08-1DF06F3D1D5E}']
{ Property getters and setters }
function GetOldVALORValue : String;
@@ -50,7 +50,7 @@ type
{ IPresupuestosClienteDelta }
IPresupuestosClienteDelta = interface(IPresupuestosCliente)
- ['{367BB3F4-EC4E-49ED-ACF6-4A0F1A85E580}']
+ ['{E2147326-69DE-4FBD-8CAE-8C01530544F7}']
{ Property getters and setters }
function GetOldIDValue : Integer;
function GetOldID_EMPRESAValue : Integer;
@@ -412,7 +412,7 @@ type
{ IPresupuestosCliente_DetallesDelta }
IPresupuestosCliente_DetallesDelta = interface(IPresupuestosCliente_Detalles)
- ['{ED838F56-5DC9-4667-B2A2-F2ACC0A249B2}']
+ ['{AD363AEF-96FD-49CE-B096-8080CE467488}']
{ Property getters and setters }
function GetOldIDValue : Integer;
function GetOldID_PRESUPUESTOValue : Integer;
diff --git a/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc b/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc
index 5acf732b..dd423c4a 100644
--- a/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc
+++ b/Source/Modulos/Presupuestos de cliente/Plugin/PresupuestosCliente_plugin.drc
@@ -14,4 +14,4 @@ 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\dtfE6.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1D9.tmp */
diff --git a/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.dfm b/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.dfm
index 5576c854..b91356fd 100644
--- a/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.dfm
+++ b/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.dfm
@@ -1,60 +1,20 @@
-object RptPedidosCliente: TRptPedidosCliente
+object RptPresupuestosCliente: TRptPresupuestosCliente
OldCreateOrder = True
OnCreate = DataModuleCreate
Height = 405
Width = 447
object DADataCabecera: TDADataSource
+ DataSet = tbl_Cabecera.Dataset
DataTable = tbl_Cabecera
Left = 264
Top = 72
end
object DADataDetalles: TDADataSource
+ DataSet = tbl_Detalles.Dataset
DataTable = tbl_Detalles
Left = 344
Top = 72
end
- object tbl_Cabecera: TDACDSDataTable
- RemoteUpdatesOptions = []
- Fields = <>
- Params = <>
- MasterMappingMode = mmDataRequest
- LogChanges = False
- StreamingOptions = [soDisableEventsWhileStreaming]
- RemoteFetchEnabled = False
- SchemaCall.Params = <>
- DataRequestCall.Params = <>
- DataUpdateCall.Params = <>
- ScriptCall.Params = <>
- ReadOnly = False
- DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
- MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
- IndexDefs = <>
- Left = 264
- Top = 128
- end
- object tbl_Detalles: TDACDSDataTable
- RemoteUpdatesOptions = []
- Fields = <>
- Params = <>
- MasterMappingMode = mmDataRequest
- LogChanges = False
- StreamingOptions = [soDisableEventsWhileStreaming]
- RemoteFetchEnabled = False
- SchemaCall.Params = <>
- DataRequestCall.Params = <>
- DataUpdateCall.Params = <>
- ScriptCall.Params = <>
- ReadOnly = False
- DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
- MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
- IndexDefs = <>
- Left = 344
- Top = 128
- end
- object DABINAdapter: TDABINAdapter
- Left = 48
- Top = 80
- end
object frxRichObject1: TfrxRichObject
Left = 48
Top = 296
@@ -79,10 +39,6 @@ object RptPedidosCliente: TRptPedidosCliente
Left = 360
Top = 296
end
- object frxChartObject1: TfrxChartObject
- Left = 256
- Top = 344
- end
object schReport: TDASchema
ConnectionManager = dmServer.ConnectionManager
DataDictionary = DataDictionary
@@ -92,7 +48,6 @@ object RptPedidosCliente: TRptPedidosCliente
item
Name = 'ID'
DataType = datInteger
- BlobType = dabtUnknown
Value = '15'
ParamType = daptInput
end>
@@ -262,389 +217,156 @@ object RptPedidosCliente: TRptPedidosCliente
item
Name = 'ID'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
InPrimaryKey = True
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'ID_EMPRESA'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'ID_CLIENTE'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'REFERENCIA'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'NOMBRE_COMERCIAL'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'FECHA_PEDIDO'
DataType = datDateTime
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'REFERENCIA_CLIENTE'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'SITUACION'
DataType = datString
Size = 9
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_TOTAL'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'OBSERVACIONES'
DataType = datMemo
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'NOMBRE'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'CALLE'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'CODIGO_POSTAL'
DataType = datString
Size = 10
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'PROVINCIA'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'PERSONA_CONTACTO'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'TELEFONO'
DataType = datString
Size = 25
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'INCIDENCIAS'
DataType = datMemo
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'INCIDENCIAS_ACTIVAS'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'FECHA_ALTA'
DataType = datDateTime
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'FECHA_MODIFICACION'
DataType = datDateTime
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'USUARIO'
DataType = datString
Size = 20
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_NETO'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_PORTE'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'DESCUENTO'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_DESCUENTO'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'BASE_IMPONIBLE'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IVA'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_IVA'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'POBLACION'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'ID_FORMA_PAGO'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'NOMBRE_EMPRESA'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'TELEFONO_1_EMPRESA'
DataType = datString
Size = 25
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'FAX_EMPRESA'
DataType = datString
Size = 25
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end>
- BusinessRulesClient.ScriptLanguage = rslPascalScript
- BusinessRulesServer.ScriptLanguage = rslPascalScript
end
item
Params = <
item
Name = 'ID_PEDIDO'
- BlobType = dabtUnknown
Value = ''
ParamType = daptInput
end>
@@ -714,142 +436,66 @@ object RptPedidosCliente: TRptPedidosCliente
item
Name = 'ID'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'ID_PEDIDO'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'POSICION'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'TIPO_DETALLE'
DataType = datString
Size = 10
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'REFERENCIA'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'CONCEPTO'
DataType = datString
Size = 2000
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'CANTIDAD'
DataType = datInteger
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_UNIDAD'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'IMPORTE_TOTAL'
DataType = datFloat
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'FAMILIA'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end
item
Name = 'REFERENCIA_PROVEEDOR'
DataType = datString
Size = 255
- BlobType = dabtUnknown
- DisplayWidth = 0
- Alignment = taLeftJustify
- InPrimaryKey = False
- Calculated = False
- Lookup = False
- LookupCache = False
end>
- BusinessRulesClient.ScriptLanguage = rslPascalScript
- BusinessRulesServer.ScriptLanguage = rslPascalScript
end>
+ JoinDataTables = <>
+ UnionDataTables = <>
Commands = <>
RelationShips = <>
UpdateRules = <>
+ Version = 0
Left = 48
Top = 16
end
object DataDictionary: TDADataDictionary
Fields = <>
Left = 46
- Top = 158
+ Top = 142
end
object frxReport: TfrxReport
Version = '3.23.7'
@@ -949,4 +595,30 @@ object RptPedidosCliente: TRptPedidosCliente
Left = 344
Top = 16
end
+ object Bin2DataStreamer: TDABin2DataStreamer
+ Left = 48
+ Top = 80
+ end
+ object tbl_Cabecera: TDAMemDataTable
+ RemoteUpdatesOptions = []
+ Fields = <>
+ Params = <>
+ StreamingOptions = [soDisableEventsWhileStreaming]
+ DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
+ MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
+ IndexDefs = <>
+ Left = 264
+ Top = 128
+ end
+ object tbl_Detalles: TDAMemDataTable
+ RemoteUpdatesOptions = []
+ Fields = <>
+ Params = <>
+ StreamingOptions = [soDisableEventsWhileStreaming]
+ DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
+ MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
+ IndexDefs = <>
+ Left = 344
+ Top = 128
+ end
end
diff --git a/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.pas b/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.pas
index ef6908f8..9ff6ce5c 100644
--- a/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.pas
+++ b/Source/Modulos/Presupuestos de cliente/Reports/uRptPedidosCliente_Server.pas
@@ -7,15 +7,12 @@ uses
Dialogs, frxClass, frxDBSet, uDAScriptingProvider,
uDADataTable, uDACDSDataTable, DB, uDAClasses, frxChart, frxGradient,
frxChBox, frxCross, frxOLE, frxBarcode, frxRich, uDABINAdapter, uROTypes,
- uDAInterfaces;
+ uDAInterfaces, uDAMemDataTable, uDADataStreamer, uDABin2DataStreamer;
type
- TRptPedidosCliente = class(TDataModule)
+ TRptPresupuestosCliente = class(TDataModule)
DADataCabecera: TDADataSource;
DADataDetalles: TDADataSource;
- tbl_Cabecera: TDACDSDataTable;
- tbl_Detalles: TDACDSDataTable;
- DABINAdapter: TDABINAdapter;
frxRichObject1: TfrxRichObject;
frxBarCodeObject1: TfrxBarCodeObject;
frxOLEObject1: TfrxOLEObject;
@@ -28,6 +25,9 @@ type
schReport: TDASchema;
DataDictionary: TDADataDictionary;
frxReport: TfrxReport;
+ Bin2DataStreamer: TDABin2DataStreamer;
+ tbl_Cabecera: TDAMemDataTable;
+ tbl_Detalles: TDAMemDataTable;
procedure DataModuleCreate(Sender: TObject);
private
FConnection: IDAConnection;
@@ -54,14 +54,14 @@ const
{ TRptPedidosProveedor }
-procedure TRptPedidosCliente.DataModuleCreate(Sender: TObject);
+procedure TRptPresupuestosCliente.DataModuleCreate(Sender: TObject);
begin
schReport.ConnectionManager := dmServer.ConnectionManager;
FConnection := dmServer.DarNuevaConexion;
frxReport.EngineOptions.NewSilentMode := simReThrow;
end;
-function TRptPedidosCliente.GenerarPedido(const AID: String): Binary;
+function TRptPresupuestosCliente.GenerarPedido(const AID: String): Binary;
var
ID_Pedidos: TStringList;
i: Integer;
@@ -85,7 +85,7 @@ begin
end;
end;
-procedure TRptPedidosCliente.GenerarPedido(const AID: Integer);
+procedure TRptPresupuestosCliente.GenerarPedido(const AID: Integer);
var
AStream: TMemoryStream;
dsMaster: IDADataset;
diff --git a/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm b/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm
new file mode 100644
index 00000000..12c43db3
--- /dev/null
+++ b/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm
@@ -0,0 +1,605 @@
+object RptPresupuestosCliente: TRptPresupuestosCliente
+ OldCreateOrder = True
+ OnCreate = DataModuleCreate
+ Height = 405
+ Width = 447
+ object DADataCabecera: TDADataSource
+ DataSet = tbl_Cabecera.Dataset
+ DataTable = tbl_Cabecera
+ Left = 264
+ Top = 72
+ end
+ object DADataDetalles: TDADataSource
+ DataSet = tbl_Detalles.Dataset
+ DataTable = tbl_Detalles
+ Left = 344
+ Top = 72
+ end
+ object frxBarCodeObject1: TfrxBarCodeObject
+ Left = 144
+ Top = 296
+ end
+ object frxOLEObject1: TfrxOLEObject
+ Left = 48
+ Top = 344
+ end
+ object frxCrossObject1: TfrxCrossObject
+ Left = 144
+ Top = 344
+ end
+ object frxCheckBoxObject1: TfrxCheckBoxObject
+ Left = 256
+ Top = 296
+ end
+ object frxGradientObject1: TfrxGradientObject
+ Left = 360
+ Top = 296
+ end
+ object schReport: TDASchema
+ ConnectionManager = dmServer.ConnectionManager
+ DataDictionary = DataDictionary
+ Datasets = <
+ item
+ Params = <
+ item
+ Name = 'ID'
+ Value = ''
+ ParamType = daptInput
+ end>
+ Statements = <
+ item
+ Connection = 'IBX'
+ TargetTable = 'V_PRESUPUESTOS_CLIENTE'
+ SQL =
+ 'SELECT '#10' ID, ID_EMPRESA, FECHA_PRESUPUESTO, FECHA_DECISION, '#10 +
+ ' REFERENCIA, SITUACION, ID_CLIENTE, NIF_CIF, NOMBRE, '#10' REF' +
+ 'ERENCIA_CLIENTE, CLIENTE_FINAL, PORTADA, MEMORIA, '#10' OBSERVACI' +
+ 'ONES, INCIDENCIAS, INCIDENCIAS_ACTIVAS, FECHA_ALTA, '#10' FECHA_M' +
+ 'ODIFICACION, USUARIO, IMPORTE_NETO, IMPORTE_PORTE, '#10' DESCUENT' +
+ 'O, IMPORTE_DESCUENTO, BASE_IMPONIBLE, IVA, '#10' IMPORTE_IVA, IMP' +
+ 'ORTE_TOTAL, ID_FORMA_PAGO'#10' FROM'#10' V_PRESUPUESTOS_CLIENTE'#10' WH' +
+ 'ERE V_PRESUPUESTOS_CLIENTE.ID = :ID'#10
+ StatementType = stSQL
+ ColumnMappings = <
+ item
+ DatasetField = 'ID'
+ TableField = 'ID'
+ end
+ item
+ DatasetField = 'ID_EMPRESA'
+ TableField = 'ID_EMPRESA'
+ end
+ item
+ DatasetField = 'FECHA_PRESUPUESTO'
+ TableField = 'FECHA_PRESUPUESTO'
+ end
+ item
+ DatasetField = 'FECHA_DECISION'
+ TableField = 'FECHA_DECISION'
+ end
+ item
+ DatasetField = 'REFERENCIA'
+ TableField = 'REFERENCIA'
+ end
+ item
+ DatasetField = 'SITUACION'
+ TableField = 'SITUACION'
+ end
+ item
+ DatasetField = 'ID_CLIENTE'
+ TableField = 'ID_CLIENTE'
+ end
+ item
+ DatasetField = 'NIF_CIF'
+ TableField = 'NIF_CIF'
+ end
+ item
+ DatasetField = 'NOMBRE'
+ TableField = 'NOMBRE'
+ end
+ item
+ DatasetField = 'REFERENCIA_CLIENTE'
+ TableField = 'REFERENCIA_CLIENTE'
+ end
+ item
+ DatasetField = 'CLIENTE_FINAL'
+ TableField = 'CLIENTE_FINAL'
+ end
+ item
+ DatasetField = 'PORTADA'
+ TableField = 'PORTADA'
+ end
+ item
+ DatasetField = 'MEMORIA'
+ TableField = 'MEMORIA'
+ end
+ item
+ DatasetField = 'OBSERVACIONES'
+ TableField = 'OBSERVACIONES'
+ end
+ item
+ DatasetField = 'INCIDENCIAS'
+ TableField = 'INCIDENCIAS'
+ end
+ item
+ DatasetField = 'INCIDENCIAS_ACTIVAS'
+ TableField = 'INCIDENCIAS_ACTIVAS'
+ end
+ item
+ DatasetField = 'FECHA_ALTA'
+ TableField = 'FECHA_ALTA'
+ end
+ item
+ DatasetField = 'FECHA_MODIFICACION'
+ TableField = 'FECHA_MODIFICACION'
+ end
+ item
+ DatasetField = 'USUARIO'
+ TableField = 'USUARIO'
+ end
+ item
+ DatasetField = 'IMPORTE_NETO'
+ TableField = 'IMPORTE_NETO'
+ end
+ item
+ DatasetField = 'IMPORTE_PORTE'
+ TableField = 'IMPORTE_PORTE'
+ end
+ item
+ DatasetField = 'DESCUENTO'
+ TableField = 'DESCUENTO'
+ end
+ item
+ DatasetField = 'IMPORTE_DESCUENTO'
+ TableField = 'IMPORTE_DESCUENTO'
+ end
+ item
+ DatasetField = 'BASE_IMPONIBLE'
+ TableField = 'BASE_IMPONIBLE'
+ end
+ item
+ DatasetField = 'IVA'
+ TableField = 'IVA'
+ end
+ item
+ DatasetField = 'IMPORTE_IVA'
+ TableField = 'IMPORTE_IVA'
+ end
+ item
+ DatasetField = 'IMPORTE_TOTAL'
+ TableField = 'IMPORTE_TOTAL'
+ end
+ item
+ DatasetField = 'ID_FORMA_PAGO'
+ TableField = 'ID_FORMA_PAGO'
+ end>
+ end>
+ Name = 'Informe_Cabecera'
+ Fields = <
+ item
+ Name = 'ID'
+ DataType = datInteger
+ Required = True
+ InPrimaryKey = True
+ end
+ item
+ Name = 'ID_EMPRESA'
+ DataType = datInteger
+ end
+ item
+ Name = 'FECHA_PRESUPUESTO'
+ DataType = datDateTime
+ end
+ item
+ Name = 'FECHA_DECISION'
+ DataType = datDateTime
+ end
+ item
+ Name = 'REFERENCIA'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'SITUACION'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'ID_CLIENTE'
+ DataType = datInteger
+ end
+ item
+ Name = 'NIF_CIF'
+ DataType = datString
+ Size = 15
+ end
+ item
+ Name = 'NOMBRE'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'REFERENCIA_CLIENTE'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'CLIENTE_FINAL'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'PORTADA'
+ DataType = datMemo
+ end
+ item
+ Name = 'MEMORIA'
+ DataType = datMemo
+ end
+ item
+ Name = 'OBSERVACIONES'
+ DataType = datMemo
+ end
+ item
+ Name = 'INCIDENCIAS'
+ DataType = datMemo
+ end
+ item
+ Name = 'INCIDENCIAS_ACTIVAS'
+ DataType = datSmallInt
+ Required = True
+ end
+ item
+ Name = 'FECHA_ALTA'
+ DataType = datDateTime
+ end
+ item
+ Name = 'FECHA_MODIFICACION'
+ DataType = datDateTime
+ end
+ item
+ Name = 'USUARIO'
+ DataType = datString
+ Size = 30
+ end
+ item
+ Name = 'IMPORTE_NETO'
+ DataType = datCurrency
+ end
+ item
+ Name = 'IMPORTE_PORTE'
+ DataType = datCurrency
+ end
+ item
+ Name = 'DESCUENTO'
+ DataType = datFloat
+ end
+ item
+ Name = 'IMPORTE_DESCUENTO'
+ DataType = datCurrency
+ end
+ item
+ Name = 'BASE_IMPONIBLE'
+ DataType = datCurrency
+ end
+ item
+ Name = 'IVA'
+ DataType = datFloat
+ end
+ item
+ Name = 'IMPORTE_IVA'
+ DataType = datCurrency
+ end
+ item
+ Name = 'IMPORTE_TOTAL'
+ DataType = datCurrency
+ end
+ item
+ Name = 'ID_FORMA_PAGO'
+ DataType = datInteger
+ end>
+ end
+ item
+ Params = <
+ item
+ Name = 'ID'
+ Value = ''
+ ParamType = daptInput
+ end>
+ Statements = <
+ item
+ Connection = 'IBX'
+ TargetTable = 'PRESUPUESTOS_CLIENTE_DETALLES'
+ SQL =
+ 'SELECT PRESUPUESTOS_CLIENTE_DETALLES.ID, PRESUPUESTOS_CLIENTE_DE' +
+ 'TALLES.ID_PRESUPUESTO,'#10' PRESUPUESTOS_CLIENTE_DETALLES.POSI' +
+ 'CION, PRESUPUESTOS_CLIENTE_DETALLES.TIPO_DETALLE,'#10' PRESUPU' +
+ 'ESTOS_CLIENTE_DETALLES.CONCEPTO, PRESUPUESTOS_CLIENTE_DETALLES.C' +
+ 'ANTIDAD,'#10' PRESUPUESTOS_CLIENTE_DETALLES.IMPORTE_UNIDAD, PR' +
+ 'ESUPUESTOS_CLIENTE_DETALLES.IMPORTE_TOTAL,'#10' ARTICULOS.REFE' +
+ 'RENCIA, ARTICULOS.FAMILIA, ARTICULOS.REFERENCIA_PROV as REFERENC' +
+ 'IA_PROVEEDOR'#10#10'FROM PRESUPUESTOS_CLIENTE_DETALLES'#10'LEFT JOIN ARTIC' +
+ 'ULOS ON (PRESUPUESTOS_CLIENTE_DETALLES.ID_ARTICULO = ARTICULOS.I' +
+ 'D)'#10'WHERE PRESUPUESTOS_CLIENTE_DETALLES.ID_PRESUPUESTO = :ID'#10'ORDE' +
+ 'R BY POSICION'#10
+ StatementType = stSQL
+ ColumnMappings = <
+ item
+ DatasetField = 'ID'
+ TableField = 'ID'
+ end
+ item
+ DatasetField = 'ID_PRESUPUESTO'
+ TableField = 'ID_PRESUPUESTO'
+ end
+ item
+ DatasetField = 'POSICION'
+ TableField = 'POSICION'
+ end
+ item
+ DatasetField = 'TIPO_DETALLE'
+ TableField = 'TIPO_DETALLE'
+ end
+ item
+ DatasetField = 'CONCEPTO'
+ TableField = 'CONCEPTO'
+ end
+ item
+ DatasetField = 'CANTIDAD'
+ TableField = 'CANTIDAD'
+ end
+ item
+ DatasetField = 'IMPORTE_UNIDAD'
+ TableField = 'IMPORTE_UNIDAD'
+ end
+ item
+ DatasetField = 'IMPORTE_TOTAL'
+ TableField = 'IMPORTE_TOTAL'
+ end
+ item
+ DatasetField = 'REFERENCIA'
+ TableField = ''
+ SQLOrigin = 'REFERENCIA'
+ end
+ item
+ DatasetField = 'FAMILIA'
+ TableField = ''
+ SQLOrigin = 'FAMILIA'
+ end
+ item
+ DatasetField = 'REFERENCIA_PROVEEDOR'
+ TableField = ''
+ SQLOrigin = 'REFERENCIA_PROVEEDOR'
+ end>
+ end>
+ Name = 'Informe_Detalles'
+ Fields = <
+ item
+ Name = 'ID'
+ DataType = datInteger
+ InPrimaryKey = True
+ end
+ item
+ Name = 'ID_PRESUPUESTO'
+ DataType = datInteger
+ end
+ item
+ Name = 'POSICION'
+ DataType = datInteger
+ end
+ item
+ Name = 'TIPO_DETALLE'
+ DataType = datString
+ Size = 10
+ end
+ item
+ Name = 'CONCEPTO'
+ DataType = datString
+ Size = 2000
+ end
+ item
+ Name = 'CANTIDAD'
+ DataType = datInteger
+ end
+ item
+ Name = 'IMPORTE_UNIDAD'
+ DataType = datCurrency
+ end
+ item
+ Name = 'IMPORTE_TOTAL'
+ DataType = datCurrency
+ end
+ item
+ Name = 'REFERENCIA'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'FAMILIA'
+ DataType = datString
+ Size = 255
+ end
+ item
+ Name = 'REFERENCIA_PROVEEDOR'
+ DataType = datString
+ Size = 255
+ end>
+ end>
+ JoinDataTables = <>
+ UnionDataTables = <>
+ Commands = <>
+ RelationShips = <>
+ UpdateRules = <>
+ Version = 0
+ Left = 48
+ Top = 16
+ end
+ object DataDictionary: TDADataDictionary
+ Fields = <>
+ Left = 46
+ Top = 142
+ end
+ object frxReport: TfrxReport
+ Version = '3.23.7'
+ DotMatrixReport = False
+ EngineOptions.DoublePass = True
+ IniFile = '\Software\Fast Reports'
+ PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick]
+ PreviewOptions.Zoom = 1.000000000000000000
+ PrintOptions.Printer = 'Por defecto'
+ ReportOptions.CreateDate = 39065.872423495400000000
+ ReportOptions.LastChange = 39399.705345219900000000
+ ScriptLanguage = 'PascalScript'
+ ScriptText.Strings = (
+ ''
+ 'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);'
+ 'var'
+ ' Cadena: String;'
+ 'begin'
+ '{ DatosEmpresa.Lines.Clear;'
+ ' if ( <> '#39#39') then'
+ ' Cadena := '#39'TLF: '#39' + ;'
+ ' if ( <> '#39#39') then'
+
+ ' Cadena := Cadena + '#39' FAX: '#39' + ;'
+ ' DatosEmpresa.Lines.Add(Cadena);'
+ '}'
+ 'end;'
+ ''
+ 'procedure NombreEmpresaOnBeforePrint(Sender: TfrxComponent);'
+ 'begin'
+ '{'
+ ' NombreEmpresa.Lines.Clear;'
+ ' NombreEmpresa.Lines.Add();'
+ '}'
+ 'end;'
+ ''
+ 'procedure DireccionEnvioOnBeforePrint(Sender: TfrxComponent);'
+ 'var'
+ ' ACadena : String;'
+ 'begin'
+ '{'
+ ' ACadena := '#39#39';'
+ ' DireccionEnvio.Lines.Clear;'
+ ' if ( <> '#39#39') then'
+ ' ACadena := ;'
+ ''
+ ' if ( <> '#39#39') then'
+
+ ' ACadena := ACadena + '#39' '#39' + ;'
+ ''
+ ' DireccionEnvio.Lines.Add(ACadena);'
+ ' ACadena := '#39#39';'
+ ' DireccionEnvio.Lines.Add();'
+ ' if ( <> '#39#39') then'
+ ' ACadena := + '#39' '#39';'
+ ' if ( <> '#39#39') then'
+ ' ACadena := ACadena + ;'
+ ''
+ ' if (ACadena <> '#39#39') then'
+ ' DireccionEnvio.Lines.Add(ACadena);'
+ ''
+ ' if ( <> '#39#39') then'
+ ' DireccionEnvio.Lines.Add();'
+ ''
+ ' if ( <> '#39#39') then'
+ ' DireccionEnvio.Lines.Add();'
+ '}'
+ 'end;'
+ ''
+ 'procedure PageHeader1OnBeforePrint(Sender: TfrxComponent);'
+ 'begin'
+ ' if not Engine.FinalPass then'
+ ' Set('#39'TotalPaginas'#39', ( + 1));'
+ ''
+ ' if Engine.FinalPass then'
+ ' Set('#39'Pagina'#39', ( + 1));'
+ 'end;'
+ ''
+ 'procedure frxReportOnStartReport(Sender: TfrxComponent);'
+ 'begin'
+ ' Set('#39'Pagina'#39', 0);'
+ ' Set('#39'TotalPaginas'#39', 0);'
+ 'end;'
+ ''
+ 'begin'
+ ''
+ 'end.')
+ ShowProgress = False
+ StoreInDFM = False
+ OnStartReport = 'frxReportOnStartReport'
+ Left = 169
+ Top = 16
+ Datasets = <
+ item
+ DataSet = frxDBCabecera
+ DataSetName = 'frxDBCabecera'
+ end
+ item
+ DataSet = frxDBDetalles
+ DataSetName = 'frxDBDetalles'
+ end>
+ Variables = <
+ item
+ Name = ' Paginacion'
+ Value = Null
+ end
+ item
+ Name = 'Pagina'
+ Value = Null
+ end
+ item
+ Name = 'TotalPaginas'
+ Value = Null
+ end>
+ Style = <>
+ end
+ object frxDBCabecera: TfrxDBDataset
+ UserName = 'frxDBCabecera'
+ CloseDataSource = False
+ DataSource = DADataCabecera
+ Left = 264
+ Top = 16
+ end
+ object frxDBDetalles: TfrxDBDataset
+ UserName = 'frxDBDetalles'
+ CloseDataSource = False
+ DataSource = DADataDetalles
+ Left = 344
+ Top = 16
+ end
+ object Bin2DataStreamer: TDABin2DataStreamer
+ Left = 48
+ Top = 80
+ end
+ object tbl_Cabecera: TDAMemDataTable
+ RemoteUpdatesOptions = []
+ Fields = <>
+ Params = <>
+ MasterMappingMode = mmDataRequest
+ LogChanges = False
+ StreamingOptions = [soDisableEventsWhileStreaming]
+ RemoteFetchEnabled = False
+ DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
+ MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
+ IndexDefs = <>
+ Left = 264
+ Top = 128
+ end
+ object tbl_Detalles: TDAMemDataTable
+ RemoteUpdatesOptions = []
+ Fields = <>
+ Params = <>
+ MasterMappingMode = mmDataRequest
+ LogChanges = False
+ StreamingOptions = [soDisableEventsWhileStreaming]
+ RemoteFetchEnabled = False
+ DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
+ MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
+ IndexDefs = <>
+ Left = 344
+ Top = 128
+ end
+end
diff --git a/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.pas b/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.pas
new file mode 100644
index 00000000..30e8b0af
--- /dev/null
+++ b/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.pas
@@ -0,0 +1,116 @@
+unit uRptPresupuestosCliente_Server;
+
+interface
+
+uses
+ Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
+ Dialogs, frxClass, frxDBSet, uDAScriptingProvider,
+ uDADataTable, uDACDSDataTable, DB, uDAClasses, uDABINAdapter, uROTypes,
+ uDAInterfaces, uDAMemDataTable, uDADataStreamer, uDABin2DataStreamer,
+ frxGradient, frxChBox, frxCross, frxOLE, frxBarcode, frxRich;
+
+type
+ TRptPresupuestosCliente = class(TDataModule)
+ DADataCabecera: TDADataSource;
+ DADataDetalles: TDADataSource;
+ frxBarCodeObject1: TfrxBarCodeObject;
+ frxOLEObject1: TfrxOLEObject;
+ frxCrossObject1: TfrxCrossObject;
+ frxCheckBoxObject1: TfrxCheckBoxObject;
+ frxGradientObject1: TfrxGradientObject;
+ frxDBCabecera: TfrxDBDataset;
+ frxDBDetalles: TfrxDBDataset;
+ Bin2DataStreamer: TDABin2DataStreamer;
+ tbl_Cabecera: TDAMemDataTable;
+ tbl_Detalles: TDAMemDataTable;
+ schReport: TDASchema;
+ DataDictionary: TDADataDictionary;
+ frxReport: TfrxReport;
+ procedure DataModuleCreate(Sender: TObject);
+ private
+ FConnection: IDAConnection;
+ procedure GenerarPresupuesto(const AID : Integer); overload;
+ public
+ function GenerarPresupuesto(const AID : String): Binary; overload;
+ end;
+
+implementation
+
+{$R *.dfm}
+
+uses
+ uDataModuleServer, schPresupuestosClienteClient_Intf;
+
+const
+ rptInforme = 'InfPresupuestoCliente.fr3';
+
+ { Dataset names for schReport }
+ ds_InformeCabecera = 'Informe_Cabecera';
+ ds_InformeDetalles = 'Informe_Detalles';
+
+
+{ TRptPresupuestosProveedor }
+
+
+procedure TRptPresupuestosCliente.DataModuleCreate(Sender: TObject);
+begin
+ schReport.ConnectionManager := dmServer.ConnectionManager;
+ FConnection := dmServer.DarNuevaConexion;
+ frxReport.EngineOptions.NewSilentMode := simReThrow;
+end;
+
+function TRptPresupuestosCliente.GenerarPresupuesto(const AID: String): Binary;
+var
+ ID_Presupuestos: TStringList;
+ i: Integer;
+
+begin
+ Result := Binary.Create;
+ FConnection.BeginTransaction;
+
+ try
+ ID_Presupuestos := TStringList.Create;
+ ID_Presupuestos.CommaText := AID;
+
+ //Vamos generando todos y cada uno de los albaranes recibidos
+ for i := 0 to ID_Presupuestos.Count - 1 do
+ GenerarPresupuesto(StrToInt(ID_Presupuestos.Strings[i]));
+
+ frxReport.PreviewPages.SaveToStream(Result);
+
+ finally
+ FConnection.RollbackTransaction;
+ end;
+end;
+
+procedure TRptPresupuestosCliente.GenerarPresupuesto(const AID: Integer);
+var
+ AStream: TMemoryStream;
+ dsMaster: IDADataset;
+ dsDetail: IDADataset;
+begin
+ AStream := TMemoryStream.Create;
+
+ try
+ dsMaster := schReport.NewDataset(FConnection, ds_InformeCabecera, ['ID'], [AID]);
+ dsDetail := schReport.NewDataset(FConnection, ds_InformeDetalles, ['ID'], [AID], False);
+
+ AStream.Clear;
+ Bin2DataStreamer.WriteDataset(AStream, dsMaster, [woRows, woSchema], -1);
+ Bin2DataStreamer.ReadDataset(AStream, tbl_Cabecera, TRUE, '', TRUE, TRUE);
+
+ AStream.Clear;
+ Bin2DataStreamer.WriteDataset(AStream, dsDetail, [woRows, woSchema], -1);
+ Bin2DataStreamer.ReadDataset(AStream, tbl_Detalles, TRUE, '', TRUE, TRUE);
+
+ frxReport.LoadFromFile(DarRutaInformes + rptInforme, True);
+ frxReport.PrepareReport(False);
+
+ finally
+ AStream.Free;
+ dsMaster := Nil;
+ dsDetail := Nil;
+ end;
+end;
+
+end.
diff --git a/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.dfm b/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.dfm
index 5c8372fb..99be8b2d 100644
--- a/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.dfm
+++ b/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.dfm
@@ -1282,7 +1282,6 @@ object srvPresupuestosCliente: TsrvPresupuestosCliente
InsertCommandName = 'Insert_PresupuestosCliente_Detalles'
DeleteCommandName = 'Delete_PresupuestosCliente_Detalles'
UpdateCommandName = 'Update_PresupuestosCliente_Detalles'
- RefreshDatasetName = 'PresupuestosCliente_Detalles_Refresh'
ReferencedDataset = 'PresupuestosCliente_Detalles'
ProcessorOptions = [poPrepareCommands]
UpdateMode = updWhereKeyOnly
diff --git a/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.pas b/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.pas
index 37f63787..65d3952a 100644
--- a/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.pas
+++ b/Source/Modulos/Presupuestos de cliente/Servidor/srvPresupuestosCliente_Impl.pas
@@ -45,7 +45,7 @@ uses
Dialogs,
{Generated:} FactuGES_Invk, uDataModuleServer, uDatabaseUtils,
schPresupuestosClienteClient_Intf, uRestriccionesUsuarioUtils,
-// uRptPresupuestosCliente_Server,
+ uRptPresupuestosCliente_Server,
uBizPresupuestosClienteServer;
procedure Create_srvPresupuestosCliente(out anInstance : IUnknown);
@@ -80,15 +80,15 @@ begin
end;
function TsrvPresupuestosCliente.GenerateReport(const ID: String): Binary;
-//var
-// AReportGenerator : TRptPresupuestosCliente;
+var
+ AReportGenerator : TRptPresupuestosCliente;
begin
-// AReportGenerator := TRptPresupuestosCliente.Create(nil);
-// try
-// Result := AReportGenerator.GenerarPedido(ID);
-// finally
-// FreeAndNIL(AReportGenerator);
-// end;
+ AReportGenerator := TRptPresupuestosCliente.Create(nil);
+ try
+ Result := AReportGenerator.GenerarPresupuesto(ID);
+ finally
+ FreeAndNIL(AReportGenerator);
+ end;
end;
initialization
diff --git a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj
index 4e35237f..3070f7db 100644
--- a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj
+++ b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj
@@ -42,6 +42,7 @@
Package
FalseTrueFalseTrueFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0
+
Intraweb 8.0 Design Package for Borland Development Studio 2006
PresupuestosCliente_view.dpk
@@ -50,38 +51,47 @@
MainSource
-
-
-
-
-
+
+
+
+
+
+ TfEditorElegirArticulosPedidoCliente
+ TfEditorElegirPedidosCliente
+ TfEditorPedidoCliente
+ TfEditorPedidosCliente
+ TfEditorPedidosClientePreview
+ TFrame
+ TFrame
+ TFrame
+ TFrame
@@ -567,4 +577,4 @@ mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
-EurekaLog Last Line -->
+EurekaLog Last Line -->
\ No newline at end of file
diff --git a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc
index e6d03593..373ca11a 100644
--- a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc
+++ b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.drc
@@ -23,4 +23,4 @@ END
/* 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\dtfE4.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1D7.tmp */
diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm
index f4e98464..5403452d 100644
--- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm
+++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm
@@ -147,7 +147,7 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
inherited pgPaginas: TPageControl
Width = 632
Height = 442
- ActivePage = pagContenido
+ ActivePage = pagMemoria
TabOrder = 1
OnChanging = pgPaginasChanging
ExplicitWidth = 632
@@ -238,6 +238,34 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
end
end
end
+ object pagPortada: TTabSheet
+ Caption = 'Portada'
+ ImageIndex = 3
+ object eIncidencias: TcxDBMemo
+ Left = 0
+ Top = 0
+ Align = alClient
+ DataBinding.DataField = 'PORTADA'
+ DataBinding.DataSource = dsDataTable
+ TabOrder = 0
+ Height = 414
+ Width = 624
+ end
+ end
+ object pagMemoria: TTabSheet
+ Caption = 'Memoria'
+ ImageIndex = 4
+ object cxDBMemo1: TcxDBMemo
+ Left = 0
+ Top = 0
+ Align = alClient
+ DataBinding.DataField = 'MEMORIA'
+ DataBinding.DataSource = dsDataTable
+ TabOrder = 0
+ Height = 414
+ Width = 624
+ end
+ end
end
inherited StatusBar: TJvStatusBar
Top = 589
diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas
index ff7c51b8..71a339f8 100644
--- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas
+++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas
@@ -27,8 +27,12 @@ type
dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel;
frViewTotales1: TfrViewTotales;
frViewDetallesPresupuestoCliente1: TfrViewDetallesPresupuestoCliente;
+ pagPortada: TTabSheet;
+ pagMemoria: TTabSheet;
+ eIncidencias: TcxDBMemo;
+ cxDBMemo1: TcxDBMemo;
- procedure FormShow(Sender: TObject);
+ procedure FormShow(Sender: TObject);
procedure CustomEditorClose(Sender: TObject; var Action: TCloseAction);
procedure pgPaginasChanging(Sender: TObject; var AllowChange: Boolean);
procedure frViewTotales1ePortePropertiesValidate(Sender: TObject;
@@ -103,7 +107,6 @@ constructor TfEditorPresupuestoCliente.Create(AOwner: TComponent);
begin
inherited;
pgPaginas.ActivePageIndex := 0;
-
AsignarVista;
end;
diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestosCliente.pas b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestosCliente.pas
index 1f59ad66..fd86e4a9 100644
--- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestosCliente.pas
+++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestosCliente.pas
@@ -372,6 +372,7 @@ begin
end;
end;
end;
+ APresupuestos := Nil;
end;
procedure TfEditorPresupuestosCliente.SetController(const Value: IPresupuestosClienteController);
diff --git a/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteController.pas b/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteController.pas
index f9a29cf2..b6f09351 100644
--- a/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteController.pas
+++ b/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteController.pas
@@ -696,7 +696,6 @@ begin
//Primero debemos hacer el ApplyUpdates del recibo inicial por si fallase
//Así no se haría el nuevo
-// AsignarID(ARecibosCliente, NuevoID);
ARecibosCliente.DataTable.ApplyUpdates;
if Assigned(ANuevoReciboCliente) then
diff --git a/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteReportController.pas b/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteReportController.pas
index 71b3a97f..9d5c09b2 100644
--- a/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteReportController.pas
+++ b/Source/Modulos/Recibos de cliente/Controller/uRecibosClienteReportController.pas
@@ -58,22 +58,25 @@ var
AEditor : IEditorRecibosClientePreview;
begin
AEditor := NIL;
-
ShowHourglassCursor;
try
AStream := FDataModule.GetReport(ID);
try
CreateEditor('EditorRecibosClientePreview', IEditorRecibosClientePreview, AEditor);
- AEditor.LoadFromStream(AStream);
+ if Assigned(AEditor) then
+ with AEditor do
+ begin
+ AEditor.LoadFromStream(AStream);
+ AEditor.Preview;
+ AEditor.Release;
+ end;
finally
- AStream.Free;
+ FreeAndNil(AStream);
+ AEditor := Nil;
end;
finally
HideHourglassCursor;
end;
-
- if Assigned(AEditor) then
- AEditor.Preview;
end;
procedure TRecibosClienteReportController.Print(const ID : String);
@@ -82,22 +85,25 @@ var
AEditor : IEditorRecibosClientePreview;
begin
AEditor := NIL;
-
ShowHourglassCursor;
try
- AStream := FDataModule.GetReport(ID);
+ AStream := FDataModule.GetReport(ID);
try
CreateEditor('EditorRecibosClientePreview', IEditorRecibosClientePreview, AEditor);
- AEditor.LoadFromStream(AStream);
+ if Assigned(AEditor) then
+ with AEditor do
+ begin
+ AEditor.LoadFromStream(AStream);
+ AEditor.Print;
+ AEditor.Release;
+ end;
finally
- AStream.Free;
+ FreeAndNil(AStream);
+ AEditor := Nil;
end;
finally
HideHourglassCursor;
end;
-
- if Assigned(AEditor) then
- AEditor.Print
end;
end.
diff --git a/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc b/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc
index 815f500a..b9a77520 100644
--- a/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc
+++ b/Source/Modulos/Recibos de cliente/Data/RecibosCliente_data.drc
@@ -14,4 +14,4 @@ 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\dtfCA.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1BD.tmp */
diff --git a/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc b/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc
index 28409ae9..a5ec4b65 100644
--- a/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc
+++ b/Source/Modulos/Recibos de cliente/Plugin/RecibosCliente_plugin.drc
@@ -14,4 +14,4 @@ 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\dtfD0.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1C3.tmp */
diff --git a/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc b/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc
index 59adbf4c..09e9315e 100644
--- a/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc
+++ b/Source/Modulos/Tipos de IVA/Data/TiposIVA_data.drc
@@ -14,4 +14,4 @@ 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\dtf98.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf18B.tmp */
diff --git a/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc b/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc
index d3589584..2a944fb9 100644
--- a/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc
+++ b/Source/Modulos/Tipos de IVA/Model/TiposIVA_model.drc
@@ -13,4 +13,4 @@ BEGIN
END
/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Model\TiposIVA_model.res */
-/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf96.tmp */
+/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf189.tmp */
diff --git a/Source/Servidor/FactuGES_Server.RES b/Source/Servidor/FactuGES_Server.RES
index d656213b..f9471cb6 100644
Binary files a/Source/Servidor/FactuGES_Server.RES and b/Source/Servidor/FactuGES_Server.RES differ
diff --git a/Source/Servidor/FactuGES_Server.dpr b/Source/Servidor/FactuGES_Server.dpr
index 232f7beb..3f43e394 100644
--- a/Source/Servidor/FactuGES_Server.dpr
+++ b/Source/Servidor/FactuGES_Server.dpr
@@ -56,18 +56,19 @@ uses
schAlmacenesClient_Intf in '..\Modulos\Almacenes\Model\schAlmacenesClient_Intf.pas',
schAlmacenesServer_Intf in '..\Modulos\Almacenes\Model\schAlmacenesServer_Intf.pas',
srvAlbaranesCliente_Impl in '..\Modulos\Albaranes de cliente\Servidor\srvAlbaranesCliente_Impl.pas' {srvAlbaranesCliente: TDataAbstractService},
- schAlbaranesClienteClient_Intf in '..\Modulos\Albaranes de cliente\Model\schAlbaranesClienteClient_Intf.pas',
- schAlbaranesClienteServer_Intf in '..\Modulos\Albaranes de cliente\Model\schAlbaranesClienteServer_Intf.pas',
uBizAlbaranClienteServer in '..\Modulos\Albaranes de cliente\Model\uBizAlbaranClienteServer.pas',
srvRecibosCliente_Impl in '..\Modulos\Recibos de cliente\Servidor\srvRecibosCliente_Impl.pas' {srvRecibosCliente: TDataAbstractService},
srvFacturasCliente_Impl in '..\Modulos\Facturas de cliente\Servidor\srvFacturasCliente_Impl.pas' {srvFacturasCliente: TDataAbstractService},
uBizFacturasClienteServer in '..\Modulos\Facturas de cliente\Model\uBizFacturasClienteServer.pas',
- schPresupuestosClienteClient_Intf in '..\Modulos\Presupuestos de cliente\Model\schPresupuestosClienteClient_Intf.pas',
- schPresupuestosClienteServer_Intf in '..\Modulos\Presupuestos de cliente\Model\schPresupuestosClienteServer_Intf.pas',
schFacturasClienteClient_Intf in '..\Modulos\Facturas de cliente\Model\schFacturasClienteClient_Intf.pas',
schFacturasClienteServer_Intf in '..\Modulos\Facturas de cliente\Model\schFacturasClienteServer_Intf.pas',
schRecibosClienteClient_Intf in '..\Modulos\Recibos de cliente\Model\schRecibosClienteClient_Intf.pas',
- schRecibosClienteServer_Intf in '..\Modulos\Recibos de cliente\Model\schRecibosClienteServer_Intf.pas';
+ schRecibosClienteServer_Intf in '..\Modulos\Recibos de cliente\Model\schRecibosClienteServer_Intf.pas',
+ uRptPresupuestosCliente_Server in '..\Modulos\Presupuestos de cliente\Reports\uRptPresupuestosCliente_Server.pas' {RptPresupuestosCliente},
+ schAlbaranesClienteClient_Intf in '..\Modulos\Albaranes de cliente\Model\schAlbaranesClienteClient_Intf.pas',
+ schAlbaranesClienteServer_Intf in '..\Modulos\Albaranes de cliente\Model\schAlbaranesClienteServer_Intf.pas',
+ schPresupuestosClienteClient_Intf in '..\Modulos\Presupuestos de cliente\Model\schPresupuestosClienteClient_Intf.pas',
+ schPresupuestosClienteServer_Intf in '..\Modulos\Presupuestos de cliente\Model\schPresupuestosClienteServer_Intf.pas';
{$R *.res}
{$R ..\Servicios\RODLFile.res}
diff --git a/Source/Servidor/FactuGES_Server.dproj b/Source/Servidor/FactuGES_Server.dproj
index d55e968e..614fedf0 100644
--- a/Source/Servidor/FactuGES_Server.dproj
+++ b/Source/Servidor/FactuGES_Server.dproj
@@ -89,6 +89,9 @@
+
+
+
TDataAbstractService
diff --git a/Source/Servidor/FactuGES_Server.drc b/Source/Servidor/FactuGES_Server.drc
index 8f7e7c80..3657e439 100644
--- a/Source/Servidor/FactuGES_Server.drc
+++ b/Source/Servidor/FactuGES_Server.drc
@@ -8,755 +8,769 @@
resources were bound to the produced executable.
*/
-#define cxEditConsts_scxRegExprTooBigReferenceNumber 64512
-#define cxEditConsts_scxRegExprCantCreateEmptyEnum 64513
-#define cxEditConsts_scxRegExprSubrangeOrder 64514
-#define cxEditConsts_scxRegExprHexNumberExpected0 64515
-#define cxEditConsts_scxRegExprHexNumberExpected 64516
-#define cxEditConsts_scxRegExprMissing 64517
-#define cxEditConsts_scxRegExprUnnecessary 64518
-#define cxEditConsts_scxRegExprIncorrectSpace 64519
-#define cxEditConsts_scxRegExprNotCompiled 64520
-#define cxEditConsts_scxRegExprIncorrectParameterQuantifier 64521
-#define cxEditConsts_scxRegExprCantUseParameterQuantifier 64522
-#define cxEditConsts_scxMaskEditRegExprError 64523
-#define cxEditConsts_scxMaskEditInvalidEditValue 64524
-#define cxEditConsts_cxSDateEOM 64528
-#define cxEditConsts_cxSDateNow 64529
-#define cxEditConsts_scxSEditRepositoryButtonItem 64530
-#define cxEditConsts_scxSEditRepositoryMaskItem 64531
-#define cxEditConsts_scxSEditRepositoryTextItem 64532
-#define cxEditConsts_scxRegExprLine 64533
-#define cxEditConsts_scxRegExprChar 64534
-#define cxEditConsts_scxRegExprNotAssignedSourceStream 64535
-#define cxEditConsts_scxRegExprEmptySourceStream 64536
-#define cxEditConsts_scxRegExprCantUsePlusQuantifier 64537
-#define cxEditConsts_scxRegExprCantUseStarQuantifier 64538
-#define cxEditConsts_scxRegExprCantCreateEmptyAlt 64539
-#define cxEditConsts_scxRegExprCantCreateEmptyBlock 64540
-#define cxEditConsts_scxRegExprIllegalSymbol 64541
-#define cxEditConsts_scxRegExprIllegalQuantifier 64542
-#define cxEditConsts_scxRegExprIllegalIntegerValue 64543
-#define cxEditConsts_cxSDateTomorrow 64544
-#define cxEditConsts_cxSDateSunday 64545
-#define cxEditConsts_cxSDateMonday 64546
-#define cxEditConsts_cxSDateTuesday 64547
-#define cxEditConsts_cxSDateWednesday 64548
-#define cxEditConsts_cxSDateThursday 64549
-#define cxEditConsts_cxSDateFriday 64550
-#define cxEditConsts_cxSDateSaturday 64551
-#define cxEditConsts_cxSDateFirst 64552
-#define cxEditConsts_cxSDateSecond 64553
-#define cxEditConsts_cxSDateThird 64554
-#define cxEditConsts_cxSDateFourth 64555
-#define cxEditConsts_cxSDateFifth 64556
-#define cxEditConsts_cxSDateSixth 64557
-#define cxEditConsts_cxSDateSeventh 64558
-#define cxEditConsts_cxSDateBOM 64559
-#define pnglang_EPNGCannotAssignChunkText 64560
-#define pnglang_EPNGUnexpectedEndText 64561
-#define pnglang_EPNGNoImageDataText 64562
-#define pnglang_EPNGCannotChangeSizeText 64563
-#define pnglang_EPNGCannotAddChunkText 64564
-#define pnglang_EPNGCannotAddInvalidImageText 64565
-#define pnglang_EPNGOutMemoryText 64566
-#define pnglang_EPNGHeaderNotPresentText 64567
-#define cxDataConsts_cxSDataReadError 64568
-#define cxDataConsts_cxSDataWriteError 64569
-#define cxEditConsts_cxSEditInvalidRepositoryItem 64570
-#define cxEditConsts_cxSEditNumericValueConvertError 64571
-#define cxEditConsts_cxSEditValidateErrorText 64572
-#define cxEditConsts_cxSEditValueOutOfBounds 64573
-#define cxEditConsts_cxSDateToday 64574
-#define cxEditConsts_cxSDateYesterday 64575
-#define IBXConst_SLoginPromptFailure 64576
-#define IBXConst_SIB70feature 64577
-#define IBXConst_SIB71feature 64578
-#define IBXConst_SIB80feature 64579
-#define pnglang_EPngInvalidCRCText 64580
-#define pnglang_EPNGInvalidIHDRText 64581
-#define pnglang_EPNGMissingMultipleIDATText 64582
-#define pnglang_EPNGZLIBErrorText 64583
-#define pnglang_EPNGInvalidPaletteText 64584
-#define pnglang_EPNGInvalidFileHeaderText 64585
-#define pnglang_EPNGIHDRNotFirstText 64586
-#define pnglang_EPNGSizeExceedsText 64587
-#define pnglang_EPNGUnknownPalEntryText 64588
-#define pnglang_EPNGUnknownCriticalChunkText 64589
-#define pnglang_EPNGUnknownCompressionText 64590
-#define pnglang_EPNGUnknownInterlaceText 64591
-#define IBXConst_SNoDestinationDirectory 64592
-#define IBXConst_SNosourceDirectory 64593
-#define IBXConst_SNoUninstallFile 64594
-#define IBXConst_SOptionNeedsClient 64595
-#define IBXConst_SOptionNeedsServer 64596
-#define IBXConst_SInvalidOption 64597
-#define IBXConst_SInvalidOnErrorResult 64598
-#define IBXConst_SInvalidOnStatusResult 64599
-#define IBXConst_SDPBConstantUnknownEx 64600
-#define IBXConst_STPBConstantUnknownEx 64601
-#define IBXConst_SUnknownPlan 64602
-#define IBXConst_SFieldSizeMismatch 64603
-#define IBXConst_SEventAlreadyRegistered 64604
-#define IBXConst_SStringTooLarge 64605
-#define IBXConst_SNoTimers 64606
-#define IBXConst_SIB65feature 64607
-#define IBXConst_SServiceActive 64608
-#define IBXConst_SServiceInActive 64609
-#define IBXConst_SServerNameMissing 64610
-#define IBXConst_SQueryParamsError 64611
-#define IBXConst_SStartParamsError 64612
-#define IBXConst_SOutputParsingError 64613
-#define IBXConst_SUseSpecificProcedures 64614
-#define IBXConst_SSQLMonitorAlreadyPresent 64615
-#define IBXConst_SCantPrintValue 64616
-#define IBXConst_SEOFReached 64617
-#define IBXConst_SEOFInComment 64618
-#define IBXConst_SEOFInString 64619
-#define IBXConst_SParamNameExpected 64620
-#define IBXConst_SSuccess 64621
-#define IBXConst_SDelphiException 64622
-#define IBXConst_SNoOptionsSet 64623
-#define IBXConst_SNoRecordsAffected 64624
-#define IBXConst_SNoTableName 64625
-#define IBXConst_SCannotCreatePrimaryIndex 64626
-#define IBXConst_SCannotDropSystemIndex 64627
-#define IBXConst_STableNameMismatch 64628
-#define IBXConst_SIndexFieldMissing 64629
-#define IBXConst_SInvalidCancellation 64630
-#define IBXConst_SInvalidEvent 64631
-#define IBXConst_SMaximumEvents 64632
-#define IBXConst_SNoEventsRegistered 64633
-#define IBXConst_SInvalidQueueing 64634
-#define IBXConst_SInvalidRegistration 64635
-#define IBXConst_SInvalidBatchMove 64636
-#define IBXConst_SSQLDialectInvalid 64637
-#define IBXConst_SSPBConstantNotSupported 64638
-#define IBXConst_SSPBConstantUnknown 64639
-#define IBXConst_SCannotCreateSharedResource 64640
-#define IBXConst_SWindowsAPIError 64641
-#define IBXConst_SColumnListsDontMatch 64642
-#define IBXConst_SColumnTypesDontMatch 64643
-#define IBXConst_SCantEndSharedTransaction 64644
-#define IBXConst_SFieldUnsupportedType 64645
-#define IBXConst_SCircularDataLink 64646
-#define IBXConst_SEmptySQLStatement 64647
-#define IBXConst_SIsASelectStatement 64648
-#define IBXConst_SRequiredParamNotSet 64649
-#define IBXConst_SNoStoredProcName 64650
-#define IBXConst_SIsAExecuteProcedure 64651
-#define IBXConst_SUpdateFailed 64652
-#define IBXConst_SNotCachedUpdates 64653
-#define IBXConst_SNotLiveRequest 64654
-#define IBXConst_SNoProvider 64655
-#define IBXConst_SEmptyQuery 64656
-#define IBXConst_SCannotOpenNonSQLSelect 64657
-#define IBXConst_SNoFieldAccess 64658
-#define IBXConst_SFieldReadOnly 64659
-#define IBXConst_SFieldNotFound 64660
-#define IBXConst_SNotEditing 64661
-#define IBXConst_SCannotInsert 64662
-#define IBXConst_SCannotPost 64663
-#define IBXConst_SCannotUpdate 64664
-#define IBXConst_SCannotDelete 64665
-#define IBXConst_SCannotRefresh 64666
-#define IBXConst_SBufferNotSet 64667
-#define IBXConst_SCircularReference 64668
-#define IBXConst_SSQLParseError 64669
-#define IBXConst_SUserAbort 64670
-#define IBXConst_SDataSetUniDirectional 64671
-#define IBXConst_SXSQLDAIndexOutOfRange 64672
-#define IBXConst_SXSQLDANameDoesNotExist 64673
-#define IBXConst_SEOF 64674
-#define IBXConst_SBOF 64675
-#define IBXConst_SInvalidStatementHandle 64676
-#define IBXConst_SSQLOpen 64677
-#define IBXConst_SSQLClosed 64678
-#define IBXConst_SDatasetOpen 64679
-#define IBXConst_SDatasetClosed 64680
-#define IBXConst_SUnknownSQLDataType 64681
-#define IBXConst_SInvalidColumnIndex 64682
-#define IBXConst_SInvalidParamColumnIndex 64683
-#define IBXConst_SInvalidDataConversion 64684
-#define IBXConst_SColumnIsNotNullable 64685
-#define IBXConst_SBlobCannotBeRead 64686
-#define IBXConst_SBlobCannotBeWritten 64687
-#define IBXConst_SOperationCancelled 64688
-#define IBXConst_SDPBConstantNotSupported 64689
-#define IBXConst_SDPBConstantUnknown 64690
-#define IBXConst_STPBConstantNotSupported 64691
-#define IBXConst_STPBConstantUnknown 64692
-#define IBXConst_SDatabaseClosed 64693
-#define IBXConst_SDatabaseOpen 64694
-#define IBXConst_SDatabaseNameMissing 64695
-#define IBXConst_SNotInTransaction 64696
-#define IBXConst_SInTransaction 64697
-#define IBXConst_STimeoutNegative 64698
-#define IBXConst_SNoDatabasesInTransaction 64699
-#define IBXConst_SUpdateWrongDB 64700
-#define IBXConst_SUpdateWrongTR 64701
-#define IBXConst_SDatabaseNotAssigned 64702
-#define IBXConst_STransactionNotAssigned 64703
-#define IBSQLMonitor_StrCommitHardComm 64704
-#define IBSQLMonitor_StrCommitRetaining 64705
-#define IBSQLMonitor_StrRollback 64706
-#define IBSQLMonitor_StrRollbackRetainin 64707
-#define IBSQLMonitor_StrStartTransaction 64708
-#define IBSQLMonitor_StrApplication 64709
-#define IBXConst_SUnknownError 64710
-#define IBXConst_SInterBaseMissing 64711
-#define IBXConst_SInterBaseInstallMissing 64712
-#define IBXConst_SIB60feature 64713
-#define IBXConst_SNotSupported 64714
-#define IBXConst_SNotPermitted 64715
-#define IBXConst_SFileAccessError 64716
-#define IBXConst_SConnectionTimeout 64717
-#define IBXConst_SCannotSetDatabase 64718
-#define IBXConst_SCannotSetTransaction 64719
-#define uDARes_err_SQLNotPermitted 64720
-#define IBSQLMonitor_StrConnect 64721
-#define IBSQLMonitor_StrDisconnect 64722
-#define IBSQLMonitor_StrMisc 64723
-#define IBSQLMonitor_StrError 64724
-#define IBSQLMonitor_StrAttach 64725
-#define IBSQLMonitor_StrDetach 64726
-#define IBSQLMonitor_StrQuery 64727
-#define IBSQLMonitor_StrStart 64728
-#define IBSQLMonitor_StrExecute 64729
-#define IBSQLMonitor_StrNULL 64730
-#define IBSQLMonitor_StrBLOB 64731
-#define IBSQLMonitor_StrFetch 64732
-#define IBSQLMonitor_StrPrepare 64733
-#define IBSQLMonitor_StrPlan 64734
-#define IBSQLMonitor_StrPlanCantRetrive 64735
-#define uDARes_err_InvalidDLL 64736
-#define uDARes_err_UnknownDriver 64737
-#define uDARes_err_FieldIsNotBound 64738
-#define uDARes_err_CannotFindField 64739
-#define uDARes_err_LoadPackageFailed 64740
-#define uDARes_err_InvalidDriverReference 64741
-#define uDARes_err_CannotFindStatement 64742
-#define uDARes_err_CannotFindDefaultItem 64743
-#define uDARes_err_PoolIsNotEmpty 64744
-#define uDARes_err_MaxPoolSizeReached 64745
-#define uDARes_err_LAMEDataset 64746
-#define uDARes_err_DARDMInvalidSchema 64747
-#define uDARes_err_DARDMCannotFindProxessorForDelta 64748
-#define uDARes_err_NeedShareMem 64749
-#define uDARes_err_DatasetNotAccessible 64750
-#define uDARes_err_CommandNotAccessible 64751
-#define JvResources_RsClInfoBk 64752
-#define JvResources_RsGradientActiveCaption 64753
-#define JvResources_RsGradientInactiveCaption 64754
-#define JvResources_RsHotLight 64755
-#define JvResources_RsMenuBar 64756
-#define JvResources_RsMenuHighlight 64757
-#define uDARes_err_ChangeLogAlreadyStarted 64758
-#define uDARes_err_NotAttachedToDataTable 64759
-#define uDARes_err_DriverProcAlreadyRegistered 64760
-#define uDARes_err_DriverManagerAlreadyCreated 64761
-#define uDARes_err_DriverManagerNotAssigned 64762
-#define uDARes_err_FieldTypeNotSupported 64763
-#define uDARes_err_NotSupported 64764
-#define uDARes_err_InvalidDataset 64765
-#define uDARes_err_CannotFindItem 64766
-#define uDARes_err_DriverAlreadyLoaded 64767
-#define JvResources_RsClWindowText 64768
-#define JvResources_RsClCaptionText 64769
-#define JvResources_RsClActiveBorder 64770
-#define JvResources_RsClInactiveBorder 64771
-#define JvResources_RsClAppWorkSpace 64772
-#define JvResources_RsClHighlight 64773
-#define JvResources_RsClHighlightText 64774
-#define JvResources_RsClBtnFace 64775
-#define JvResources_RsClBtnShadow 64776
-#define JvResources_RsClGrayText 64777
-#define JvResources_RsClBtnText 64778
-#define JvResources_RsClInactiveCaptionText 64779
-#define JvResources_RsClBtnHighlight 64780
-#define JvResources_RsCl3DDkShadow 64781
-#define JvResources_RsCl3DLight 64782
-#define JvResources_RsClInfoText 64783
-#define JvResources_RsClGray25 64784
-#define JvResources_RsClRose 64785
-#define JvResources_RsClTan 64786
-#define JvResources_RsClLightYellow 64787
-#define JvResources_RsClLightGreen 64788
-#define JvResources_RsClLightTurquoise 64789
-#define JvResources_RsClPaleBlue 64790
-#define JvResources_RsClLavender 64791
-#define JvResources_RsClScrollBar 64792
-#define JvResources_RsClBackground 64793
-#define JvResources_RsClActiveCaption 64794
-#define JvResources_RsClInactiveCaption 64795
-#define JvResources_RsClMenu 64796
-#define JvResources_RsClWindow 64797
-#define JvResources_RsClWindowFrame 64798
-#define JvResources_RsClMenuText 64799
-#define JvResources_RsClGray80 64800
-#define JvResources_RsClDarkRed 64801
-#define JvResources_RsClOrange 64802
-#define JvResources_RsClDarkYellow 64803
-#define JvResources_RsClBlueGray 64804
-#define JvResources_RsClGray50 64805
-#define JvResources_RsClLightOrange 64806
-#define JvResources_RsClSeaGreen 64807
-#define JvResources_RsClLightBlue 64808
-#define JvResources_RsClViolet 64809
-#define JvResources_RsClGray40 64810
-#define JvResources_RsClPink 64811
-#define JvResources_RsClGold 64812
-#define JvResources_RsClBrightGreen 64813
-#define JvResources_RsClTurquoise 64814
-#define JvResources_RsClPlum 64815
-#define JvResources_RsClLime 64816
-#define JvResources_RsClYellow 64817
-#define JvResources_RsClBlue 64818
-#define JvResources_RsClFuchsia 64819
-#define JvResources_RsClAqua 64820
-#define JvResources_RsClWhite 64821
-#define JvResources_RsClMoneyGreen 64822
-#define JvResources_RsClSkyBlue 64823
-#define JvResources_RsClCream 64824
-#define JvResources_RsClMedGray 64825
-#define JvResources_RsClBrown 64826
-#define JvResources_RsClOliveGreen 64827
-#define JvResources_RsClDarkGreen 64828
-#define JvResources_RsClDarkTeal 64829
-#define JvResources_RsClDarkBlue 64830
-#define JvResources_RsClIndigo 64831
-#define JvResources_RsEBadGIFCodeSize 64832
-#define JvResources_RsEGIFDecodeError 64833
-#define JvResources_RsEGIFEncodeError 64834
-#define JvResources_RsEGIFVersion 64835
-#define JvResources_RsEPixelFormatNotImplemented 64836
-#define JvResources_RsEBitCountNotImplemented 64837
-#define JvResources_RsClBlack 64838
-#define JvResources_RsClMaroon 64839
-#define JvResources_RsClGreen 64840
-#define JvResources_RsClOlive 64841
-#define JvResources_RsClNavy 64842
-#define JvResources_RsClPurple 64843
-#define JvResources_RsClTeal 64844
-#define JvResources_RsClGray 64845
-#define JvResources_RsClSilver 64846
-#define JvResources_RsClRed 64847
-#define JclResources_RsIntelCacheDescrF1 64848
-#define JvResources_RsAniExtension 64849
-#define JvResources_RsAniFilterName 64850
-#define JvResources_RsRootValueReplaceFmt 64851
-#define JvResources_RsEUnableToCreateKey 64852
-#define JvResources_RsEEnumeratingRegistry 64853
-#define JvResources_RsEInvalidType 64854
-#define JvResources_RsEUnknownBaseType 64855
-#define JvResources_RsEInvalidPath 64856
-#define JvResources_RsENotAUniqueRootPath 64857
-#define JvResources_RsECircularReferenceOfStorages 64858
-#define JvResources_RsGIFImage 64859
-#define JvResources_RsEChangeGIFSize 64860
-#define JvResources_RsENoGIFData 64861
-#define JvResources_RsEUnrecognizedGIFExt 64862
-#define JvResources_RsEWrongGIFColors 64863
-#define JclResources_RsIntelCacheDescr79 64864
-#define JclResources_RsIntelCacheDescr7A 64865
-#define JclResources_RsIntelCacheDescr7B 64866
-#define JclResources_RsIntelCacheDescr7C 64867
-#define JclResources_RsIntelCacheDescr7D 64868
-#define JclResources_RsIntelCacheDescr7F 64869
-#define JclResources_RsIntelCacheDescr82 64870
-#define JclResources_RsIntelCacheDescr83 64871
-#define JclResources_RsIntelCacheDescr84 64872
-#define JclResources_RsIntelCacheDescr85 64873
-#define JclResources_RsIntelCacheDescr86 64874
-#define JclResources_RsIntelCacheDescr87 64875
-#define JclResources_RsIntelCacheDescrB0 64876
-#define JclResources_RsIntelCacheDescrB3 64877
-#define JclResources_RsIntelCacheDescrB4 64878
-#define JclResources_RsIntelCacheDescrF0 64879
-#define JclResources_RsIntelCacheDescr50 64880
-#define JclResources_RsIntelCacheDescr51 64881
-#define JclResources_RsIntelCacheDescr52 64882
-#define JclResources_RsIntelCacheDescr56 64883
-#define JclResources_RsIntelCacheDescr57 64884
-#define JclResources_RsIntelCacheDescr5B 64885
-#define JclResources_RsIntelCacheDescr5C 64886
-#define JclResources_RsIntelCacheDescr5D 64887
-#define JclResources_RsIntelCacheDescr60 64888
-#define JclResources_RsIntelCacheDescr66 64889
-#define JclResources_RsIntelCacheDescr67 64890
-#define JclResources_RsIntelCacheDescr68 64891
-#define JclResources_RsIntelCacheDescr70 64892
-#define JclResources_RsIntelCacheDescr71 64893
-#define JclResources_RsIntelCacheDescr72 64894
-#define JclResources_RsIntelCacheDescr78 64895
-#define JclResources_RsIntelCacheDescr0C 64896
-#define JclResources_RsIntelCacheDescr22 64897
-#define JclResources_RsIntelCacheDescr23 64898
-#define JclResources_RsIntelCacheDescr25 64899
-#define JclResources_RsIntelCacheDescr29 64900
-#define JclResources_RsIntelCacheDescr2C 64901
-#define JclResources_RsIntelCacheDescr30 64902
-#define JclResources_RsIntelCacheDescr40 64903
-#define JclResources_RsIntelCacheDescr41 64904
-#define JclResources_RsIntelCacheDescr42 64905
-#define JclResources_RsIntelCacheDescr43 64906
-#define JclResources_RsIntelCacheDescr44 64907
-#define JclResources_RsIntelCacheDescr45 64908
-#define JclResources_RsIntelCacheDescr46 64909
-#define JclResources_RsIntelCacheDescr47 64910
-#define JclResources_RsIntelCacheDescr49 64911
-#define JclResources_RsRTTIElSize 64912
-#define JclResources_RsRTTIElType 64913
-#define JclResources_RsRTTIElNeedCleanup 64914
-#define JclResources_RsRTTIVarType 64915
-#define JclResources_RsDeclarationFormat 64916
-#define JclResources_RsSynchCreateEvent 64917
-#define JclResources_RsIntelCacheDescr00 64918
-#define JclResources_RsIntelCacheDescr01 64919
-#define JclResources_RsIntelCacheDescr02 64920
-#define JclResources_RsIntelCacheDescr03 64921
-#define JclResources_RsIntelCacheDescr04 64922
-#define JclResources_RsIntelCacheDescr05 64923
-#define JclResources_RsIntelCacheDescr06 64924
-#define JclResources_RsIntelCacheDescr08 64925
-#define JclResources_RsIntelCacheDescr0A 64926
-#define JclResources_RsIntelCacheDescr0B 64927
-#define JclResources_RsRTTIGUID 64928
-#define JclResources_RsRTTITypeKind 64929
-#define JclResources_RsRTTIOrdinalType 64930
-#define JclResources_RsRTTIMinValue 64931
-#define JclResources_RsRTTIMaxValue 64932
-#define JclResources_RsRTTINameList 64933
-#define JclResources_RsRTTIClassName 64934
-#define JclResources_RsRTTIParent 64935
-#define JclResources_RsRTTIPropCount 64936
-#define JclResources_RsRTTIUnitName 64937
-#define JclResources_RsRTTIBasedOn 64938
-#define JclResources_RsRTTIFloatType 64939
-#define JclResources_RsRTTIMethodKind 64940
-#define JclResources_RsRTTIParamCount 64941
-#define JclResources_RsRTTIReturnType 64942
-#define JclResources_RsRTTIMaxLen 64943
-#define JclResources_RsRTTIOrdinal 64944
-#define JclResources_RsRTTITrue 64945
-#define JclResources_RsRTTIFalse 64946
-#define JclResources_RsRTTITypeError 64947
-#define JclResources_RsRTTITypeInfoAt 64948
-#define JclResources_RsRTTIPropRead 64949
-#define JclResources_RsRTTIPropWrite 64950
-#define JclResources_RsRTTIPropStored 64951
-#define JclResources_RsRTTIField 64952
-#define JclResources_RsRTTIStaticMethod 64953
-#define JclResources_RsRTTIVirtualMethod 64954
-#define JclResources_RsRTTIIndex 64955
-#define JclResources_RsRTTIDefault 64956
-#define JclResources_RsRTTIName 64957
-#define JclResources_RsRTTIType 64958
-#define JclResources_RsRTTIFlags 64959
-#define JclResources_RsHKPDLong 64960
-#define JclResources_RsHKCCLong 64961
-#define JclResources_RsHKDDLong 64962
-#define JclResources_RsHKCRShort 64963
-#define JclResources_RsHKCUShort 64964
-#define JclResources_RsHKLMShort 64965
-#define JclResources_RsHKUSShort 64966
-#define JclResources_RsHKPDShort 64967
-#define JclResources_RsHKCCShort 64968
-#define JclResources_RsHKDDShort 64969
-#define JclResources_RsRTTIValueOutOfRange 64970
-#define JclResources_RsRTTIUnknownIdentifier 64971
-#define JclResources_RsRTTIVar 64972
-#define JclResources_RsRTTIConst 64973
-#define JclResources_RsRTTIArrayOf 64974
-#define JclResources_RsRTTIOut 64975
-#define JConsts_sJPEGImageFile 64976
-#define JclResources_RsWin32Prefix 64977
-#define JclResources_RsFileUtilsNoVersionInfo 64978
-#define JclResources_RsCreateFileMapping 64979
-#define JclResources_RsCreateFileMappingView 64980
-#define JclResources_RsViewNeedsMapping 64981
-#define JclResources_RsFailedToObtainSize 64982
-#define JclResources_RsUnableToOpenKeyRead 64983
-#define JclResources_RsUnableToOpenKeyWrite 64984
-#define JclResources_RsUnableToAccessValue 64985
-#define JclResources_RsWrongDataType 64986
-#define JclResources_RsInconsistentPath 64987
-#define JclResources_RsHKCRLong 64988
-#define JclResources_RsHKCULong 64989
-#define JclResources_RsHKLMLong 64990
-#define JclResources_RsHKUSLong 64991
-#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64992
-#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64993
-#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 64994
-#define ComStrs_sTabFailClear 64995
-#define ComStrs_sTabFailDelete 64996
-#define ComStrs_sTabFailRetrieve 64997
-#define ComStrs_sTabFailGetObject 64998
-#define ComStrs_sTabFailSet 64999
-#define ComStrs_sTabFailSetObject 65000
-#define ComStrs_sTabMustBeMultiLine 65001
-#define ComStrs_sInvalidIndex 65002
-#define ComStrs_sInsertError 65003
-#define ComStrs_sUDAssociated 65004
-#define ComStrs_sPageIndexError 65005
-#define JConsts_sChangeJPGSize 65006
-#define JConsts_sJPEGError 65007
-#define IdResourceStringsProtocols_RSHTTPConflict 65008
-#define IdResourceStringsProtocols_RSHTTPGone 65009
-#define IdResourceStringsProtocols_RSHTTPLengthRequired 65010
-#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65011
-#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65012
-#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 65013
-#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 65014
-#define IdResourceStringsProtocols_RSHTTPInternalServerError 65015
-#define IdResourceStringsProtocols_RSHTTPNotImplemented 65016
-#define IdResourceStringsProtocols_RSHTTPBadGateway 65017
-#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 65018
-#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 65019
-#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 65020
-#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 65021
-#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 65022
-#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 65023
-#define IdResourceStringsProtocols_RSHTTPNoContent 65024
-#define IdResourceStringsProtocols_RSHTTPResetContent 65025
-#define IdResourceStringsProtocols_RSHTTPPartialContent 65026
-#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65027
-#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65028
-#define IdResourceStringsProtocols_RSHTTPSeeOther 65029
-#define IdResourceStringsProtocols_RSHTTPNotModified 65030
-#define IdResourceStringsProtocols_RSHTTPUseProxy 65031
-#define IdResourceStringsProtocols_RSHTTPBadRequest 65032
-#define IdResourceStringsProtocols_RSHTTPUnauthorized 65033
-#define IdResourceStringsProtocols_RSHTTPForbidden 65034
-#define IdResourceStringsProtocols_RSHTTPNotFound 65035
-#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 65036
-#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65037
-#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65038
-#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65039
-#define IdResourceStringsCore_RSTransparentProxyCannotBind 65040
-#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65041
-#define IdResourceStringsCore_RSBufferMissingTerminator 65042
-#define IdResourceStringsCore_RSBufferInvalidStartPos 65043
-#define IdResourceStringsCore_RSReplyInvalidCode 65044
-#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 65045
-#define IdResourceStringsCore_RSNoOnExecute 65046
-#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 65047
-#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65048
-#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65049
-#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65050
-#define IdResourceStringsProtocols_RSHTTPContinue 65051
-#define IdResourceStringsProtocols_RSHTTPOK 65052
-#define IdResourceStringsProtocols_RSHTTPCreated 65053
-#define IdResourceStringsProtocols_RSHTTPAccepted 65054
-#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65055
-#define IdResourceStringsCore_RSSocksServerCommandError 65056
-#define IdResourceStringsCore_RSSocksServerAddressError 65057
-#define IdResourceStringsCore_RSInterceptCircularLink 65058
-#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65059
-#define IdResourceStringsCore_RSTooMuchDataInBuffer 65060
-#define IdResourceStringsCore_RSFileNotFound 65061
-#define IdResourceStringsCore_RSNotConnected 65062
-#define IdResourceStringsCore_RSObjectTypeNotSupported 65063
-#define IdResourceStringsCore_RSIdNoDataToRead 65064
-#define IdResourceStringsCore_RSReadTimeout 65065
-#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65066
-#define IdResourceStringsCore_RSConnectTimeout 65067
-#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65068
-#define IdResourceStringsCore_RSAlreadyConnected 65069
-#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65070
-#define IdResourceStringsCore_RSchedMaxThreadEx 65071
-#define IdResourceStrings_RSPackageSizeTooBig 65072
-#define IdResourceStrings_RSSetSizeExceeded 65073
-#define IdResourceStringsCore_RSSocksUDPNotSupported 65074
-#define IdResourceStringsCore_RSSocksRequestFailed 65075
-#define IdResourceStringsCore_RSSocksRequestServerFailed 65076
-#define IdResourceStringsCore_RSSocksRequestIdentFailed 65077
-#define IdResourceStringsCore_RSSocksUnknownError 65078
-#define IdResourceStringsCore_RSSocksServerRespondError 65079
-#define IdResourceStringsCore_RSSocksAuthMethodError 65080
-#define IdResourceStringsCore_RSSocksAuthError 65081
-#define IdResourceStringsCore_RSSocksServerGeneralError 65082
-#define IdResourceStringsCore_RSSocksServerPermissionError 65083
-#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65084
-#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65085
-#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65086
-#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65087
-#define IdResourceStrings_RSStackEHOSTUNREACH 65088
-#define IdResourceStrings_RSStackENOTEMPTY 65089
-#define IdResourceStrings_RSStackHOST_NOT_FOUND 65090
-#define IdResourceStrings_RSStackClassUndefined 65091
-#define IdResourceStrings_RSStackAlreadyCreated 65092
-#define IdResourceStrings_RSAntiFreezeOnlyOne 65093
-#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 65094
-#define IdResourceStrings_RSCannotBindRange 65095
-#define IdResourceStrings_RSConnectionClosedGracefully 65096
-#define IdResourceStrings_RSCouldNotBindSocket 65097
-#define IdResourceStrings_RSInvalidPortRange 65098
-#define IdResourceStrings_RSInvalidServiceName 65099
-#define IdResourceStrings_RSIPv6Unavailable 65100
-#define IdResourceStrings_RSInvalidIPv6Address 65101
-#define IdResourceStrings_RSIPVersionUnsupported 65102
-#define IdResourceStrings_RSNotAllBytesSent 65103
-#define IdResourceStrings_RSStackEADDRNOTAVAIL 65104
-#define IdResourceStrings_RSStackENETDOWN 65105
-#define IdResourceStrings_RSStackENETUNREACH 65106
-#define IdResourceStrings_RSStackENETRESET 65107
-#define IdResourceStrings_RSStackECONNABORTED 65108
-#define IdResourceStrings_RSStackECONNRESET 65109
-#define IdResourceStrings_RSStackENOBUFS 65110
-#define IdResourceStrings_RSStackEISCONN 65111
-#define IdResourceStrings_RSStackENOTCONN 65112
-#define IdResourceStrings_RSStackESHUTDOWN 65113
-#define IdResourceStrings_RSStackETOOMANYREFS 65114
-#define IdResourceStrings_RSStackETIMEDOUT 65115
-#define IdResourceStrings_RSStackECONNREFUSED 65116
-#define IdResourceStrings_RSStackELOOP 65117
-#define IdResourceStrings_RSStackENAMETOOLONG 65118
-#define IdResourceStrings_RSStackEHOSTDOWN 65119
-#define IdResourceStrings_RSStackEINVAL 65120
-#define IdResourceStrings_RSStackEMFILE 65121
-#define IdResourceStrings_RSStackEWOULDBLOCK 65122
-#define IdResourceStrings_RSStackEINPROGRESS 65123
-#define IdResourceStrings_RSStackEALREADY 65124
-#define IdResourceStrings_RSStackENOTSOCK 65125
-#define IdResourceStrings_RSStackEDESTADDRREQ 65126
-#define IdResourceStrings_RSStackEMSGSIZE 65127
-#define IdResourceStrings_RSStackEPROTOTYPE 65128
-#define IdResourceStrings_RSStackENOPROTOOPT 65129
-#define IdResourceStrings_RSStackEPROTONOSUPPORT 65130
-#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65131
-#define IdResourceStrings_RSStackEOPNOTSUPP 65132
-#define IdResourceStrings_RSStackEPFNOSUPPORT 65133
-#define IdResourceStrings_RSStackEAFNOSUPPORT 65134
-#define IdResourceStrings_RSStackEADDRINUSE 65135
-#define DBConsts_SInvalidSqlTimeStamp 65136
-#define IdResourceStrings_RSFailedTimeZoneInfo 65137
-#define IdResourceStrings_RSWinsockCallError 65138
-#define IdResourceStrings_RSWinsockLoadError 65139
-#define IdResourceStrings_RSWinsockInitializationError 65140
-#define IdResourceStrings_RSStatusResolving 65141
-#define IdResourceStrings_RSStatusConnecting 65142
-#define IdResourceStrings_RSStatusConnected 65143
-#define IdResourceStrings_RSStatusDisconnecting 65144
-#define IdResourceStrings_RSStatusDisconnected 65145
-#define IdResourceStrings_RSStatusText 65146
-#define IdResourceStrings_RSStackError 65147
-#define IdResourceStrings_RSStackEINTR 65148
-#define IdResourceStrings_RSStackEBADF 65149
-#define IdResourceStrings_RSStackEACCES 65150
-#define IdResourceStrings_RSStackEFAULT 65151
-#define DBConsts_SDataSetReadOnly 65152
-#define DBConsts_SNestedDataSetClass 65153
-#define DBConsts_STextFalse 65154
-#define DBConsts_STextTrue 65155
-#define DBConsts_SParameterNotFound 65156
-#define DBConsts_SInvalidVersion 65157
-#define DBConsts_SBadFieldType 65158
-#define DBConsts_SProviderSQLNotSupported 65159
-#define DBConsts_SProviderExecuteNotSupported 65160
-#define DBConsts_SDataSetUnidirectional 65161
-#define DBConsts_SUnassignedVar 65162
-#define DBConsts_SRecordNotFound 65163
-#define DBConsts_SBcdOverflow 65164
-#define DBConsts_SInvalidBcdValue 65165
-#define DBConsts_SInvalidFormatType 65166
-#define DBConsts_SCouldNotParseTimeStamp 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_SCircularDataLink 65177
-#define DBConsts_SLookupInfoError 65178
-#define DBConsts_SDataSourceChange 65179
-#define DBConsts_SDataSetOpen 65180
-#define DBConsts_SNotEditing 65181
-#define DBConsts_SDataSetClosed 65182
-#define DBConsts_SDataSetEmpty 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 pnglang_EPNGCannotAddChunkText 64496
+#define pnglang_EPNGCannotAddInvalidImageText 64497
+#define pnglang_EPNGOutMemoryText 64498
+#define pnglang_EPNGHeaderNotPresentText 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 pnglang_EPngInvalidCRCText 64512
+#define pnglang_EPNGInvalidIHDRText 64513
+#define pnglang_EPNGMissingMultipleIDATText 64514
+#define pnglang_EPNGZLIBErrorText 64515
+#define pnglang_EPNGInvalidPaletteText 64516
+#define pnglang_EPNGInvalidFileHeaderText 64517
+#define pnglang_EPNGIHDRNotFirstText 64518
+#define pnglang_EPNGSizeExceedsText 64519
+#define pnglang_EPNGUnknownPalEntryText 64520
+#define pnglang_EPNGUnknownCriticalChunkText 64521
+#define pnglang_EPNGUnknownCompressionText 64522
+#define pnglang_EPNGUnknownInterlaceText 64523
+#define pnglang_EPNGCannotAssignChunkText 64524
+#define pnglang_EPNGUnexpectedEndText 64525
+#define pnglang_EPNGNoImageDataText 64526
+#define pnglang_EPNGCannotChangeSizeText 64527
+#define cxEditConsts_scxRegExprIllegalSymbol 64528
+#define cxEditConsts_scxRegExprIllegalQuantifier 64529
+#define cxEditConsts_scxRegExprIllegalIntegerValue 64530
+#define cxEditConsts_scxRegExprTooBigReferenceNumber 64531
+#define cxEditConsts_scxRegExprCantCreateEmptyEnum 64532
+#define cxEditConsts_scxRegExprSubrangeOrder 64533
+#define cxEditConsts_scxRegExprHexNumberExpected0 64534
+#define cxEditConsts_scxRegExprHexNumberExpected 64535
+#define cxEditConsts_scxRegExprMissing 64536
+#define cxEditConsts_scxRegExprUnnecessary 64537
+#define cxEditConsts_scxRegExprIncorrectSpace 64538
+#define cxEditConsts_scxRegExprNotCompiled 64539
+#define cxEditConsts_scxRegExprIncorrectParameterQuantifier 64540
+#define cxEditConsts_scxRegExprCantUseParameterQuantifier 64541
+#define cxEditConsts_scxMaskEditRegExprError 64542
+#define cxEditConsts_scxMaskEditInvalidEditValue 64543
+#define cxEditConsts_cxSDateSixth 64544
+#define cxEditConsts_cxSDateSeventh 64545
+#define cxEditConsts_cxSDateBOM 64546
+#define cxEditConsts_cxSDateEOM 64547
+#define cxEditConsts_cxSDateNow 64548
+#define cxEditConsts_scxSEditRepositoryButtonItem 64549
+#define cxEditConsts_scxSEditRepositoryMaskItem 64550
+#define cxEditConsts_scxSEditRepositoryTextItem 64551
+#define cxEditConsts_scxRegExprLine 64552
+#define cxEditConsts_scxRegExprChar 64553
+#define cxEditConsts_scxRegExprNotAssignedSourceStream 64554
+#define cxEditConsts_scxRegExprEmptySourceStream 64555
+#define cxEditConsts_scxRegExprCantUsePlusQuantifier 64556
+#define cxEditConsts_scxRegExprCantUseStarQuantifier 64557
+#define cxEditConsts_scxRegExprCantCreateEmptyAlt 64558
+#define cxEditConsts_scxRegExprCantCreateEmptyBlock 64559
+#define cxEditConsts_cxSEditValueOutOfBounds 64560
+#define cxEditConsts_cxSDateToday 64561
+#define cxEditConsts_cxSDateYesterday 64562
+#define cxEditConsts_cxSDateTomorrow 64563
+#define cxEditConsts_cxSDateSunday 64564
+#define cxEditConsts_cxSDateMonday 64565
+#define cxEditConsts_cxSDateTuesday 64566
+#define cxEditConsts_cxSDateWednesday 64567
+#define cxEditConsts_cxSDateThursday 64568
+#define cxEditConsts_cxSDateFriday 64569
+#define cxEditConsts_cxSDateSaturday 64570
+#define cxEditConsts_cxSDateFirst 64571
+#define cxEditConsts_cxSDateSecond 64572
+#define cxEditConsts_cxSDateThird 64573
+#define cxEditConsts_cxSDateFourth 64574
+#define cxEditConsts_cxSDateFifth 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 cxDataConsts_cxSDataReadError 64587
+#define cxDataConsts_cxSDataWriteError 64588
+#define cxEditConsts_cxSEditInvalidRepositoryItem 64589
+#define cxEditConsts_cxSEditNumericValueConvertError 64590
+#define cxEditConsts_cxSEditValidateErrorText 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 IdResourceStringsProtocols_RSHTTPNotImplemented 64752
+#define IdResourceStringsProtocols_RSHTTPBadGateway 64753
+#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 64754
+#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 64755
+#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 64756
+#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 64757
+#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 64758
+#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 64759
+#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64760
+#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64761
+#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 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 IdResourceStringsProtocols_RSHTTPBadRequest 64768
+#define IdResourceStringsProtocols_RSHTTPUnauthorized 64769
+#define IdResourceStringsProtocols_RSHTTPForbidden 64770
+#define IdResourceStringsProtocols_RSHTTPNotFound 64771
+#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 64772
+#define IdResourceStringsProtocols_RSHTTPNotAcceptable 64773
+#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 64774
+#define IdResourceStringsProtocols_RSHTTPRequestTimeout 64775
+#define IdResourceStringsProtocols_RSHTTPConflict 64776
+#define IdResourceStringsProtocols_RSHTTPGone 64777
+#define IdResourceStringsProtocols_RSHTTPLengthRequired 64778
+#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 64779
+#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 64780
+#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 64781
+#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 64782
+#define IdResourceStringsProtocols_RSHTTPInternalServerError 64783
+#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 64784
+#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 64785
+#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 64786
+#define IdResourceStringsProtocols_RSHTTPContinue 64787
+#define IdResourceStringsProtocols_RSHTTPOK 64788
+#define IdResourceStringsProtocols_RSHTTPCreated 64789
+#define IdResourceStringsProtocols_RSHTTPAccepted 64790
+#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 64791
+#define IdResourceStringsProtocols_RSHTTPNoContent 64792
+#define IdResourceStringsProtocols_RSHTTPResetContent 64793
+#define IdResourceStringsProtocols_RSHTTPPartialContent 64794
+#define IdResourceStringsProtocols_RSHTTPMovedPermanently 64795
+#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 64796
+#define IdResourceStringsProtocols_RSHTTPSeeOther 64797
+#define IdResourceStringsProtocols_RSHTTPNotModified 64798
+#define IdResourceStringsProtocols_RSHTTPUseProxy 64799
+#define IdResourceStringsCore_RSIdNoDataToRead 64800
+#define IdResourceStringsCore_RSReadTimeout 64801
+#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 64802
+#define IdResourceStringsCore_RSConnectTimeout 64803
+#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 64804
+#define IdResourceStringsCore_RSAlreadyConnected 64805
+#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 64806
+#define IdResourceStringsCore_RSchedMaxThreadEx 64807
+#define IdResourceStringsCore_RSTransparentProxyCannotBind 64808
+#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 64809
+#define IdResourceStringsCore_RSBufferMissingTerminator 64810
+#define IdResourceStringsCore_RSBufferInvalidStartPos 64811
+#define IdResourceStringsCore_RSReplyInvalidCode 64812
+#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 64813
+#define IdResourceStringsCore_RSNoOnExecute 64814
+#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 64815
+#define IdResourceStringsCore_RSSocksAuthMethodError 64816
+#define IdResourceStringsCore_RSSocksAuthError 64817
+#define IdResourceStringsCore_RSSocksServerGeneralError 64818
+#define IdResourceStringsCore_RSSocksServerPermissionError 64819
+#define IdResourceStringsCore_RSSocksServerNetUnreachableError 64820
+#define IdResourceStringsCore_RSSocksServerHostUnreachableError 64821
+#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 64822
+#define IdResourceStringsCore_RSSocksServerTTLExpiredError 64823
+#define IdResourceStringsCore_RSSocksServerCommandError 64824
+#define IdResourceStringsCore_RSSocksServerAddressError 64825
+#define IdResourceStringsCore_RSInterceptCircularLink 64826
+#define IdResourceStringsCore_RSNotEnoughDataInBuffer 64827
+#define IdResourceStringsCore_RSTooMuchDataInBuffer 64828
+#define IdResourceStringsCore_RSFileNotFound 64829
+#define IdResourceStringsCore_RSNotConnected 64830
+#define IdResourceStringsCore_RSObjectTypeNotSupported 64831
+#define IdResourceStrings_RSConnectionClosedGracefully 64832
+#define IdResourceStrings_RSCouldNotBindSocket 64833
+#define IdResourceStrings_RSInvalidPortRange 64834
+#define IdResourceStrings_RSInvalidServiceName 64835
+#define IdResourceStrings_RSIPv6Unavailable 64836
+#define IdResourceStrings_RSInvalidIPv6Address 64837
+#define IdResourceStrings_RSIPVersionUnsupported 64838
+#define IdResourceStrings_RSNotAllBytesSent 64839
+#define IdResourceStrings_RSPackageSizeTooBig 64840
+#define IdResourceStrings_RSSetSizeExceeded 64841
+#define IdResourceStringsCore_RSSocksUDPNotSupported 64842
+#define IdResourceStringsCore_RSSocksRequestFailed 64843
+#define IdResourceStringsCore_RSSocksRequestServerFailed 64844
+#define IdResourceStringsCore_RSSocksRequestIdentFailed 64845
+#define IdResourceStringsCore_RSSocksUnknownError 64846
+#define IdResourceStringsCore_RSSocksServerRespondError 64847
+#define IdResourceStrings_RSStackENOTCONN 64848
+#define IdResourceStrings_RSStackESHUTDOWN 64849
+#define IdResourceStrings_RSStackETOOMANYREFS 64850
+#define IdResourceStrings_RSStackETIMEDOUT 64851
+#define IdResourceStrings_RSStackECONNREFUSED 64852
+#define IdResourceStrings_RSStackELOOP 64853
+#define IdResourceStrings_RSStackENAMETOOLONG 64854
+#define IdResourceStrings_RSStackEHOSTDOWN 64855
+#define IdResourceStrings_RSStackEHOSTUNREACH 64856
+#define IdResourceStrings_RSStackENOTEMPTY 64857
+#define IdResourceStrings_RSStackHOST_NOT_FOUND 64858
+#define IdResourceStrings_RSStackClassUndefined 64859
+#define IdResourceStrings_RSStackAlreadyCreated 64860
+#define IdResourceStrings_RSAntiFreezeOnlyOne 64861
+#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 64862
+#define IdResourceStrings_RSCannotBindRange 64863
+#define IdResourceStrings_RSStackEPROTOTYPE 64864
+#define IdResourceStrings_RSStackENOPROTOOPT 64865
+#define IdResourceStrings_RSStackEPROTONOSUPPORT 64866
+#define IdResourceStrings_RSStackESOCKTNOSUPPORT 64867
+#define IdResourceStrings_RSStackEOPNOTSUPP 64868
+#define IdResourceStrings_RSStackEPFNOSUPPORT 64869
+#define IdResourceStrings_RSStackEAFNOSUPPORT 64870
+#define IdResourceStrings_RSStackEADDRINUSE 64871
+#define IdResourceStrings_RSStackEADDRNOTAVAIL 64872
+#define IdResourceStrings_RSStackENETDOWN 64873
+#define IdResourceStrings_RSStackENETUNREACH 64874
+#define IdResourceStrings_RSStackENETRESET 64875
+#define IdResourceStrings_RSStackECONNABORTED 64876
+#define IdResourceStrings_RSStackECONNRESET 64877
+#define IdResourceStrings_RSStackENOBUFS 64878
+#define IdResourceStrings_RSStackEISCONN 64879
+#define IdResourceStrings_RSStatusDisconnecting 64880
+#define IdResourceStrings_RSStatusDisconnected 64881
+#define IdResourceStrings_RSStatusText 64882
+#define IdResourceStrings_RSStackError 64883
+#define IdResourceStrings_RSStackEINTR 64884
+#define IdResourceStrings_RSStackEBADF 64885
+#define IdResourceStrings_RSStackEACCES 64886
+#define IdResourceStrings_RSStackEFAULT 64887
+#define IdResourceStrings_RSStackEINVAL 64888
+#define IdResourceStrings_RSStackEMFILE 64889
+#define IdResourceStrings_RSStackEWOULDBLOCK 64890
+#define IdResourceStrings_RSStackEINPROGRESS 64891
+#define IdResourceStrings_RSStackEALREADY 64892
+#define IdResourceStrings_RSStackENOTSOCK 64893
+#define IdResourceStrings_RSStackEDESTADDRREQ 64894
+#define IdResourceStrings_RSStackEMSGSIZE 64895
+#define DBConsts_SProviderExecuteNotSupported 64896
+#define DBConsts_SDataSetUnidirectional 64897
+#define DBConsts_SUnassignedVar 64898
+#define DBConsts_SRecordNotFound 64899
+#define DBConsts_SBcdOverflow 64900
+#define DBConsts_SInvalidBcdValue 64901
+#define DBConsts_SInvalidFormatType 64902
+#define DBConsts_SCouldNotParseTimeStamp 64903
+#define DBConsts_SInvalidSqlTimeStamp 64904
+#define IdResourceStrings_RSFailedTimeZoneInfo 64905
+#define IdResourceStrings_RSWinsockCallError 64906
+#define IdResourceStrings_RSWinsockLoadError 64907
+#define IdResourceStrings_RSWinsockInitializationError 64908
+#define IdResourceStrings_RSStatusResolving 64909
+#define IdResourceStrings_RSStatusConnecting 64910
+#define IdResourceStrings_RSStatusConnected 64911
+#define DBConsts_SIndexNotFound 64912
+#define DBConsts_SCircularDataLink 64913
+#define DBConsts_SLookupInfoError 64914
+#define DBConsts_SDataSourceChange 64915
+#define DBConsts_SDataSetOpen 64916
+#define DBConsts_SNotEditing 64917
+#define DBConsts_SDataSetClosed 64918
+#define DBConsts_SDataSetEmpty 64919
+#define DBConsts_SDataSetReadOnly 64920
+#define DBConsts_SNestedDataSetClass 64921
+#define DBConsts_STextFalse 64922
+#define DBConsts_STextTrue 64923
+#define DBConsts_SParameterNotFound 64924
+#define DBConsts_SInvalidVersion 64925
+#define DBConsts_SBadFieldType 64926
+#define DBConsts_SProviderSQLNotSupported 64927
+#define DBConsts_SFieldNotFound 64928
+#define DBConsts_SFieldAccessError 64929
+#define DBConsts_SFieldValueError 64930
+#define DBConsts_SFieldRangeError 64931
+#define DBConsts_SBcdFieldRangeError 64932
+#define DBConsts_SInvalidIntegerValue 64933
+#define DBConsts_SInvalidBoolValue 64934
+#define DBConsts_SInvalidFloatValue 64935
+#define DBConsts_SFieldTypeMismatch 64936
+#define DBConsts_SFieldSizeMismatch 64937
+#define DBConsts_SInvalidVarByteArray 64938
+#define DBConsts_SFieldOutOfRange 64939
+#define DBConsts_SFieldRequired 64940
+#define DBConsts_SDataSetMissing 64941
+#define DBConsts_SInvalidCalcType 64942
+#define DBConsts_SFieldReadOnly 64943
+#define uRODECConst_sStringFormatExists 64944
+#define uRODECConst_sInvalidStringFormat 64945
+#define uRODECConst_sInvalidFormatString 64946
+#define uRODECConst_sFMT_COPY 64947
+#define uRODECConst_sFMT_HEX 64948
+#define uRODECConst_sFMT_HEXL 64949
+#define uRODECConst_sFMT_MIME64 64950
+#define uRODECConst_sFMT_UU 64951
+#define uRODECConst_sFMT_XX 64952
+#define uRODECConst_sInvalidKeySize 64953
+#define uRODECConst_sNotInitialized 64954
+#define DBConsts_SInvalidFieldSize 64955
+#define DBConsts_SInvalidFieldKind 64956
+#define DBConsts_SUnknownFieldType 64957
+#define DBConsts_SFieldNameMissing 64958
+#define DBConsts_SDuplicateFieldName 64959
+#define uRORes_err_UnknownClassInStream 64960
+#define uRORes_err_UnexpectedClassInStream 64961
+#define uRORes_err_SessionNotFound 64962
+#define uRORes_err_ChannelDoesntSupportIROMetadataReader 64963
+#define uRORes_err_TooManySessions 64964
+#define uRORes_err_DOMElementIsNIL 64965
+#define uRORes_err_CannotLoadXMLDocument 64966
+#define uRORes_err_ErrorCreatingMsXmlDoc 64967
+#define uRORes_err_NoXMLParsersAvailable 64968
+#define uRORes_err_IDispatchMarshalingNotSupported 64969
+#define uRORes_err_UnsupportedVariantType 64970
+#define uRORes_err_VariantIsNotArray 64971
+#define uRORes_err_InvalidVarArrayDimCount 64972
+#define uRORes_err_CannotFindParameter 64973
+#define uRORes_err_MessageNotAssigned 64974
+#define uRODECConst_sProtectionCircular 64975
+#define uRORes_err_UnknownMethod 64976
+#define uRORes_err_ClassFactoryDidNotReturnInstance 64977
+#define uRORes_err_TypeNotSupported 64978
+#define uRORes_err_ClassFactoryNotFound 64979
+#define uRORes_err_IROMessageNotSupported 64980
+#define uRORes_err_ClassAlreadyRegistered 64981
+#define uRORes_err_UnknownClass 64982
+#define uRORes_err_UnknownProxyInterface 64983
+#define uRORes_err_DispatcherAlreadyAssigned 64984
+#define uRORes_err_CannotFindMessageDispatcher 64985
+#define uRORes_err_ServerOnlySupportsOneDispatcher 64986
+#define uRORes_err_UnhandledException 64987
+#define uRORes_err_ChannelBusy 64988
+#define uRORes_err_ArrayIndexOutOfBounds 64989
+#define uRORes_err_InvalidHeader 64990
+#define uRORes_err_InvalidHeaderEncrypted 64991
+#define uRORes_err_RodlDuplicateName 64992
+#define uRORes_err_RodlNoDataTypeSpecified 64993
+#define uRORes_err_RodlNoEnumValues 64994
+#define uRORes_err_RodlNoStructElementsDefined 64995
+#define uRORes_err_RodlNoOperationsDefined 64996
+#define uRORes_err_RodlUsedFileDoesNotExist 64997
+#define uRORes_err_RodlInvalidDataType 64998
+#define uRORes_err_RodlStructCannotBeNested 64999
+#define uRORes_err_RodlInvalidAncestorType 65000
+#define uRORes_str_ExceptionOnServer 65001
+#define uRORes_str_ExceptionReraisedFromServer 65002
+#define uRORes_err_AssignError 65003
+#define uRORes_err_InvalidRequestStream 65004
+#define uRORes_err_NILMessage 65005
+#define uRORes_err_UnspecifiedInterface 65006
+#define uRORes_err_UnspecifiedMessage 65007
+#define ComStrs_sRichEditLoadFail 65008
+#define ComStrs_sRichEditSaveFail 65009
+#define ComStrs_sUDAssociated 65010
+#define ComStrs_sPageIndexError 65011
+#define JConsts_sChangeJPGSize 65012
+#define JConsts_sJPEGError 65013
+#define JConsts_sJPEGImageFile 65014
+#define uRORes_err_InvalidIndex 65015
+#define uRORes_err_InvalidType 65016
+#define uRORes_err_InvalidLibrary 65017
+#define uRORes_err_InvalidStream 65018
+#define uRORes_err_InvalidTargetEntity 65019
+#define uRORes_err_InvalidParamFlag 65020
+#define uRORes_err_InvalidStringLength 65021
+#define uRORes_str_InvalidClassTypeInStream 65022
+#define uRORes_err_UnexpectedEndOfStream 65023
+#define JclResources_RsIntelCacheDescr87 65024
+#define JclResources_RsIntelCacheDescrB0 65025
+#define JclResources_RsIntelCacheDescrB3 65026
+#define JclResources_RsIntelCacheDescrB4 65027
+#define JclResources_RsIntelCacheDescrF0 65028
+#define JclResources_RsIntelCacheDescrF1 65029
+#define ComStrs_sTabFailClear 65030
+#define ComStrs_sTabFailDelete 65031
+#define ComStrs_sTabFailRetrieve 65032
+#define ComStrs_sTabFailGetObject 65033
+#define ComStrs_sTabFailSet 65034
+#define ComStrs_sTabFailSetObject 65035
+#define ComStrs_sTabMustBeMultiLine 65036
+#define ComStrs_sInvalidIndex 65037
+#define ComStrs_sInsertError 65038
+#define ComStrs_sRichEditInsertError 65039
+#define JclResources_RsIntelCacheDescr68 65040
+#define JclResources_RsIntelCacheDescr70 65041
+#define JclResources_RsIntelCacheDescr71 65042
+#define JclResources_RsIntelCacheDescr72 65043
+#define JclResources_RsIntelCacheDescr78 65044
+#define JclResources_RsIntelCacheDescr79 65045
+#define JclResources_RsIntelCacheDescr7A 65046
+#define JclResources_RsIntelCacheDescr7B 65047
+#define JclResources_RsIntelCacheDescr7C 65048
+#define JclResources_RsIntelCacheDescr7D 65049
+#define JclResources_RsIntelCacheDescr7F 65050
+#define JclResources_RsIntelCacheDescr82 65051
+#define JclResources_RsIntelCacheDescr83 65052
+#define JclResources_RsIntelCacheDescr84 65053
+#define JclResources_RsIntelCacheDescr85 65054
+#define JclResources_RsIntelCacheDescr86 65055
+#define JclResources_RsIntelCacheDescr44 65056
+#define JclResources_RsIntelCacheDescr45 65057
+#define JclResources_RsIntelCacheDescr46 65058
+#define JclResources_RsIntelCacheDescr47 65059
+#define JclResources_RsIntelCacheDescr49 65060
+#define JclResources_RsIntelCacheDescr50 65061
+#define JclResources_RsIntelCacheDescr51 65062
+#define JclResources_RsIntelCacheDescr52 65063
+#define JclResources_RsIntelCacheDescr56 65064
+#define JclResources_RsIntelCacheDescr57 65065
+#define JclResources_RsIntelCacheDescr5B 65066
+#define JclResources_RsIntelCacheDescr5C 65067
+#define JclResources_RsIntelCacheDescr5D 65068
+#define JclResources_RsIntelCacheDescr60 65069
+#define JclResources_RsIntelCacheDescr66 65070
+#define JclResources_RsIntelCacheDescr67 65071
+#define JclResources_RsIntelCacheDescr05 65072
+#define JclResources_RsIntelCacheDescr06 65073
+#define JclResources_RsIntelCacheDescr08 65074
+#define JclResources_RsIntelCacheDescr0A 65075
+#define JclResources_RsIntelCacheDescr0B 65076
+#define JclResources_RsIntelCacheDescr0C 65077
+#define JclResources_RsIntelCacheDescr22 65078
+#define JclResources_RsIntelCacheDescr23 65079
+#define JclResources_RsIntelCacheDescr25 65080
+#define JclResources_RsIntelCacheDescr29 65081
+#define JclResources_RsIntelCacheDescr2C 65082
+#define JclResources_RsIntelCacheDescr30 65083
+#define JclResources_RsIntelCacheDescr40 65084
+#define JclResources_RsIntelCacheDescr41 65085
+#define JclResources_RsIntelCacheDescr42 65086
+#define JclResources_RsIntelCacheDescr43 65087
+#define JclResources_RsRTTIFloatType 65088
+#define JclResources_RsRTTIMethodKind 65089
+#define JclResources_RsRTTIParamCount 65090
+#define JclResources_RsRTTIReturnType 65091
+#define JclResources_RsRTTIMaxLen 65092
+#define JclResources_RsRTTIElSize 65093
+#define JclResources_RsRTTIElType 65094
+#define JclResources_RsRTTIElNeedCleanup 65095
+#define JclResources_RsRTTIVarType 65096
+#define JclResources_RsDeclarationFormat 65097
+#define JclResources_RsSynchCreateEvent 65098
+#define JclResources_RsIntelCacheDescr00 65099
+#define JclResources_RsIntelCacheDescr01 65100
+#define JclResources_RsIntelCacheDescr02 65101
+#define JclResources_RsIntelCacheDescr03 65102
+#define JclResources_RsIntelCacheDescr04 65103
+#define JclResources_RsRTTIIndex 65104
+#define JclResources_RsRTTIDefault 65105
+#define JclResources_RsRTTIName 65106
+#define JclResources_RsRTTIType 65107
+#define JclResources_RsRTTIFlags 65108
+#define JclResources_RsRTTIGUID 65109
+#define JclResources_RsRTTITypeKind 65110
+#define JclResources_RsRTTIOrdinalType 65111
+#define JclResources_RsRTTIMinValue 65112
+#define JclResources_RsRTTIMaxValue 65113
+#define JclResources_RsRTTINameList 65114
+#define JclResources_RsRTTIClassName 65115
+#define JclResources_RsRTTIParent 65116
+#define JclResources_RsRTTIPropCount 65117
+#define JclResources_RsRTTIUnitName 65118
+#define JclResources_RsRTTIBasedOn 65119
+#define JclResources_RsRTTIUnknownIdentifier 65120
+#define JclResources_RsRTTIVar 65121
+#define JclResources_RsRTTIConst 65122
+#define JclResources_RsRTTIArrayOf 65123
+#define JclResources_RsRTTIOut 65124
+#define JclResources_RsRTTIOrdinal 65125
+#define JclResources_RsRTTITrue 65126
+#define JclResources_RsRTTIFalse 65127
+#define JclResources_RsRTTITypeError 65128
+#define JclResources_RsRTTITypeInfoAt 65129
+#define JclResources_RsRTTIPropRead 65130
+#define JclResources_RsRTTIPropWrite 65131
+#define JclResources_RsRTTIPropStored 65132
+#define JclResources_RsRTTIField 65133
+#define JclResources_RsRTTIStaticMethod 65134
+#define JclResources_RsRTTIVirtualMethod 65135
+#define JclResources_RsInconsistentPath 65136
+#define JclResources_RsHKCRLong 65137
+#define JclResources_RsHKCULong 65138
+#define JclResources_RsHKLMLong 65139
+#define JclResources_RsHKUSLong 65140
+#define JclResources_RsHKPDLong 65141
+#define JclResources_RsHKCCLong 65142
+#define JclResources_RsHKDDLong 65143
+#define JclResources_RsHKCRShort 65144
+#define JclResources_RsHKCUShort 65145
+#define JclResources_RsHKLMShort 65146
+#define JclResources_RsHKUSShort 65147
+#define JclResources_RsHKPDShort 65148
+#define JclResources_RsHKCCShort 65149
+#define JclResources_RsHKDDShort 65150
+#define JclResources_RsRTTIValueOutOfRange 65151
+#define JvResources_RsMenuBar 65152
+#define JvResources_RsMenuHighlight 65153
+#define ComConst_SOleError 65154
+#define ComConst_SNoMethod 65155
+#define ComConst_SVarNotObject 65156
+#define ComConst_STooManyParams 65157
+#define JclResources_RsWin32Prefix 65158
+#define JclResources_RsFileUtilsNoVersionInfo 65159
+#define JclResources_RsCreateFileMapping 65160
+#define JclResources_RsCreateFileMappingView 65161
+#define JclResources_RsViewNeedsMapping 65162
+#define JclResources_RsFailedToObtainSize 65163
+#define JclResources_RsUnableToOpenKeyRead 65164
+#define JclResources_RsUnableToOpenKeyWrite 65165
+#define JclResources_RsUnableToAccessValue 65166
+#define JclResources_RsWrongDataType 65167
+#define JvResources_RsClAppWorkSpace 65168
+#define JvResources_RsClHighlight 65169
+#define JvResources_RsClHighlightText 65170
+#define JvResources_RsClBtnFace 65171
+#define JvResources_RsClBtnShadow 65172
+#define JvResources_RsClGrayText 65173
+#define JvResources_RsClBtnText 65174
+#define JvResources_RsClInactiveCaptionText 65175
+#define JvResources_RsClBtnHighlight 65176
+#define JvResources_RsCl3DDkShadow 65177
+#define JvResources_RsCl3DLight 65178
+#define JvResources_RsClInfoText 65179
+#define JvResources_RsClInfoBk 65180
+#define JvResources_RsGradientActiveCaption 65181
+#define JvResources_RsGradientInactiveCaption 65182
+#define JvResources_RsHotLight 65183
+#define JvResources_RsClLightGreen 65184
+#define JvResources_RsClLightTurquoise 65185
+#define JvResources_RsClPaleBlue 65186
+#define JvResources_RsClLavender 65187
+#define JvResources_RsClScrollBar 65188
+#define JvResources_RsClBackground 65189
+#define JvResources_RsClActiveCaption 65190
+#define JvResources_RsClInactiveCaption 65191
+#define JvResources_RsClMenu 65192
+#define JvResources_RsClWindow 65193
+#define JvResources_RsClWindowFrame 65194
+#define JvResources_RsClMenuText 65195
+#define JvResources_RsClWindowText 65196
+#define JvResources_RsClCaptionText 65197
+#define JvResources_RsClActiveBorder 65198
+#define JvResources_RsClInactiveBorder 65199
+#define JvResources_RsClBlueGray 65200
+#define JvResources_RsClGray50 65201
+#define JvResources_RsClLightOrange 65202
+#define JvResources_RsClSeaGreen 65203
+#define JvResources_RsClLightBlue 65204
+#define JvResources_RsClViolet 65205
+#define JvResources_RsClGray40 65206
+#define JvResources_RsClPink 65207
+#define JvResources_RsClGold 65208
+#define JvResources_RsClBrightGreen 65209
+#define JvResources_RsClTurquoise 65210
+#define JvResources_RsClPlum 65211
+#define JvResources_RsClGray25 65212
+#define JvResources_RsClRose 65213
+#define JvResources_RsClTan 65214
+#define JvResources_RsClLightYellow 65215
+#define JvResources_RsClAqua 65216
+#define JvResources_RsClWhite 65217
+#define JvResources_RsClMoneyGreen 65218
+#define JvResources_RsClSkyBlue 65219
+#define JvResources_RsClCream 65220
+#define JvResources_RsClMedGray 65221
+#define JvResources_RsClBrown 65222
+#define JvResources_RsClOliveGreen 65223
+#define JvResources_RsClDarkGreen 65224
+#define JvResources_RsClDarkTeal 65225
+#define JvResources_RsClDarkBlue 65226
+#define JvResources_RsClIndigo 65227
+#define JvResources_RsClGray80 65228
+#define JvResources_RsClDarkRed 65229
+#define JvResources_RsClOrange 65230
+#define JvResources_RsClDarkYellow 65231
+#define JvResources_RsEPixelFormatNotImplemented 65232
+#define JvResources_RsEBitCountNotImplemented 65233
+#define JvResources_RsClBlack 65234
+#define JvResources_RsClMaroon 65235
+#define JvResources_RsClGreen 65236
+#define JvResources_RsClOlive 65237
+#define JvResources_RsClNavy 65238
+#define JvResources_RsClPurple 65239
+#define JvResources_RsClTeal 65240
+#define JvResources_RsClGray 65241
+#define JvResources_RsClSilver 65242
+#define JvResources_RsClRed 65243
+#define JvResources_RsClLime 65244
+#define JvResources_RsClYellow 65245
+#define JvResources_RsClBlue 65246
+#define JvResources_RsClFuchsia 65247
+#define JvResources_RsEUnableToCreateKey 65248
+#define JvResources_RsEEnumeratingRegistry 65249
+#define JvResources_RsEInvalidType 65250
+#define JvResources_RsEUnknownBaseType 65251
+#define JvResources_RsEInvalidPath 65252
+#define JvResources_RsENotAUniqueRootPath 65253
+#define JvResources_RsECircularReferenceOfStorages 65254
+#define JvResources_RsGIFImage 65255
+#define JvResources_RsEChangeGIFSize 65256
+#define JvResources_RsENoGIFData 65257
+#define JvResources_RsEUnrecognizedGIFExt 65258
+#define JvResources_RsEWrongGIFColors 65259
+#define JvResources_RsEBadGIFCodeSize 65260
+#define JvResources_RsEGIFDecodeError 65261
+#define JvResources_RsEGIFEncodeError 65262
+#define JvResources_RsEGIFVersion 65263
#define Consts_SSeparator 65264
#define Consts_SErrorSettingCount 65265
#define Consts_SListBoxMustBeVirtual 65266
@@ -770,9 +784,9 @@
#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 JvResources_RsAniExtension 65277
+#define JvResources_RsAniFilterName 65278
+#define JvResources_RsRootValueReplaceFmt 65279
#define Consts_srNone 65280
#define Consts_SOutOfRange 65281
#define Consts_SInsertLineError 65282
@@ -1031,6 +1045,36 @@
#define SysConst_SAccessDenied 65535
STRINGTABLE
BEGIN
+ 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."
+ 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"
+ 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."
+ 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."
+ 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"
@@ -1044,6 +1088,9 @@ BEGIN
cxEditConsts_scxRegExprCantUseParameterQuantifier, "The parameter quantifier cannot be applied here"
cxEditConsts_scxMaskEditRegExprError, "Regular expression errors:"
cxEditConsts_scxMaskEditInvalidEditValue, "The edit value is invalid"
+ 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"
@@ -1057,9 +1104,9 @@ BEGIN
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_cxSEditValueOutOfBounds, "Value out of bounds"
+ cxEditConsts_cxSDateToday, "today"
+ cxEditConsts_cxSDateYesterday, "yesterday"
cxEditConsts_cxSDateTomorrow, "tomorrow"
cxEditConsts_cxSDateSunday, "Sunday"
cxEditConsts_cxSDateMonday, "Monday"
@@ -1073,41 +1120,29 @@ BEGIN
cxEditConsts_cxSDateThird, "third"
cxEditConsts_cxSDateFourth, "fourth"
cxEditConsts_cxSDateFifth, "fifth"
- cxEditConsts_cxSDateSixth, "sixth"
- cxEditConsts_cxSDateSeventh, "seventh"
- cxEditConsts_cxSDateBOM, "bom"
- 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."
+ 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"
cxDataConsts_cxSDataReadError, "Stream read error"
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"
- 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."
- 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."
+ 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"
@@ -1117,13 +1152,13 @@ BEGIN
IBXConst_SInvalidOnErrorResult, "Unexpected onError return value"
IBXConst_SInvalidOnStatusResult, "Unexpected onStatus return value"
IBXConst_SDPBConstantUnknownEx, "DPB Constant (%s) is unknown"
- 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_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"
@@ -1133,13 +1168,13 @@ BEGIN
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_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_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"
@@ -1149,13 +1184,13 @@ BEGIN
IBXConst_SInvalidCancellation, "Cannot Cancel events while processing"
IBXConst_SInvalidEvent, "Invalid Event"
IBXConst_SMaximumEvents, "Exceded Maximum Event limits"
- 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_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"
@@ -1165,13 +1200,13 @@ BEGIN
IBXConst_SCircularDataLink, "Circular DataLink Reference"
IBXConst_SEmptySQLStatement, "Empty SQL Statement"
IBXConst_SIsASelectStatement, "use Open for a Select Statement"
- 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_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\""
@@ -1181,13 +1216,13 @@ BEGIN
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_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_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"
@@ -1197,13 +1232,13 @@ BEGIN
IBXConst_SSQLClosed, "IBSQL Closed"
IBXConst_SDatasetOpen, "Dataset open"
IBXConst_SDatasetClosed, "Dataset closed"
- 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_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"
@@ -1213,13 +1248,13 @@ BEGIN
IBXConst_SDatabaseOpen, "Cannot perform operation -- DB is currently open"
IBXConst_SDatabaseNameMissing, "Database name is missing"
IBXConst_SNotInTransaction, "Transaction is not active"
- 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"
+ 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]"
@@ -1229,14 +1264,14 @@ BEGIN
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"
- 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"
+ 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] "
@@ -1245,13 +1280,11 @@ BEGIN
IBSQLMonitor_StrDetach, ": [Detach]"
IBSQLMonitor_StrQuery, ": [Query]"
IBSQLMonitor_StrStart, ": [Start]"
- 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"
+ 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"
@@ -1263,31 +1296,422 @@ BEGIN
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"
- 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."
- 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"
+ 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_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."
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"
- 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"
- JvResources_RsClWindowText, "Window text"
- JvResources_RsClCaptionText, "Active window title bar text"
- JvResources_RsClActiveBorder, "Active window border"
- JvResources_RsClInactiveBorder, "Inactive window border"
+ IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request"
+ IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized"
+ IdResourceStringsProtocols_RSHTTPForbidden, "Forbidden"
+ IdResourceStringsProtocols_RSHTTPNotFound, "Not Found"
+ IdResourceStringsProtocols_RSHTTPMethodNotAllowed, "Method not allowed"
+ IdResourceStringsProtocols_RSHTTPNotAcceptable, "Not Acceptable"
+ 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_RSMIMEExtensionEmpty, "Extension is empty"
+ IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty"
+ IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists, "Extension already exits"
+ IdResourceStringsProtocols_RSHTTPContinue, "Continue"
+ IdResourceStringsProtocols_RSHTTPOK, "OK"
+ IdResourceStringsProtocols_RSHTTPCreated, "Created"
+ 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"
+ 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."
+ 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."
+ 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."
+ 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."
+ 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_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."
+ 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_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_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."
+ 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_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."
+ 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."
+ 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_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."
+ 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"
+ 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_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'"
+ 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"
+ 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"
+ 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'"
+ 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_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."
+ 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"
+ 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_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."
+ 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"
+ ComStrs_sRichEditLoadFail, "Failed to Load Stream"
+ 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"
+ 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."
+ 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"
+ 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"
+ 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)."
+ JvResources_RsMenuBar, "Menu Bar"
+ JvResources_RsMenuHighlight, "Menu Highlight"
+ ComConst_SOleError, "OLE error %.8x"
+ ComConst_SNoMethod, "Method '%s' not supported by automation object"
+ ComConst_SVarNotObject, "Variant does not reference an automation object"
+ ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters"
+ 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"
JvResources_RsClAppWorkSpace, "Application workspace"
JvResources_RsClHighlight, "Selection background"
JvResources_RsClHighlightText, "Selection text"
@@ -1300,10 +1724,10 @@ BEGIN
JvResources_RsCl3DDkShadow, "Dark shadow 3D elements"
JvResources_RsCl3DLight, "Highlight 3D elements"
JvResources_RsClInfoText, "Tooltip text"
- JvResources_RsClGray25, "Gray 25%"
- JvResources_RsClRose, "Rose"
- JvResources_RsClTan, "Tan"
- JvResources_RsClLightYellow, "Light Yellow"
+ JvResources_RsClInfoBk, "Tooltip background"
+ JvResources_RsGradientActiveCaption, "Gradient Active Caption"
+ JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption"
+ JvResources_RsHotLight, "Hot Light"
JvResources_RsClLightGreen, "Light Green"
JvResources_RsClLightTurquoise, "Light Turquoise"
JvResources_RsClPaleBlue, "Pale Blue"
@@ -1316,10 +1740,10 @@ BEGIN
JvResources_RsClWindow, "Window background"
JvResources_RsClWindowFrame, "Window frame"
JvResources_RsClMenuText, "Menu text"
- JvResources_RsClGray80, "Gray 80%"
- JvResources_RsClDarkRed, "Dark Red"
- JvResources_RsClOrange, "Orange"
- JvResources_RsClDarkYellow, "Dark Yellow"
+ JvResources_RsClWindowText, "Window text"
+ JvResources_RsClCaptionText, "Active window title bar text"
+ JvResources_RsClActiveBorder, "Active window border"
+ JvResources_RsClInactiveBorder, "Inactive window border"
JvResources_RsClBlueGray, "Blue Gray"
JvResources_RsClGray50, "Gray 50%"
JvResources_RsClLightOrange, "Light Orange"
@@ -1332,10 +1756,10 @@ BEGIN
JvResources_RsClBrightGreen, "Bright Green"
JvResources_RsClTurquoise, "Turquoise"
JvResources_RsClPlum, "Plum"
- JvResources_RsClLime, "Lime"
- JvResources_RsClYellow, "Yellow"
- JvResources_RsClBlue, "Blue"
- JvResources_RsClFuchsia, "Fuchsia"
+ JvResources_RsClGray25, "Gray 25%"
+ JvResources_RsClRose, "Rose"
+ JvResources_RsClTan, "Tan"
+ JvResources_RsClLightYellow, "Light Yellow"
JvResources_RsClAqua, "Aqua"
JvResources_RsClWhite, "White"
JvResources_RsClMoneyGreen, "Money green"
@@ -1348,10 +1772,10 @@ BEGIN
JvResources_RsClDarkTeal, "Dark Teal"
JvResources_RsClDarkBlue, "Dark Blue"
JvResources_RsClIndigo, "Indigo"
- 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_RsClGray80, "Gray 80%"
+ JvResources_RsClDarkRed, "Dark Red"
+ JvResources_RsClOrange, "Orange"
+ JvResources_RsClDarkYellow, "Dark Yellow"
JvResources_RsEPixelFormatNotImplemented, "BitmapToMemoryStream: pixel format not implemented"
JvResources_RsEBitCountNotImplemented, "BitmapToMemoryStream: bit count not implemented"
JvResources_RsClBlack, "Black"
@@ -1364,10 +1788,10 @@ BEGIN
JvResources_RsClGray, "Gray"
JvResources_RsClSilver, "Silver"
JvResources_RsClRed, "Red"
- 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_RsClLime, "Lime"
+ JvResources_RsClYellow, "Yellow"
+ JvResources_RsClBlue, "Blue"
+ JvResources_RsClFuchsia, "Fuchsia"
JvResources_RsEUnableToCreateKey, "Unable to create key '%s'"
JvResources_RsEEnumeratingRegistry, "Error enumerating registry"
JvResources_RsEInvalidType, "Invalid type"
@@ -1380,406 +1804,10 @@ BEGIN
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"
- 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_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_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_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_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_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_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_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_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_RsRTTIFloatType, "Float type: "
- JclResources_RsRTTIMethodKind, "Method kind: "
- JclResources_RsRTTIParamCount, "Parameter count: "
- JclResources_RsRTTIReturnType, "Return type: "
- JclResources_RsRTTIMaxLen, "Max length: "
- 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_RsRTTIIndex, "index"
- JclResources_RsRTTIDefault, "default"
- JclResources_RsRTTIName, "Name: "
- JclResources_RsRTTIType, "Type: "
- JclResources_RsRTTIFlags, "Flags: "
- 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)."
- JclResources_RsRTTIUnknownIdentifier, "Unknown identifier '%s'."
- JclResources_RsRTTIVar, "var "
- JclResources_RsRTTIConst, "const "
- JclResources_RsRTTIArrayOf, "array of "
- JclResources_RsRTTIOut, "out "
- 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"
- 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"
- 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_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"
- 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_RSHTTPHeaderAlreadyWritten, "Header has already been written."
- IdResourceStringsProtocols_RSHTTPErrorParsingCommand, "Error in parsing command."
- 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"
- IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired, "Proxy Authentication Required"
- IdResourceStringsProtocols_RSHTTPRequestTimeout, "Request Timeout"
- 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"
- IdResourceStringsProtocols_RSHTTPAccepted, "Accepted"
- IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation, "Non-authoritative Information"
- 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."
- IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded, "Maximum number of line allowed exceeded"
- IdResourceStringsCore_RSchedMaxThreadEx, "The maximum number of threads for this scheduler is exceeded."
- 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."
- IdResourceStringsCore_RSSocksServerConnectionRefusedError, "Connection refused."
- IdResourceStringsCore_RSSocksServerTTLExpiredError, "TTL expired."
- 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_RSIPVersionUnsupported, "The requested IPVersion / Address family is not supported."
- IdResourceStrings_RSNotAllBytesSent, "Not all bytes sent."
- 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_RSStackENAMETOOLONG, "File name too long."
- IdResourceStrings_RSStackEHOSTDOWN, "Host is down."
- 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."
- IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family."
- IdResourceStrings_RSStackEADDRINUSE, "Address already in use."
- 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."
- IdResourceStrings_RSStackEACCES, "Access denied."
- IdResourceStrings_RSStackEFAULT, "Buffer fault."
- 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_SInvalidFormatType, "Invalid format type for BCD"
- DBConsts_SCouldNotParseTimeStamp, "Could not parse SQL TimeStamp string"
- 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_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"
- DBConsts_SDataSetClosed, "Cannot perform this operation on a closed dataset"
- DBConsts_SDataSetEmpty, "Cannot perform this operation on an empty dataset"
- 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."
+ 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"
Consts_SSeparator, "Separator"
Consts_SErrorSettingCount, "Error setting %s.Count"
Consts_SListBoxMustBeVirtual, "Listbox (%s) style must be virtual in order to set Count"
@@ -1793,9 +1821,9 @@ BEGIN
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"
+ 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."
Consts_srNone, "(None)"
Consts_SOutOfRange, "Value must be between %d and %d"
Consts_SInsertLineError, "Unable to insert a line"
@@ -2054,53 +2082,64 @@ BEGIN
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:\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\RemObjects\Data_Abstract\DataAbstract_IBXDriver_Glyphs.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 */
+/* Configuracion\uFrameConfiguracion.dfm */
/* C:\Codigo Tecsitel\Lib\JVCL\JvLogForm.dfm */
-/* C:\Codigo Tecsitel\Source\Servidor\uDataModuleServer.dfm */
-/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uFrameConfiguracion.dfm */
+/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D11\DataAbstract_IBXDriver_Glyphs.res */
+/* uDataModuleServer.dfm */
+/* Configuracion\uConfGeneral.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\cxControls.res */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxEdit.res */
+/* c:\archivos de programa\codegear\rad studio\5.0\lib\FileCtrl.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 */
+/* Configuracion\uConexionBD.dfm */
+/* 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 */
-/* 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 */
+/* ..\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */
+/* ..\ApplicationBase\Empresas\Servidor\srvEmpresas_Impl.dfm */
+/* Configuracion\srvConfiguracion_Impl.dfm */
+/* ..\Modulos\Familias\Servidor\srvFamilias_Impl.dfm */
+/* ..\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.dfm */
+/* ..\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.dfm */
+/* ..\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\frxRichEditor.DFM */
+/* C:\Codigo Tecsitel\Lib\FastReport3\frxBarcodeEditor.DFM */
+/* C:\Codigo Tecsitel\Lib\FastReport3\frxOLEEditor.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 */
+/* ..\Modulos\Presupuestos de cliente\Reports\uRptPresupuestosCliente_Server.dfm */
+/* ..\Modulos\Presupuestos de cliente\Servidor\srvPresupuestosCliente_Impl.dfm */
+/* ..\Modulos\Articulos\Servidor\srvArticulos_Impl.dfm */
+/* ..\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\Servidor\FactuGES_Server.RES */
-/* C:\Codigo Tecsitel\Source\Servidor\..\Servicios\RODLFILE.res */
-/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf84.tmp */
+/* ..\Modulos\Recibos de cliente\Servidor\srvRecibosCliente_Impl.dfm */
+/* ..\Modulos\Facturas de cliente\Servidor\srvFacturasCliente_Impl.dfm */
+/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.res */
+/* C:\Codigo Tecsitel\Source\Servidor\..\Servicios\RODLFile.res */
+/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.drf */
diff --git a/Source/Servidor/FactuGES_Server.rc b/Source/Servidor/FactuGES_Server.rc
index f5c11407..00c95f18 100644
--- a/Source/Servidor/FactuGES_Server.rc
+++ b/Source/Servidor/FactuGES_Server.rc
@@ -14,7 +14,7 @@ BEGIN
BEGIN
VALUE "FileVersion", "3.0.0.0\0"
VALUE "ProductVersion", "3.0.0.0\0"
- VALUE "CompileDate", "lunes, 12 de noviembre de 2007 21:28\0"
+ VALUE "CompileDate", "martes, 13 de noviembre de 2007 20:09\0"
END
END
BLOCK "VarFileInfo"