diff --git a/Source/Servidor/FactuGES_Server.bdsproj b/Source/Servidor/FactuGES_Server.bdsproj index 66408e46..51de9c81 100644 --- a/Source/Servidor/FactuGES_Server.bdsproj +++ b/Source/Servidor/FactuGES_Server.bdsproj @@ -181,6 +181,7 @@ domingo, 30 de septiembre de 2007 20:47 + RemObjects Pascal Script - RemObjects SDK 3.0 Integration diff --git a/Source/Servidor/FactuGES_Server.dpr b/Source/Servidor/FactuGES_Server.dpr index 9fb7b320..09f33e5a 100644 --- a/Source/Servidor/FactuGES_Server.dpr +++ b/Source/Servidor/FactuGES_Server.dpr @@ -16,55 +16,35 @@ uses FactuGES_Intf in '..\Servicios\FactuGES_Intf.pas', FactuGES_Invk in '..\Servicios\FactuGES_Invk.pas', srvContactos_Impl in '..\Modulos\Contactos\Servidor\srvContactos_Impl.pas' {srvContactos: TDARemoteService}, - uDatabaseUtils in 'Utiles\uDatabaseUtils.pas', srvLogin_Impl in 'srvLogin_Impl.pas', srvEmpresas_Impl in '..\Base\Empresas\Servidor\srvEmpresas_Impl.pas' {srvEmpresas: TDARemoteService}, - srvConfiguracion_Impl in 'Configuracion\srvConfiguracion_Impl.pas' {srvConfiguracion: TDataAbstractService}; - -uses - ExceptionLog, - uROComInit, - Forms, - uServerMainForm in 'uServerMainForm.pas' {fServerForm}, - uAcercaDe in 'uAcercaDe.pas' {fAcercaDe}, - uConexionBD in 'Configuracion\uConexionBD.pas' {frConexionBD: TFrame}, - uConfGeneral in 'Configuracion\uConfGeneral.pas' {frConfGeneral: TFrame}, - uConfiguracion in 'Configuracion\uConfiguracion.pas' {fConfiguracion: TForm}, - uFrameConfiguracion in 'Configuracion\uFrameConfiguracion.pas' {FrameConfiguracion: TFrame}, - uDataModuleServer in 'uDataModuleServer.pas' {dmServer: TDataModule}, - FactuGES_Intf in '..\Servicios\FactuGES_Intf.pas', - FactuGES_Invk in '..\Servicios\FactuGES_Invk.pas', - srvContactos_Impl in '..\Modulos\Contactos\Servidor\srvContactos_Impl.pas' {srvContactos: TDARemoteService}, - uDatabaseUtils in 'Utiles\uDatabaseUtils.pas', - srvLogin_Impl in 'srvLogin_Impl.pas', - srvEmpresas_Impl in '..\Base\Empresas\Servidor\srvEmpresas_Impl.pas' {srvEmpresas: TDARemoteService},, - uSesionesUtils in 'Utiles\uSesionesUtils.pas', - uUsersManager in 'uUsersManager.pas', - uServerAppUtils in 'Utiles\uServerAppUtils.pas', - uBizEmpleadosServer in '..\Modulos\Contactos\Model\uBizEmpleadosServer.pas', + srvConfiguracion_Impl in 'Configuracion\srvConfiguracion_Impl.pas' {srvConfiguracion: TDataAbstractService}, + srvFamilias_Impl in '..\Modulos\Familias\Servidor\srvFamilias_Impl.pas', + srvFormasPago_Impl in '..\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.pas', + srvTiposIVA_Impl in '..\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.pas', + srvUsuarios_Impl in '..\Base\Usuarios\Servidor\srvUsuarios_Impl.pas', + RegExpr in 'Utiles\RegExpr.pas', uBusinessUtils in 'Utiles\uBusinessUtils.pas', - uBizContactosServer in '..\Modulos\Contactos\Model\uBizContactosServer.pas', - uBizClientesServer in '..\Modulos\Contactos\Model\uBizClientesServer.pas', - uBizProveedoresServer in '..\Modulos\Contactos\Model\uBizProveedoresServer.pas', - uRestriccionesUsuarioUtils in 'Utiles\uRestriccionesUsuarioUtils.pas', + uDatabaseUtils in 'Utiles\uDatabaseUtils.pas', uReferenciasUtils in 'Utiles\uReferenciasUtils.pas', - srvConfiguracion_Impl in 'srvConfiguracion_Impl.pas' {srvConfiguracion: TDARemoteService}, - srvFamilias_Impl in '..\Modulos\Familias\Servidor\srvFamilias_Impl.pas' {srvFamilias: TDARemoteService}, - schFamiliasClient_Intf in '..\Modulos\Familias\Model\schFamiliasClient_Intf.pas', - schFamiliasServer_Intf in '..\Modulos\Familias\Model\schFamiliasServer_Intf.pas', - schEmpresasClient_Intf in '..\Base\Empresas\Model\schEmpresasClient_Intf.pas', + uRestriccionesUsuarioUtils in 'Utiles\uRestriccionesUsuarioUtils.pas', + uSchemaUtilsServer in 'Utiles\uSchemaUtilsServer.pas', + uServerAppUtils in 'Utiles\uServerAppUtils.pas', + uSesionesUtils in 'Utiles\uSesionesUtils.pas', + schContactosServer_Intf in '..\Modulos\Contactos\Model\schContactosServer_Intf.pas', + schContactosClient_Intf in '..\Modulos\Contactos\Model\schContactosClient_Intf.pas', + uBizProveedoresServer in '..\Modulos\Contactos\Model\uBizProveedoresServer.pas', + uBizClientesServer in '..\Modulos\Contactos\Model\uBizClientesServer.pas', + uBizContactosServer in '..\Modulos\Contactos\Model\uBizContactosServer.pas', + uBizEmpleadosServer in '..\Modulos\Contactos\Model\uBizEmpleadosServer.pas', schEmpresasServer_Intf in '..\Base\Empresas\Model\schEmpresasServer_Intf.pas', - srvFormasPago_Impl in '..\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.pas' {srvFormasPago: TDARemoteService}, - srvTiposIVA_Impl in '..\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.pas' {srvTiposIVA: TDARemoteService}, - schTiposIVAClient_Intf in '..\Modulos\Tipos de IVA\Model\schTiposIVAClient_Intf.pas', - schTiposIVAServer_Intf in '..\Modulos\Tipos de IVA\Model\schTiposIVAServer_Intf.pas', + schEmpresasClient_Intf in '..\Base\Empresas\Model\schEmpresasClient_Intf.pas', + schFamiliasServer_Intf in '..\Modulos\Familias\Model\schFamiliasServer_Intf.pas', + schFamiliasClient_Intf in '..\Modulos\Familias\Model\schFamiliasClient_Intf.pas', schFormasPagoServer_Intf in '..\Modulos\Formas de pago\Model\schFormasPagoServer_Intf.pas', schFormasPagoClient_Intf in '..\Modulos\Formas de pago\Model\schFormasPagoClient_Intf.pas', - uSchemaUtilsServer in 'Utiles\uSchemaUtilsServer.pas', - RegExpr in 'Utiles\RegExpr.pas', - schContactosClient_Intf in '..\Modulos\Contactos\Model\schContactosClient_Intf.pas', - schContactosServer_Intf in '..\Modulos\Contactos\Model\schContactosServer_Intf.pas', - srvUsuarios_Impl in '..\Base\Usuarios\Servidor\srvUsuarios_Impl.pas' {srvUsuarios: TDARemoteService},; + schTiposIVAServer_Intf in '..\Modulos\Tipos de IVA\Model\schTiposIVAServer_Intf.pas', + schTiposIVAClient_Intf in '..\Modulos\Tipos de IVA\Model\schTiposIVAClient_Intf.pas'; {$R *.res} {$R ..\Servicios\RODLFile.res} diff --git a/Source/Servidor/FactuGES_Server.drc b/Source/Servidor/FactuGES_Server.drc index 78849149..4d3386b9 100644 --- a/Source/Servidor/FactuGES_Server.drc +++ b/Source/Servidor/FactuGES_Server.drc @@ -8,231 +8,231 @@ resources were bound to the produced executable. */ -#define cxEditConsts_scxMaskEditInvalidEditValue 64480 -#define cxEditConsts_scxRegExprCantCreateEmptyBlock 64496 -#define cxEditConsts_scxRegExprIllegalSymbol 64497 -#define cxEditConsts_scxRegExprIllegalQuantifier 64498 -#define cxEditConsts_scxRegExprIllegalIntegerValue 64499 -#define cxEditConsts_scxRegExprTooBigReferenceNumber 64500 -#define cxEditConsts_scxRegExprCantCreateEmptyEnum 64501 -#define cxEditConsts_scxRegExprSubrangeOrder 64502 -#define cxEditConsts_scxRegExprHexNumberExpected0 64503 -#define cxEditConsts_scxRegExprHexNumberExpected 64504 -#define cxEditConsts_scxRegExprMissing 64505 -#define cxEditConsts_scxRegExprUnnecessary 64506 -#define cxEditConsts_scxRegExprIncorrectSpace 64507 -#define cxEditConsts_scxRegExprNotCompiled 64508 -#define cxEditConsts_scxRegExprIncorrectParameterQuantifier 64509 -#define cxEditConsts_scxRegExprCantUseParameterQuantifier 64510 -#define cxEditConsts_scxMaskEditRegExprError 64511 -#define cxEditConsts_cxSDateFifth 64512 -#define cxEditConsts_cxSDateSixth 64513 -#define cxEditConsts_cxSDateSeventh 64514 -#define cxEditConsts_cxSDateBOM 64515 -#define cxEditConsts_cxSDateEOM 64516 -#define cxEditConsts_cxSDateNow 64517 -#define cxEditConsts_scxSEditRepositoryButtonItem 64518 -#define cxEditConsts_scxSEditRepositoryMaskItem 64519 -#define cxEditConsts_scxSEditRepositoryTextItem 64520 -#define cxEditConsts_scxRegExprLine 64521 -#define cxEditConsts_scxRegExprChar 64522 -#define cxEditConsts_scxRegExprNotAssignedSourceStream 64523 -#define cxEditConsts_scxRegExprEmptySourceStream 64524 -#define cxEditConsts_scxRegExprCantUsePlusQuantifier 64525 -#define cxEditConsts_scxRegExprCantUseStarQuantifier 64526 -#define cxEditConsts_scxRegExprCantCreateEmptyAlt 64527 -#define cxEditConsts_cxSEditValidateErrorText 64528 -#define cxEditConsts_cxSEditValueOutOfBounds 64529 -#define cxEditConsts_cxSDateToday 64530 -#define cxEditConsts_cxSDateYesterday 64531 -#define cxEditConsts_cxSDateTomorrow 64532 -#define cxEditConsts_cxSDateSunday 64533 -#define cxEditConsts_cxSDateMonday 64534 -#define cxEditConsts_cxSDateTuesday 64535 -#define cxEditConsts_cxSDateWednesday 64536 -#define cxEditConsts_cxSDateThursday 64537 -#define cxEditConsts_cxSDateFriday 64538 -#define cxEditConsts_cxSDateSaturday 64539 -#define cxEditConsts_cxSDateFirst 64540 -#define cxEditConsts_cxSDateSecond 64541 -#define cxEditConsts_cxSDateThird 64542 -#define cxEditConsts_cxSDateFourth 64543 -#define pnglang_EPNGUnknownPalEntryText 64544 -#define pnglang_EPNGUnknownCriticalChunkText 64545 -#define pnglang_EPNGUnknownCompressionText 64546 -#define pnglang_EPNGUnknownInterlaceText 64547 -#define pnglang_EPNGCannotAssignChunkText 64548 -#define pnglang_EPNGUnexpectedEndText 64549 -#define pnglang_EPNGNoImageDataText 64550 -#define pnglang_EPNGCannotChangeSizeText 64551 -#define pnglang_EPNGCannotAddChunkText 64552 -#define pnglang_EPNGCannotAddInvalidImageText 64553 -#define pnglang_EPNGOutMemoryText 64554 -#define pnglang_EPNGHeaderNotPresentText 64555 -#define cxDataConsts_cxSDataReadError 64556 -#define cxDataConsts_cxSDataWriteError 64557 -#define cxEditConsts_cxSEditInvalidRepositoryItem 64558 -#define cxEditConsts_cxSEditNumericValueConvertError 64559 -#define ADOConst_SEventsNotSupported 64560 -#define ADOConst_SUsupportedFieldType 64561 -#define ADOConst_SConnectionRequired 64562 -#define ADOConst_SCantRequery 64563 -#define ADOConst_SNoFilterOptions 64564 -#define ADOConst_SRecordsetNotOpen 64565 -#define ADOConst_sNameAttr 64566 -#define ADOConst_sValueAttr 64567 -#define pnglang_EPngInvalidCRCText 64568 -#define pnglang_EPNGInvalidIHDRText 64569 -#define pnglang_EPNGMissingMultipleIDATText 64570 -#define pnglang_EPNGZLIBErrorText 64571 -#define pnglang_EPNGInvalidPaletteText 64572 -#define pnglang_EPNGInvalidFileHeaderText 64573 -#define pnglang_EPNGIHDRNotFirstText 64574 -#define pnglang_EPNGSizeExceedsText 64575 -#define IBSQLMonitor_StrFetch 64576 -#define IBSQLMonitor_StrPrepare 64577 -#define IBSQLMonitor_StrPlan 64578 -#define IBSQLMonitor_StrPlanCantRetrive 64579 -#define IBSQLMonitor_StrCommitHardComm 64580 -#define IBSQLMonitor_StrCommitRetaining 64581 -#define IBSQLMonitor_StrRollback 64582 -#define IBSQLMonitor_StrRollbackRetainin 64583 -#define IBSQLMonitor_StrStartTransaction 64584 -#define IBSQLMonitor_StrApplication 64585 -#define ADOConst_SMissingConnection 64586 -#define ADOConst_SNoDetailFilter 64587 -#define ADOConst_SBookmarksRequired 64588 -#define ADOConst_SMissingCommandText 64589 -#define ADOConst_SNoResultSet 64590 -#define ADOConst_SADOCreateError 64591 -#define IBXConst_SIB65feature 64592 -#define IBXConst_SLoginPromptFailure 64593 -#define IBXConst_SIB70feature 64594 -#define IBXConst_SIB71feature 64595 -#define IBXConst_SIB80feature 64596 -#define IBSQLMonitor_StrConnect 64597 -#define IBSQLMonitor_StrDisconnect 64598 -#define IBSQLMonitor_StrMisc 64599 -#define IBSQLMonitor_StrError 64600 -#define IBSQLMonitor_StrAttach 64601 -#define IBSQLMonitor_StrDetach 64602 -#define IBSQLMonitor_StrQuery 64603 -#define IBSQLMonitor_StrStart 64604 -#define IBSQLMonitor_StrExecute 64605 -#define IBSQLMonitor_StrNULL 64606 -#define IBSQLMonitor_StrBLOB 64607 -#define IBXConst_SNoOptionsSet 64608 -#define IBXConst_SNoDestinationDirectory 64609 -#define IBXConst_SNosourceDirectory 64610 -#define IBXConst_SNoUninstallFile 64611 -#define IBXConst_SOptionNeedsClient 64612 -#define IBXConst_SOptionNeedsServer 64613 -#define IBXConst_SInvalidOption 64614 -#define IBXConst_SInvalidOnErrorResult 64615 -#define IBXConst_SInvalidOnStatusResult 64616 -#define IBXConst_SDPBConstantUnknownEx 64617 -#define IBXConst_STPBConstantUnknownEx 64618 -#define IBXConst_SUnknownPlan 64619 -#define IBXConst_SFieldSizeMismatch 64620 -#define IBXConst_SEventAlreadyRegistered 64621 -#define IBXConst_SStringTooLarge 64622 -#define IBXConst_SNoTimers 64623 -#define IBXConst_SSPBConstantUnknown 64624 -#define IBXConst_SServiceActive 64625 -#define IBXConst_SServiceInActive 64626 -#define IBXConst_SServerNameMissing 64627 -#define IBXConst_SQueryParamsError 64628 -#define IBXConst_SStartParamsError 64629 -#define IBXConst_SOutputParsingError 64630 -#define IBXConst_SUseSpecificProcedures 64631 -#define IBXConst_SSQLMonitorAlreadyPresent 64632 -#define IBXConst_SCantPrintValue 64633 -#define IBXConst_SEOFReached 64634 -#define IBXConst_SEOFInComment 64635 -#define IBXConst_SEOFInString 64636 -#define IBXConst_SParamNameExpected 64637 -#define IBXConst_SSuccess 64638 -#define IBXConst_SDelphiException 64639 -#define IBXConst_SNoProvider 64640 -#define IBXConst_SNoRecordsAffected 64641 -#define IBXConst_SNoTableName 64642 -#define IBXConst_SCannotCreatePrimaryIndex 64643 -#define IBXConst_SCannotDropSystemIndex 64644 -#define IBXConst_STableNameMismatch 64645 -#define IBXConst_SIndexFieldMissing 64646 -#define IBXConst_SInvalidCancellation 64647 -#define IBXConst_SInvalidEvent 64648 -#define IBXConst_SMaximumEvents 64649 -#define IBXConst_SNoEventsRegistered 64650 -#define IBXConst_SInvalidQueueing 64651 -#define IBXConst_SInvalidRegistration 64652 -#define IBXConst_SInvalidBatchMove 64653 -#define IBXConst_SSQLDialectInvalid 64654 -#define IBXConst_SSPBConstantNotSupported 64655 -#define IBXConst_SDataSetUniDirectional 64656 -#define IBXConst_SCannotCreateSharedResource 64657 -#define IBXConst_SWindowsAPIError 64658 -#define IBXConst_SColumnListsDontMatch 64659 -#define IBXConst_SColumnTypesDontMatch 64660 -#define IBXConst_SCantEndSharedTransaction 64661 -#define IBXConst_SFieldUnsupportedType 64662 -#define IBXConst_SCircularDataLink 64663 -#define IBXConst_SEmptySQLStatement 64664 -#define IBXConst_SIsASelectStatement 64665 -#define IBXConst_SRequiredParamNotSet 64666 -#define IBXConst_SNoStoredProcName 64667 -#define IBXConst_SIsAExecuteProcedure 64668 -#define IBXConst_SUpdateFailed 64669 -#define IBXConst_SNotCachedUpdates 64670 -#define IBXConst_SNotLiveRequest 64671 -#define IBXConst_SBlobCannotBeWritten 64672 -#define IBXConst_SEmptyQuery 64673 -#define IBXConst_SCannotOpenNonSQLSelect 64674 -#define IBXConst_SNoFieldAccess 64675 -#define IBXConst_SFieldReadOnly 64676 -#define IBXConst_SFieldNotFound 64677 -#define IBXConst_SNotEditing 64678 -#define IBXConst_SCannotInsert 64679 -#define IBXConst_SCannotPost 64680 -#define IBXConst_SCannotUpdate 64681 -#define IBXConst_SCannotDelete 64682 -#define IBXConst_SCannotRefresh 64683 -#define IBXConst_SBufferNotSet 64684 -#define IBXConst_SCircularReference 64685 -#define IBXConst_SSQLParseError 64686 -#define IBXConst_SUserAbort 64687 -#define IBXConst_STransactionNotAssigned 64688 -#define IBXConst_SXSQLDAIndexOutOfRange 64689 -#define IBXConst_SXSQLDANameDoesNotExist 64690 -#define IBXConst_SEOF 64691 -#define IBXConst_SBOF 64692 -#define IBXConst_SInvalidStatementHandle 64693 -#define IBXConst_SSQLOpen 64694 -#define IBXConst_SSQLClosed 64695 -#define IBXConst_SDatasetOpen 64696 -#define IBXConst_SDatasetClosed 64697 -#define IBXConst_SUnknownSQLDataType 64698 -#define IBXConst_SInvalidColumnIndex 64699 -#define IBXConst_SInvalidParamColumnIndex 64700 -#define IBXConst_SInvalidDataConversion 64701 -#define IBXConst_SColumnIsNotNullable 64702 -#define IBXConst_SBlobCannotBeRead 64703 -#define IBXConst_SCannotSetTransaction 64704 -#define IBXConst_SOperationCancelled 64705 -#define IBXConst_SDPBConstantNotSupported 64706 -#define IBXConst_SDPBConstantUnknown 64707 -#define IBXConst_STPBConstantNotSupported 64708 -#define IBXConst_STPBConstantUnknown 64709 -#define IBXConst_SDatabaseClosed 64710 -#define IBXConst_SDatabaseOpen 64711 -#define IBXConst_SDatabaseNameMissing 64712 -#define IBXConst_SNotInTransaction 64713 -#define IBXConst_SInTransaction 64714 -#define IBXConst_STimeoutNegative 64715 -#define IBXConst_SNoDatabasesInTransaction 64716 -#define IBXConst_SUpdateWrongDB 64717 -#define IBXConst_SUpdateWrongTR 64718 -#define IBXConst_SDatabaseNotAssigned 64719 +#define pnglang_EPNGHeaderNotPresentText 64480 +#define pnglang_EPNGZLIBErrorText 64496 +#define pnglang_EPNGInvalidPaletteText 64497 +#define pnglang_EPNGInvalidFileHeaderText 64498 +#define pnglang_EPNGIHDRNotFirstText 64499 +#define pnglang_EPNGSizeExceedsText 64500 +#define pnglang_EPNGUnknownPalEntryText 64501 +#define pnglang_EPNGUnknownCriticalChunkText 64502 +#define pnglang_EPNGUnknownCompressionText 64503 +#define pnglang_EPNGUnknownInterlaceText 64504 +#define pnglang_EPNGCannotAssignChunkText 64505 +#define pnglang_EPNGUnexpectedEndText 64506 +#define pnglang_EPNGNoImageDataText 64507 +#define pnglang_EPNGCannotChangeSizeText 64508 +#define pnglang_EPNGCannotAddChunkText 64509 +#define pnglang_EPNGCannotAddInvalidImageText 64510 +#define pnglang_EPNGOutMemoryText 64511 +#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 pnglang_EPngInvalidCRCText 64525 +#define pnglang_EPNGInvalidIHDRText 64526 +#define pnglang_EPNGMissingMultipleIDATText 64527 +#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 IBXConst_SEventAlreadyRegistered 64560 +#define IBXConst_SStringTooLarge 64561 +#define IBXConst_SNoTimers 64562 +#define IBXConst_SIB65feature 64563 +#define IBXConst_SLoginPromptFailure 64564 +#define IBXConst_SIB70feature 64565 +#define IBXConst_SIB71feature 64566 +#define IBXConst_SIB80feature 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_SParamNameExpected 64576 +#define IBXConst_SSuccess 64577 +#define IBXConst_SDelphiException 64578 +#define IBXConst_SNoOptionsSet 64579 +#define IBXConst_SNoDestinationDirectory 64580 +#define IBXConst_SNosourceDirectory 64581 +#define IBXConst_SNoUninstallFile 64582 +#define IBXConst_SOptionNeedsClient 64583 +#define IBXConst_SOptionNeedsServer 64584 +#define IBXConst_SInvalidOption 64585 +#define IBXConst_SInvalidOnErrorResult 64586 +#define IBXConst_SInvalidOnStatusResult 64587 +#define IBXConst_SDPBConstantUnknownEx 64588 +#define IBXConst_STPBConstantUnknownEx 64589 +#define IBXConst_SUnknownPlan 64590 +#define IBXConst_SFieldSizeMismatch 64591 +#define IBXConst_SInvalidBatchMove 64592 +#define IBXConst_SSQLDialectInvalid 64593 +#define IBXConst_SSPBConstantNotSupported 64594 +#define IBXConst_SSPBConstantUnknown 64595 +#define IBXConst_SServiceActive 64596 +#define IBXConst_SServiceInActive 64597 +#define IBXConst_SServerNameMissing 64598 +#define IBXConst_SQueryParamsError 64599 +#define IBXConst_SStartParamsError 64600 +#define IBXConst_SOutputParsingError 64601 +#define IBXConst_SUseSpecificProcedures 64602 +#define IBXConst_SSQLMonitorAlreadyPresent 64603 +#define IBXConst_SCantPrintValue 64604 +#define IBXConst_SEOFReached 64605 +#define IBXConst_SEOFInComment 64606 +#define IBXConst_SEOFInString 64607 +#define IBXConst_SUpdateFailed 64608 +#define IBXConst_SNotCachedUpdates 64609 +#define IBXConst_SNotLiveRequest 64610 +#define IBXConst_SNoProvider 64611 +#define IBXConst_SNoRecordsAffected 64612 +#define IBXConst_SNoTableName 64613 +#define IBXConst_SCannotCreatePrimaryIndex 64614 +#define IBXConst_SCannotDropSystemIndex 64615 +#define IBXConst_STableNameMismatch 64616 +#define IBXConst_SIndexFieldMissing 64617 +#define IBXConst_SInvalidCancellation 64618 +#define IBXConst_SInvalidEvent 64619 +#define IBXConst_SMaximumEvents 64620 +#define IBXConst_SNoEventsRegistered 64621 +#define IBXConst_SInvalidQueueing 64622 +#define IBXConst_SInvalidRegistration 64623 +#define IBXConst_SCircularReference 64624 +#define IBXConst_SSQLParseError 64625 +#define IBXConst_SUserAbort 64626 +#define IBXConst_SDataSetUniDirectional 64627 +#define IBXConst_SCannotCreateSharedResource 64628 +#define IBXConst_SWindowsAPIError 64629 +#define IBXConst_SColumnListsDontMatch 64630 +#define IBXConst_SColumnTypesDontMatch 64631 +#define IBXConst_SCantEndSharedTransaction 64632 +#define IBXConst_SFieldUnsupportedType 64633 +#define IBXConst_SCircularDataLink 64634 +#define IBXConst_SEmptySQLStatement 64635 +#define IBXConst_SIsASelectStatement 64636 +#define IBXConst_SRequiredParamNotSet 64637 +#define IBXConst_SNoStoredProcName 64638 +#define IBXConst_SIsAExecuteProcedure 64639 +#define IBXConst_SInvalidDataConversion 64640 +#define IBXConst_SColumnIsNotNullable 64641 +#define IBXConst_SBlobCannotBeRead 64642 +#define IBXConst_SBlobCannotBeWritten 64643 +#define IBXConst_SEmptyQuery 64644 +#define IBXConst_SCannotOpenNonSQLSelect 64645 +#define IBXConst_SNoFieldAccess 64646 +#define IBXConst_SFieldReadOnly 64647 +#define IBXConst_SFieldNotFound 64648 +#define IBXConst_SNotEditing 64649 +#define IBXConst_SCannotInsert 64650 +#define IBXConst_SCannotPost 64651 +#define IBXConst_SCannotUpdate 64652 +#define IBXConst_SCannotDelete 64653 +#define IBXConst_SCannotRefresh 64654 +#define IBXConst_SBufferNotSet 64655 +#define IBXConst_SUpdateWrongDB 64656 +#define IBXConst_SUpdateWrongTR 64657 +#define IBXConst_SDatabaseNotAssigned 64658 +#define IBXConst_STransactionNotAssigned 64659 +#define IBXConst_SXSQLDAIndexOutOfRange 64660 +#define IBXConst_SXSQLDANameDoesNotExist 64661 +#define IBXConst_SEOF 64662 +#define IBXConst_SBOF 64663 +#define IBXConst_SInvalidStatementHandle 64664 +#define IBXConst_SSQLOpen 64665 +#define IBXConst_SSQLClosed 64666 +#define IBXConst_SDatasetOpen 64667 +#define IBXConst_SDatasetClosed 64668 +#define IBXConst_SUnknownSQLDataType 64669 +#define IBXConst_SInvalidColumnIndex 64670 +#define IBXConst_SInvalidParamColumnIndex 64671 +#define IBXConst_SFileAccessError 64672 +#define IBXConst_SConnectionTimeout 64673 +#define IBXConst_SCannotSetDatabase 64674 +#define IBXConst_SCannotSetTransaction 64675 +#define IBXConst_SOperationCancelled 64676 +#define IBXConst_SDPBConstantNotSupported 64677 +#define IBXConst_SDPBConstantUnknown 64678 +#define IBXConst_STPBConstantNotSupported 64679 +#define IBXConst_STPBConstantUnknown 64680 +#define IBXConst_SDatabaseClosed 64681 +#define IBXConst_SDatabaseOpen 64682 +#define IBXConst_SDatabaseNameMissing 64683 +#define IBXConst_SNotInTransaction 64684 +#define IBXConst_SInTransaction 64685 +#define IBXConst_STimeoutNegative 64686 +#define IBXConst_SNoDatabasesInTransaction 64687 +#define IBSQLMonitor_StrFetch 64688 +#define IBSQLMonitor_StrPrepare 64689 +#define IBSQLMonitor_StrPlan 64690 +#define IBSQLMonitor_StrPlanCantRetrive 64691 +#define IBSQLMonitor_StrCommitHardComm 64692 +#define IBSQLMonitor_StrCommitRetaining 64693 +#define IBSQLMonitor_StrRollback 64694 +#define IBSQLMonitor_StrRollbackRetainin 64695 +#define IBSQLMonitor_StrStartTransaction 64696 +#define IBSQLMonitor_StrApplication 64697 +#define IBXConst_SUnknownError 64698 +#define IBXConst_SInterBaseMissing 64699 +#define IBXConst_SInterBaseInstallMissing 64700 +#define IBXConst_SIB60feature 64701 +#define IBXConst_SNotSupported 64702 +#define IBXConst_SNotPermitted 64703 +#define ADOConst_SCantRequery 64704 +#define ADOConst_SNoFilterOptions 64705 +#define ADOConst_SRecordsetNotOpen 64706 +#define ADOConst_sNameAttr 64707 +#define ADOConst_sValueAttr 64708 +#define IBSQLMonitor_StrConnect 64709 +#define IBSQLMonitor_StrDisconnect 64710 +#define IBSQLMonitor_StrMisc 64711 +#define IBSQLMonitor_StrError 64712 +#define IBSQLMonitor_StrAttach 64713 +#define IBSQLMonitor_StrDetach 64714 +#define IBSQLMonitor_StrQuery 64715 +#define IBSQLMonitor_StrStart 64716 +#define IBSQLMonitor_StrExecute 64717 +#define IBSQLMonitor_StrNULL 64718 +#define IBSQLMonitor_StrBLOB 64719 #define uDARes_err_DARDMConnectionIsNotAssigned 64720 #define uDARes_err_DARDMCannotFindProxessorForDelta 64721 #define uDARes_err_NeedShareMem 64722 @@ -240,15 +240,15 @@ #define uDARes_err_DatasetNotAccessible 64724 #define uDARes_err_CommandNotAccessible 64725 #define uDARes_err_SQLNotPermitted 64726 -#define IBXConst_SUnknownError 64727 -#define IBXConst_SInterBaseMissing 64728 -#define IBXConst_SInterBaseInstallMissing 64729 -#define IBXConst_SIB60feature 64730 -#define IBXConst_SNotSupported 64731 -#define IBXConst_SNotPermitted 64732 -#define IBXConst_SFileAccessError 64733 -#define IBXConst_SConnectionTimeout 64734 -#define IBXConst_SCannotSetDatabase 64735 +#define ADOConst_SMissingConnection 64727 +#define ADOConst_SNoDetailFilter 64728 +#define ADOConst_SBookmarksRequired 64729 +#define ADOConst_SMissingCommandText 64730 +#define ADOConst_SNoResultSet 64731 +#define ADOConst_SADOCreateError 64732 +#define ADOConst_SEventsNotSupported 64733 +#define ADOConst_SUsupportedFieldType 64734 +#define ADOConst_SConnectionRequired 64735 #define uDARes_err_CannotFindItem 64736 #define uDARes_err_DriverAlreadyLoaded 64737 #define uDARes_err_InvalidDLL 64738 @@ -265,15 +265,15 @@ #define uDARes_err_HETConnectionNotSupportedInV3 64749 #define uDARes_err_DARDMInvalidSchema 64750 #define uDARes_err_DARDMUnassignedAdapter 64751 -#define JvResources_RsCl3DDkShadow 64752 -#define JvResources_RsCl3DLight 64753 -#define JvResources_RsClInfoText 64754 -#define JvResources_RsClInfoBk 64755 -#define JvResources_RsGradientActiveCaption 64756 -#define JvResources_RsGradientInactiveCaption 64757 -#define JvResources_RsHotLight 64758 -#define JvResources_RsMenuBar 64759 -#define JvResources_RsMenuHighlight 64760 +#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 64752 +#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 64753 +#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 64754 +#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 64755 +#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 64756 +#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 64757 +#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64758 +#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64759 +#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 64760 #define uDARes_err_ChangeLogAlreadyStarted 64761 #define uDARes_err_NotAttachedToDataTable 64762 #define uDARes_err_DriverProcAlreadyRegistered 64763 @@ -281,502 +281,502 @@ #define uDARes_err_DriverManagerNotAssigned 64765 #define uDARes_err_FieldTypeNotSupported 64766 #define uDARes_err_InvalidDataset 64767 -#define JvResources_RsClWindow 64768 -#define JvResources_RsClWindowFrame 64769 -#define JvResources_RsClMenuText 64770 -#define JvResources_RsClWindowText 64771 -#define JvResources_RsClCaptionText 64772 -#define JvResources_RsClActiveBorder 64773 -#define JvResources_RsClInactiveBorder 64774 -#define JvResources_RsClAppWorkSpace 64775 -#define JvResources_RsClHighlight 64776 -#define JvResources_RsClHighlightText 64777 -#define JvResources_RsClBtnFace 64778 -#define JvResources_RsClBtnShadow 64779 -#define JvResources_RsClGrayText 64780 -#define JvResources_RsClBtnText 64781 -#define JvResources_RsClInactiveCaptionText 64782 -#define JvResources_RsClBtnHighlight 64783 -#define JvResources_RsClBrightGreen 64784 -#define JvResources_RsClTurquoise 64785 -#define JvResources_RsClPlum 64786 -#define JvResources_RsClGray25 64787 -#define JvResources_RsClRose 64788 -#define JvResources_RsClTan 64789 -#define JvResources_RsClLightYellow 64790 -#define JvResources_RsClLightGreen 64791 -#define JvResources_RsClLightTurquoise 64792 -#define JvResources_RsClPaleBlue 64793 -#define JvResources_RsClLavender 64794 -#define JvResources_RsClScrollBar 64795 -#define JvResources_RsClBackground 64796 -#define JvResources_RsClActiveCaption 64797 -#define JvResources_RsClInactiveCaption 64798 -#define JvResources_RsClMenu 64799 -#define JvResources_RsClDarkTeal 64800 -#define JvResources_RsClDarkBlue 64801 -#define JvResources_RsClIndigo 64802 -#define JvResources_RsClGray80 64803 -#define JvResources_RsClDarkRed 64804 -#define JvResources_RsClOrange 64805 -#define JvResources_RsClDarkYellow 64806 -#define JvResources_RsClBlueGray 64807 -#define JvResources_RsClGray50 64808 -#define JvResources_RsClLightOrange 64809 -#define JvResources_RsClSeaGreen 64810 -#define JvResources_RsClLightBlue 64811 -#define JvResources_RsClViolet 64812 -#define JvResources_RsClGray40 64813 -#define JvResources_RsClPink 64814 -#define JvResources_RsClGold 64815 -#define JvResources_RsClGray 64816 -#define JvResources_RsClSilver 64817 -#define JvResources_RsClRed 64818 -#define JvResources_RsClLime 64819 -#define JvResources_RsClYellow 64820 -#define JvResources_RsClBlue 64821 -#define JvResources_RsClFuchsia 64822 -#define JvResources_RsClAqua 64823 -#define JvResources_RsClWhite 64824 -#define JvResources_RsClMoneyGreen 64825 -#define JvResources_RsClSkyBlue 64826 -#define JvResources_RsClCream 64827 -#define JvResources_RsClMedGray 64828 -#define JvResources_RsClBrown 64829 -#define JvResources_RsClOliveGreen 64830 -#define JvResources_RsClDarkGreen 64831 -#define JvResources_RsENoGIFData 64832 -#define JvResources_RsEUnrecognizedGIFExt 64833 -#define JvResources_RsEWrongGIFColors 64834 -#define JvResources_RsEBadGIFCodeSize 64835 -#define JvResources_RsEGIFDecodeError 64836 -#define JvResources_RsEGIFEncodeError 64837 -#define JvResources_RsEGIFVersion 64838 -#define JvResources_RsEPixelFormatNotImplemented 64839 -#define JvResources_RsEBitCountNotImplemented 64840 -#define JvResources_RsClBlack 64841 -#define JvResources_RsClMaroon 64842 -#define JvResources_RsClGreen 64843 -#define JvResources_RsClOlive 64844 -#define JvResources_RsClNavy 64845 -#define JvResources_RsClPurple 64846 -#define JvResources_RsClTeal 64847 -#define JclResources_RsIntelCacheDescrB3 64848 -#define JclResources_RsIntelCacheDescrB4 64849 -#define JclResources_RsIntelCacheDescrF0 64850 -#define JclResources_RsIntelCacheDescrF1 64851 -#define JvResources_RsAniExtension 64852 -#define JvResources_RsAniFilterName 64853 -#define JvResources_RsRootValueReplaceFmt 64854 -#define JvResources_RsEUnableToCreateKey 64855 -#define JvResources_RsEEnumeratingRegistry 64856 -#define JvResources_RsEInvalidType 64857 -#define JvResources_RsEUnknownBaseType 64858 -#define JvResources_RsEInvalidPath 64859 -#define JvResources_RsENotAUniqueRootPath 64860 -#define JvResources_RsECircularReferenceOfStorages 64861 -#define JvResources_RsGIFImage 64862 -#define JvResources_RsEChangeGIFSize 64863 -#define JclResources_RsIntelCacheDescr71 64864 -#define JclResources_RsIntelCacheDescr72 64865 -#define JclResources_RsIntelCacheDescr78 64866 -#define JclResources_RsIntelCacheDescr79 64867 -#define JclResources_RsIntelCacheDescr7A 64868 -#define JclResources_RsIntelCacheDescr7B 64869 -#define JclResources_RsIntelCacheDescr7C 64870 -#define JclResources_RsIntelCacheDescr7D 64871 -#define JclResources_RsIntelCacheDescr7F 64872 -#define JclResources_RsIntelCacheDescr82 64873 -#define JclResources_RsIntelCacheDescr83 64874 -#define JclResources_RsIntelCacheDescr84 64875 -#define JclResources_RsIntelCacheDescr85 64876 -#define JclResources_RsIntelCacheDescr86 64877 -#define JclResources_RsIntelCacheDescr87 64878 -#define JclResources_RsIntelCacheDescrB0 64879 -#define JclResources_RsIntelCacheDescr46 64880 -#define JclResources_RsIntelCacheDescr47 64881 -#define JclResources_RsIntelCacheDescr49 64882 -#define JclResources_RsIntelCacheDescr50 64883 -#define JclResources_RsIntelCacheDescr51 64884 -#define JclResources_RsIntelCacheDescr52 64885 -#define JclResources_RsIntelCacheDescr56 64886 -#define JclResources_RsIntelCacheDescr57 64887 -#define JclResources_RsIntelCacheDescr5B 64888 -#define JclResources_RsIntelCacheDescr5C 64889 -#define JclResources_RsIntelCacheDescr5D 64890 -#define JclResources_RsIntelCacheDescr60 64891 -#define JclResources_RsIntelCacheDescr66 64892 -#define JclResources_RsIntelCacheDescr67 64893 -#define JclResources_RsIntelCacheDescr68 64894 -#define JclResources_RsIntelCacheDescr70 64895 -#define JclResources_RsIntelCacheDescr08 64896 -#define JclResources_RsIntelCacheDescr0A 64897 -#define JclResources_RsIntelCacheDescr0B 64898 -#define JclResources_RsIntelCacheDescr0C 64899 -#define JclResources_RsIntelCacheDescr22 64900 -#define JclResources_RsIntelCacheDescr23 64901 -#define JclResources_RsIntelCacheDescr25 64902 -#define JclResources_RsIntelCacheDescr29 64903 -#define JclResources_RsIntelCacheDescr2C 64904 -#define JclResources_RsIntelCacheDescr30 64905 -#define JclResources_RsIntelCacheDescr40 64906 -#define JclResources_RsIntelCacheDescr41 64907 -#define JclResources_RsIntelCacheDescr42 64908 -#define JclResources_RsIntelCacheDescr43 64909 -#define JclResources_RsIntelCacheDescr44 64910 -#define JclResources_RsIntelCacheDescr45 64911 -#define JclResources_RsRTTIParamCount 64912 -#define JclResources_RsRTTIReturnType 64913 -#define JclResources_RsRTTIMaxLen 64914 -#define JclResources_RsRTTIElSize 64915 -#define JclResources_RsRTTIElType 64916 -#define JclResources_RsRTTIElNeedCleanup 64917 -#define JclResources_RsRTTIVarType 64918 -#define JclResources_RsDeclarationFormat 64919 -#define JclResources_RsSynchCreateEvent 64920 -#define JclResources_RsIntelCacheDescr00 64921 -#define JclResources_RsIntelCacheDescr01 64922 -#define JclResources_RsIntelCacheDescr02 64923 -#define JclResources_RsIntelCacheDescr03 64924 -#define JclResources_RsIntelCacheDescr04 64925 -#define JclResources_RsIntelCacheDescr05 64926 -#define JclResources_RsIntelCacheDescr06 64927 -#define JclResources_RsRTTIName 64928 -#define JclResources_RsRTTIType 64929 -#define JclResources_RsRTTIFlags 64930 -#define JclResources_RsRTTIGUID 64931 -#define JclResources_RsRTTITypeKind 64932 -#define JclResources_RsRTTIOrdinalType 64933 -#define JclResources_RsRTTIMinValue 64934 -#define JclResources_RsRTTIMaxValue 64935 -#define JclResources_RsRTTINameList 64936 -#define JclResources_RsRTTIClassName 64937 -#define JclResources_RsRTTIParent 64938 -#define JclResources_RsRTTIPropCount 64939 -#define JclResources_RsRTTIUnitName 64940 -#define JclResources_RsRTTIBasedOn 64941 -#define JclResources_RsRTTIFloatType 64942 -#define JclResources_RsRTTIMethodKind 64943 -#define JclResources_RsRTTIConst 64944 -#define JclResources_RsRTTIArrayOf 64945 -#define JclResources_RsRTTIOut 64946 -#define JclResources_RsRTTIOrdinal 64947 -#define JclResources_RsRTTITrue 64948 -#define JclResources_RsRTTIFalse 64949 -#define JclResources_RsRTTITypeError 64950 -#define JclResources_RsRTTITypeInfoAt 64951 -#define JclResources_RsRTTIPropRead 64952 -#define JclResources_RsRTTIPropWrite 64953 -#define JclResources_RsRTTIPropStored 64954 -#define JclResources_RsRTTIField 64955 -#define JclResources_RsRTTIStaticMethod 64956 -#define JclResources_RsRTTIVirtualMethod 64957 -#define JclResources_RsRTTIIndex 64958 -#define JclResources_RsRTTIDefault 64959 -#define JclResources_RsHKCULong 64960 -#define JclResources_RsHKLMLong 64961 -#define JclResources_RsHKUSLong 64962 -#define JclResources_RsHKPDLong 64963 -#define JclResources_RsHKCCLong 64964 -#define JclResources_RsHKDDLong 64965 -#define JclResources_RsHKCRShort 64966 -#define JclResources_RsHKCUShort 64967 -#define JclResources_RsHKLMShort 64968 -#define JclResources_RsHKUSShort 64969 -#define JclResources_RsHKPDShort 64970 -#define JclResources_RsHKCCShort 64971 -#define JclResources_RsHKDDShort 64972 -#define JclResources_RsRTTIValueOutOfRange 64973 -#define JclResources_RsRTTIUnknownIdentifier 64974 -#define JclResources_RsRTTIVar 64975 -#define ComStrs_sPageIndexError 64976 -#define JConsts_sChangeJPGSize 64977 -#define JConsts_sJPEGError 64978 -#define JConsts_sJPEGImageFile 64979 -#define JclResources_RsWin32Prefix 64980 -#define JclResources_RsFileUtilsNoVersionInfo 64981 -#define JclResources_RsCreateFileMapping 64982 -#define JclResources_RsCreateFileMappingView 64983 -#define JclResources_RsViewNeedsMapping 64984 -#define JclResources_RsFailedToObtainSize 64985 -#define JclResources_RsUnableToOpenKeyRead 64986 -#define JclResources_RsUnableToOpenKeyWrite 64987 -#define JclResources_RsUnableToAccessValue 64988 -#define JclResources_RsWrongDataType 64989 -#define JclResources_RsInconsistentPath 64990 -#define JclResources_RsHKCRLong 64991 -#define IdResourceStringsCore_RSBufferMissingTerminator 64992 -#define IdResourceStringsCore_RSBufferInvalidStartPos 64993 -#define IdResourceStringsCore_RSReplyInvalidCode 64994 -#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 64995 -#define IdResourceStringsCore_RSNoOnExecute 64996 -#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 64997 -#define ComStrs_sTabFailClear 64998 -#define ComStrs_sTabFailDelete 64999 -#define ComStrs_sTabFailRetrieve 65000 -#define ComStrs_sTabFailGetObject 65001 -#define ComStrs_sTabFailSet 65002 -#define ComStrs_sTabFailSetObject 65003 -#define ComStrs_sTabMustBeMultiLine 65004 -#define ComStrs_sInvalidIndex 65005 -#define ComStrs_sInsertError 65006 -#define ComStrs_sUDAssociated 65007 -#define IdResourceStringsCore_RSInterceptCircularLink 65008 -#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65009 -#define IdResourceStringsCore_RSTooMuchDataInBuffer 65010 -#define IdResourceStringsCore_RSFileNotFound 65011 -#define IdResourceStringsCore_RSNotConnected 65012 -#define IdResourceStringsCore_RSObjectTypeNotSupported 65013 -#define IdResourceStringsCore_RSIdNoDataToRead 65014 -#define IdResourceStringsCore_RSReadTimeout 65015 -#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65016 -#define IdResourceStringsCore_RSConnectTimeout 65017 -#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65018 -#define IdResourceStringsCore_RSAlreadyConnected 65019 -#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65020 -#define IdResourceStringsCore_RSchedMaxThreadEx 65021 -#define IdResourceStringsCore_RSTransparentProxyCannotBind 65022 -#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65023 -#define IdResourceStringsCore_RSSocksUDPNotSupported 65024 -#define IdResourceStringsCore_RSSocksRequestFailed 65025 -#define IdResourceStringsCore_RSSocksRequestServerFailed 65026 -#define IdResourceStringsCore_RSSocksRequestIdentFailed 65027 -#define IdResourceStringsCore_RSSocksUnknownError 65028 -#define IdResourceStringsCore_RSSocksServerRespondError 65029 -#define IdResourceStringsCore_RSSocksAuthMethodError 65030 -#define IdResourceStringsCore_RSSocksAuthError 65031 -#define IdResourceStringsCore_RSSocksServerGeneralError 65032 -#define IdResourceStringsCore_RSSocksServerPermissionError 65033 -#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65034 -#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65035 -#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65036 -#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65037 -#define IdResourceStringsCore_RSSocksServerCommandError 65038 -#define IdResourceStringsCore_RSSocksServerAddressError 65039 -#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65040 -#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65041 -#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 65042 -#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 65043 -#define IdResourceStringsProtocols_RSHTTPInternalServerError 65044 -#define IdResourceStringsProtocols_RSHTTPNotImplemented 65045 -#define IdResourceStringsProtocols_RSHTTPBadGateway 65046 -#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 65047 -#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 65048 -#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 65049 -#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 65050 -#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 65051 -#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 65052 -#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 65053 -#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 65054 -#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 65055 -#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65056 -#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65057 -#define IdResourceStringsProtocols_RSHTTPSeeOther 65058 -#define IdResourceStringsProtocols_RSHTTPNotModified 65059 -#define IdResourceStringsProtocols_RSHTTPUseProxy 65060 -#define IdResourceStringsProtocols_RSHTTPBadRequest 65061 -#define IdResourceStringsProtocols_RSHTTPUnauthorized 65062 -#define IdResourceStringsProtocols_RSHTTPForbidden 65063 -#define IdResourceStringsProtocols_RSHTTPNotFound 65064 -#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 65065 -#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65066 -#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65067 -#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65068 -#define IdResourceStringsProtocols_RSHTTPConflict 65069 -#define IdResourceStringsProtocols_RSHTTPGone 65070 -#define IdResourceStringsProtocols_RSHTTPLengthRequired 65071 -#define IdResourceStrings_RSInvalidIPv6Address 65072 -#define IdResourceStrings_RSIPVersionUnsupported 65073 -#define IdResourceStrings_RSNotAllBytesSent 65074 -#define IdResourceStrings_RSPackageSizeTooBig 65075 -#define IdResourceStrings_RSSetSizeExceeded 65076 -#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65077 -#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65078 -#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65079 -#define IdResourceStringsProtocols_RSHTTPContinue 65080 -#define IdResourceStringsProtocols_RSHTTPOK 65081 -#define IdResourceStringsProtocols_RSHTTPCreated 65082 -#define IdResourceStringsProtocols_RSHTTPAccepted 65083 -#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65084 -#define IdResourceStringsProtocols_RSHTTPNoContent 65085 -#define IdResourceStringsProtocols_RSHTTPResetContent 65086 -#define IdResourceStringsProtocols_RSHTTPPartialContent 65087 -#define IdResourceStrings_RSStackELOOP 65088 -#define IdResourceStrings_RSStackENAMETOOLONG 65089 -#define IdResourceStrings_RSStackEHOSTDOWN 65090 -#define IdResourceStrings_RSStackEHOSTUNREACH 65091 -#define IdResourceStrings_RSStackENOTEMPTY 65092 -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65093 -#define IdResourceStrings_RSStackClassUndefined 65094 -#define IdResourceStrings_RSStackAlreadyCreated 65095 -#define IdResourceStrings_RSAntiFreezeOnlyOne 65096 -#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 65097 -#define IdResourceStrings_RSCannotBindRange 65098 -#define IdResourceStrings_RSConnectionClosedGracefully 65099 -#define IdResourceStrings_RSCouldNotBindSocket 65100 -#define IdResourceStrings_RSInvalidPortRange 65101 -#define IdResourceStrings_RSInvalidServiceName 65102 -#define IdResourceStrings_RSIPv6Unavailable 65103 -#define IdResourceStrings_RSStackEPFNOSUPPORT 65104 -#define IdResourceStrings_RSStackEAFNOSUPPORT 65105 -#define IdResourceStrings_RSStackEADDRINUSE 65106 -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65107 -#define IdResourceStrings_RSStackENETDOWN 65108 -#define IdResourceStrings_RSStackENETUNREACH 65109 -#define IdResourceStrings_RSStackENETRESET 65110 -#define IdResourceStrings_RSStackECONNABORTED 65111 -#define IdResourceStrings_RSStackECONNRESET 65112 -#define IdResourceStrings_RSStackENOBUFS 65113 -#define IdResourceStrings_RSStackEISCONN 65114 -#define IdResourceStrings_RSStackENOTCONN 65115 -#define IdResourceStrings_RSStackESHUTDOWN 65116 -#define IdResourceStrings_RSStackETOOMANYREFS 65117 -#define IdResourceStrings_RSStackETIMEDOUT 65118 -#define IdResourceStrings_RSStackECONNREFUSED 65119 -#define IdResourceStrings_RSStackEBADF 65120 -#define IdResourceStrings_RSStackEACCES 65121 -#define IdResourceStrings_RSStackEFAULT 65122 -#define IdResourceStrings_RSStackEINVAL 65123 -#define IdResourceStrings_RSStackEMFILE 65124 -#define IdResourceStrings_RSStackEWOULDBLOCK 65125 -#define IdResourceStrings_RSStackEINPROGRESS 65126 -#define IdResourceStrings_RSStackEALREADY 65127 -#define IdResourceStrings_RSStackENOTSOCK 65128 -#define IdResourceStrings_RSStackEDESTADDRREQ 65129 -#define IdResourceStrings_RSStackEMSGSIZE 65130 -#define IdResourceStrings_RSStackEPROTOTYPE 65131 -#define IdResourceStrings_RSStackENOPROTOOPT 65132 -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65133 -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65134 -#define IdResourceStrings_RSStackEOPNOTSUPP 65135 -#define DBConsts_SInvalidBcdValue 65136 -#define DBConsts_SInvalidFormatType 65137 -#define DBConsts_SCouldNotParseTimeStamp 65138 -#define DBConsts_SInvalidSqlTimeStamp 65139 -#define IdResourceStrings_RSFailedTimeZoneInfo 65140 -#define IdResourceStrings_RSWinsockCallError 65141 -#define IdResourceStrings_RSWinsockLoadError 65142 -#define IdResourceStrings_RSWinsockInitializationError 65143 -#define IdResourceStrings_RSStatusResolving 65144 -#define IdResourceStrings_RSStatusConnecting 65145 -#define IdResourceStrings_RSStatusConnected 65146 -#define IdResourceStrings_RSStatusDisconnecting 65147 -#define IdResourceStrings_RSStatusDisconnected 65148 -#define IdResourceStrings_RSStatusText 65149 -#define IdResourceStrings_RSStackError 65150 -#define IdResourceStrings_RSStackEINTR 65151 -#define DBConsts_SNotEditing 65152 -#define DBConsts_SDataSetClosed 65153 -#define DBConsts_SDataSetEmpty 65154 -#define DBConsts_SDataSetReadOnly 65155 -#define DBConsts_SNestedDataSetClass 65156 -#define DBConsts_STextFalse 65157 -#define DBConsts_STextTrue 65158 -#define DBConsts_SParameterNotFound 65159 -#define DBConsts_SInvalidVersion 65160 -#define DBConsts_SBadFieldType 65161 -#define DBConsts_SProviderSQLNotSupported 65162 -#define DBConsts_SProviderExecuteNotSupported 65163 -#define DBConsts_SDataSetUnidirectional 65164 -#define DBConsts_SUnassignedVar 65165 -#define DBConsts_SRecordNotFound 65166 -#define DBConsts_SBcdOverflow 65167 -#define DBConsts_SInvalidBoolValue 65168 -#define DBConsts_SInvalidFloatValue 65169 -#define DBConsts_SFieldTypeMismatch 65170 -#define DBConsts_SFieldSizeMismatch 65171 -#define DBConsts_SInvalidVarByteArray 65172 -#define DBConsts_SFieldOutOfRange 65173 -#define DBConsts_SFieldRequired 65174 -#define DBConsts_SDataSetMissing 65175 -#define DBConsts_SInvalidCalcType 65176 -#define DBConsts_SFieldReadOnly 65177 -#define DBConsts_SNoIndexForFields 65178 -#define DBConsts_SIndexNotFound 65179 -#define DBConsts_SCircularDataLink 65180 -#define DBConsts_SLookupInfoError 65181 -#define DBConsts_SDataSourceChange 65182 -#define DBConsts_SDataSetOpen 65183 -#define uRORes_err_MessageNotAssigned 65184 -#define ComConst_SOleError 65185 -#define ComConst_SNoMethod 65186 -#define ComConst_SVarNotObject 65187 -#define ComConst_STooManyParams 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_InvalidHeader 65200 -#define uRORes_err_InvalidHeaderEncrypted 65201 -#define uRORes_err_UnknownClassInStream 65202 -#define uRORes_err_UnexpectedClassInStream 65203 -#define uRORes_err_SessionNotFound 65204 -#define uRORes_err_ChannelDoesntSupportIROMetadataReader 65205 -#define uRORes_err_TooManySessions 65206 -#define uRORes_err_DOMElementIsNIL 65207 -#define uRORes_err_CannotLoadXMLDocument 65208 -#define uRORes_err_ErrorCreatingMsXmlDoc 65209 -#define uRORes_err_NoXMLParsersAvailable 65210 -#define uRORes_err_IDispatchMarshalingNotSupported 65211 -#define uRORes_err_UnsupportedVariantType 65212 -#define uRORes_err_VariantIsNotArray 65213 -#define uRORes_err_InvalidVarArrayDimCount 65214 -#define uRORes_err_CannotFindParameter 65215 -#define uRORes_err_UnspecifiedInterface 65216 -#define uRORes_err_UnspecifiedMessage 65217 -#define uRORes_err_UnknownMethod 65218 -#define uRORes_err_ClassFactoryDidNotReturnInstance 65219 -#define uRORes_err_TypeNotSupported 65220 -#define uRORes_err_ClassFactoryNotFound 65221 -#define uRORes_err_IROMessageNotSupported 65222 -#define uRORes_err_ClassAlreadyRegistered 65223 -#define uRORes_err_UnknownClass 65224 -#define uRORes_err_UnknownProxyInterface 65225 -#define uRORes_err_DispatcherAlreadyAssigned 65226 -#define uRORes_err_CannotFindMessageDispatcher 65227 -#define uRORes_err_ServerOnlySupportsOneDispatcher 65228 -#define uRORes_err_UnhandledException 65229 -#define uRORes_err_ChannelBusy 65230 -#define uRORes_err_ArrayIndexOutOfBounds 65231 -#define uRORes_str_InvalidClassTypeInStream 65232 -#define uRORes_err_UnexpectedEndOfStream 65233 -#define uRORes_err_RodlDuplicateName 65234 -#define uRORes_err_RodlNoDataTypeSpecified 65235 -#define uRORes_err_RodlNoEnumValues 65236 -#define uRORes_err_RodlNoStructElementsDefined 65237 -#define uRORes_err_RodlNoOperationsDefined 65238 -#define uRORes_err_RodlUsedFileDoesNotExist 65239 -#define uRORes_err_RodlInvalidDataType 65240 -#define uRORes_err_RodlStructCannotBeNested 65241 -#define uRORes_err_RodlInvalidAncestorType 65242 -#define uRORes_str_ExceptionOnServer 65243 -#define uRORes_str_ExceptionReraisedFromServer 65244 -#define uRORes_err_AssignError 65245 -#define uRORes_err_InvalidRequestStream 65246 -#define uRORes_err_NILMessage 65247 -#define uRODECConst_sInvalidFormatString 65248 -#define uRODECConst_sFMT_COPY 65249 -#define uRODECConst_sFMT_HEX 65250 -#define uRODECConst_sFMT_HEXL 65251 -#define uRODECConst_sFMT_MIME64 65252 -#define uRODECConst_sFMT_UU 65253 -#define uRODECConst_sFMT_XX 65254 -#define uRODECConst_sInvalidKeySize 65255 -#define uRODECConst_sNotInitialized 65256 -#define uRORes_err_InvalidIndex 65257 -#define uRORes_err_InvalidType 65258 -#define uRORes_err_InvalidLibrary 65259 -#define uRORes_err_InvalidStream 65260 -#define uRORes_err_InvalidTargetEntity 65261 -#define uRORes_err_InvalidParamFlag 65262 -#define uRORes_err_InvalidStringLength 65263 +#define IdResourceStringsProtocols_RSHTTPForbidden 64768 +#define IdResourceStringsProtocols_RSHTTPNotFound 64769 +#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 64770 +#define IdResourceStringsProtocols_RSHTTPNotAcceptable 64771 +#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 64772 +#define IdResourceStringsProtocols_RSHTTPRequestTimeout 64773 +#define IdResourceStringsProtocols_RSHTTPConflict 64774 +#define IdResourceStringsProtocols_RSHTTPGone 64775 +#define IdResourceStringsProtocols_RSHTTPLengthRequired 64776 +#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 64777 +#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 64778 +#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 64779 +#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 64780 +#define IdResourceStringsProtocols_RSHTTPInternalServerError 64781 +#define IdResourceStringsProtocols_RSHTTPNotImplemented 64782 +#define IdResourceStringsProtocols_RSHTTPBadGateway 64783 +#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 64784 +#define IdResourceStringsProtocols_RSHTTPContinue 64785 +#define IdResourceStringsProtocols_RSHTTPOK 64786 +#define IdResourceStringsProtocols_RSHTTPCreated 64787 +#define IdResourceStringsProtocols_RSHTTPAccepted 64788 +#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 64789 +#define IdResourceStringsProtocols_RSHTTPNoContent 64790 +#define IdResourceStringsProtocols_RSHTTPResetContent 64791 +#define IdResourceStringsProtocols_RSHTTPPartialContent 64792 +#define IdResourceStringsProtocols_RSHTTPMovedPermanently 64793 +#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 64794 +#define IdResourceStringsProtocols_RSHTTPSeeOther 64795 +#define IdResourceStringsProtocols_RSHTTPNotModified 64796 +#define IdResourceStringsProtocols_RSHTTPUseProxy 64797 +#define IdResourceStringsProtocols_RSHTTPBadRequest 64798 +#define IdResourceStringsProtocols_RSHTTPUnauthorized 64799 +#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 64800 +#define IdResourceStringsCore_RSConnectTimeout 64801 +#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 64802 +#define IdResourceStringsCore_RSAlreadyConnected 64803 +#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 64804 +#define IdResourceStringsCore_RSchedMaxThreadEx 64805 +#define IdResourceStringsCore_RSTransparentProxyCannotBind 64806 +#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 64807 +#define IdResourceStringsCore_RSBufferMissingTerminator 64808 +#define IdResourceStringsCore_RSBufferInvalidStartPos 64809 +#define IdResourceStringsCore_RSReplyInvalidCode 64810 +#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 64811 +#define IdResourceStringsCore_RSNoOnExecute 64812 +#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 64813 +#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 64814 +#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 64815 +#define IdResourceStringsCore_RSSocksServerGeneralError 64816 +#define IdResourceStringsCore_RSSocksServerPermissionError 64817 +#define IdResourceStringsCore_RSSocksServerNetUnreachableError 64818 +#define IdResourceStringsCore_RSSocksServerHostUnreachableError 64819 +#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 64820 +#define IdResourceStringsCore_RSSocksServerTTLExpiredError 64821 +#define IdResourceStringsCore_RSSocksServerCommandError 64822 +#define IdResourceStringsCore_RSSocksServerAddressError 64823 +#define IdResourceStringsCore_RSInterceptCircularLink 64824 +#define IdResourceStringsCore_RSNotEnoughDataInBuffer 64825 +#define IdResourceStringsCore_RSTooMuchDataInBuffer 64826 +#define IdResourceStringsCore_RSFileNotFound 64827 +#define IdResourceStringsCore_RSNotConnected 64828 +#define IdResourceStringsCore_RSObjectTypeNotSupported 64829 +#define IdResourceStringsCore_RSIdNoDataToRead 64830 +#define IdResourceStringsCore_RSReadTimeout 64831 +#define IdResourceStrings_RSInvalidPortRange 64832 +#define IdResourceStrings_RSInvalidServiceName 64833 +#define IdResourceStrings_RSIPv6Unavailable 64834 +#define IdResourceStrings_RSInvalidIPv6Address 64835 +#define IdResourceStrings_RSIPVersionUnsupported 64836 +#define IdResourceStrings_RSNotAllBytesSent 64837 +#define IdResourceStrings_RSPackageSizeTooBig 64838 +#define IdResourceStrings_RSSetSizeExceeded 64839 +#define IdResourceStringsCore_RSSocksUDPNotSupported 64840 +#define IdResourceStringsCore_RSSocksRequestFailed 64841 +#define IdResourceStringsCore_RSSocksRequestServerFailed 64842 +#define IdResourceStringsCore_RSSocksRequestIdentFailed 64843 +#define IdResourceStringsCore_RSSocksUnknownError 64844 +#define IdResourceStringsCore_RSSocksServerRespondError 64845 +#define IdResourceStringsCore_RSSocksAuthMethodError 64846 +#define IdResourceStringsCore_RSSocksAuthError 64847 +#define IdResourceStrings_RSStackETOOMANYREFS 64848 +#define IdResourceStrings_RSStackETIMEDOUT 64849 +#define IdResourceStrings_RSStackECONNREFUSED 64850 +#define IdResourceStrings_RSStackELOOP 64851 +#define IdResourceStrings_RSStackENAMETOOLONG 64852 +#define IdResourceStrings_RSStackEHOSTDOWN 64853 +#define IdResourceStrings_RSStackEHOSTUNREACH 64854 +#define IdResourceStrings_RSStackENOTEMPTY 64855 +#define IdResourceStrings_RSStackHOST_NOT_FOUND 64856 +#define IdResourceStrings_RSStackClassUndefined 64857 +#define IdResourceStrings_RSStackAlreadyCreated 64858 +#define IdResourceStrings_RSAntiFreezeOnlyOne 64859 +#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 64860 +#define IdResourceStrings_RSCannotBindRange 64861 +#define IdResourceStrings_RSConnectionClosedGracefully 64862 +#define IdResourceStrings_RSCouldNotBindSocket 64863 +#define IdResourceStrings_RSStackEPROTONOSUPPORT 64864 +#define IdResourceStrings_RSStackESOCKTNOSUPPORT 64865 +#define IdResourceStrings_RSStackEOPNOTSUPP 64866 +#define IdResourceStrings_RSStackEPFNOSUPPORT 64867 +#define IdResourceStrings_RSStackEAFNOSUPPORT 64868 +#define IdResourceStrings_RSStackEADDRINUSE 64869 +#define IdResourceStrings_RSStackEADDRNOTAVAIL 64870 +#define IdResourceStrings_RSStackENETDOWN 64871 +#define IdResourceStrings_RSStackENETUNREACH 64872 +#define IdResourceStrings_RSStackENETRESET 64873 +#define IdResourceStrings_RSStackECONNABORTED 64874 +#define IdResourceStrings_RSStackECONNRESET 64875 +#define IdResourceStrings_RSStackENOBUFS 64876 +#define IdResourceStrings_RSStackEISCONN 64877 +#define IdResourceStrings_RSStackENOTCONN 64878 +#define IdResourceStrings_RSStackESHUTDOWN 64879 +#define IdResourceStrings_RSStatusText 64880 +#define IdResourceStrings_RSStackError 64881 +#define IdResourceStrings_RSStackEINTR 64882 +#define IdResourceStrings_RSStackEBADF 64883 +#define IdResourceStrings_RSStackEACCES 64884 +#define IdResourceStrings_RSStackEFAULT 64885 +#define IdResourceStrings_RSStackEINVAL 64886 +#define IdResourceStrings_RSStackEMFILE 64887 +#define IdResourceStrings_RSStackEWOULDBLOCK 64888 +#define IdResourceStrings_RSStackEINPROGRESS 64889 +#define IdResourceStrings_RSStackEALREADY 64890 +#define IdResourceStrings_RSStackENOTSOCK 64891 +#define IdResourceStrings_RSStackEDESTADDRREQ 64892 +#define IdResourceStrings_RSStackEMSGSIZE 64893 +#define IdResourceStrings_RSStackEPROTOTYPE 64894 +#define IdResourceStrings_RSStackENOPROTOOPT 64895 +#define DBConsts_SUnassignedVar 64896 +#define DBConsts_SRecordNotFound 64897 +#define DBConsts_SBcdOverflow 64898 +#define DBConsts_SInvalidBcdValue 64899 +#define DBConsts_SInvalidFormatType 64900 +#define DBConsts_SCouldNotParseTimeStamp 64901 +#define DBConsts_SInvalidSqlTimeStamp 64902 +#define IdResourceStrings_RSFailedTimeZoneInfo 64903 +#define IdResourceStrings_RSWinsockCallError 64904 +#define IdResourceStrings_RSWinsockLoadError 64905 +#define IdResourceStrings_RSWinsockInitializationError 64906 +#define IdResourceStrings_RSStatusResolving 64907 +#define IdResourceStrings_RSStatusConnecting 64908 +#define IdResourceStrings_RSStatusConnected 64909 +#define IdResourceStrings_RSStatusDisconnecting 64910 +#define IdResourceStrings_RSStatusDisconnected 64911 +#define DBConsts_SLookupInfoError 64912 +#define DBConsts_SDataSourceChange 64913 +#define DBConsts_SDataSetOpen 64914 +#define DBConsts_SNotEditing 64915 +#define DBConsts_SDataSetClosed 64916 +#define DBConsts_SDataSetEmpty 64917 +#define DBConsts_SDataSetReadOnly 64918 +#define DBConsts_SNestedDataSetClass 64919 +#define DBConsts_STextFalse 64920 +#define DBConsts_STextTrue 64921 +#define DBConsts_SParameterNotFound 64922 +#define DBConsts_SInvalidVersion 64923 +#define DBConsts_SBadFieldType 64924 +#define DBConsts_SProviderSQLNotSupported 64925 +#define DBConsts_SProviderExecuteNotSupported 64926 +#define DBConsts_SDataSetUnidirectional 64927 +#define DBConsts_SFieldRangeError 64928 +#define DBConsts_SBcdFieldRangeError 64929 +#define DBConsts_SInvalidIntegerValue 64930 +#define DBConsts_SInvalidBoolValue 64931 +#define DBConsts_SInvalidFloatValue 64932 +#define DBConsts_SFieldTypeMismatch 64933 +#define DBConsts_SFieldSizeMismatch 64934 +#define DBConsts_SInvalidVarByteArray 64935 +#define DBConsts_SFieldOutOfRange 64936 +#define DBConsts_SFieldRequired 64937 +#define DBConsts_SDataSetMissing 64938 +#define DBConsts_SInvalidCalcType 64939 +#define DBConsts_SFieldReadOnly 64940 +#define DBConsts_SNoIndexForFields 64941 +#define DBConsts_SIndexNotFound 64942 +#define DBConsts_SCircularDataLink 64943 +#define uRODECConst_sFMT_COPY 64944 +#define uRODECConst_sFMT_HEX 64945 +#define uRODECConst_sFMT_HEXL 64946 +#define uRODECConst_sFMT_MIME64 64947 +#define uRODECConst_sFMT_UU 64948 +#define uRODECConst_sFMT_XX 64949 +#define uRODECConst_sInvalidKeySize 64950 +#define uRODECConst_sNotInitialized 64951 +#define DBConsts_SInvalidFieldSize 64952 +#define DBConsts_SInvalidFieldKind 64953 +#define DBConsts_SUnknownFieldType 64954 +#define DBConsts_SFieldNameMissing 64955 +#define DBConsts_SDuplicateFieldName 64956 +#define DBConsts_SFieldNotFound 64957 +#define DBConsts_SFieldAccessError 64958 +#define DBConsts_SFieldValueError 64959 +#define uRORes_err_ChannelDoesntSupportIROMetadataReader 64960 +#define uRORes_err_TooManySessions 64961 +#define uRORes_err_DOMElementIsNIL 64962 +#define uRORes_err_CannotLoadXMLDocument 64963 +#define uRORes_err_ErrorCreatingMsXmlDoc 64964 +#define uRORes_err_NoXMLParsersAvailable 64965 +#define uRORes_err_IDispatchMarshalingNotSupported 64966 +#define uRORes_err_UnsupportedVariantType 64967 +#define uRORes_err_VariantIsNotArray 64968 +#define uRORes_err_InvalidVarArrayDimCount 64969 +#define uRORes_err_CannotFindParameter 64970 +#define uRORes_err_MessageNotAssigned 64971 +#define uRODECConst_sProtectionCircular 64972 +#define uRODECConst_sStringFormatExists 64973 +#define uRODECConst_sInvalidStringFormat 64974 +#define uRODECConst_sInvalidFormatString 64975 +#define uRORes_err_ClassFactoryNotFound 64976 +#define uRORes_err_IROMessageNotSupported 64977 +#define uRORes_err_ClassAlreadyRegistered 64978 +#define uRORes_err_UnknownClass 64979 +#define uRORes_err_UnknownProxyInterface 64980 +#define uRORes_err_DispatcherAlreadyAssigned 64981 +#define uRORes_err_CannotFindMessageDispatcher 64982 +#define uRORes_err_ServerOnlySupportsOneDispatcher 64983 +#define uRORes_err_UnhandledException 64984 +#define uRORes_err_ChannelBusy 64985 +#define uRORes_err_ArrayIndexOutOfBounds 64986 +#define uRORes_err_InvalidHeader 64987 +#define uRORes_err_InvalidHeaderEncrypted 64988 +#define uRORes_err_UnknownClassInStream 64989 +#define uRORes_err_UnexpectedClassInStream 64990 +#define uRORes_err_SessionNotFound 64991 +#define uRORes_err_RodlNoStructElementsDefined 64992 +#define uRORes_err_RodlNoOperationsDefined 64993 +#define uRORes_err_RodlUsedFileDoesNotExist 64994 +#define uRORes_err_RodlInvalidDataType 64995 +#define uRORes_err_RodlStructCannotBeNested 64996 +#define uRORes_err_RodlInvalidAncestorType 64997 +#define uRORes_str_ExceptionOnServer 64998 +#define uRORes_str_ExceptionReraisedFromServer 64999 +#define uRORes_err_AssignError 65000 +#define uRORes_err_InvalidRequestStream 65001 +#define uRORes_err_NILMessage 65002 +#define uRORes_err_UnspecifiedInterface 65003 +#define uRORes_err_UnspecifiedMessage 65004 +#define uRORes_err_UnknownMethod 65005 +#define uRORes_err_ClassFactoryDidNotReturnInstance 65006 +#define uRORes_err_TypeNotSupported 65007 +#define ComStrs_sPageIndexError 65008 +#define JConsts_sChangeJPGSize 65009 +#define JConsts_sJPEGError 65010 +#define JConsts_sJPEGImageFile 65011 +#define uRORes_err_InvalidIndex 65012 +#define uRORes_err_InvalidType 65013 +#define uRORes_err_InvalidLibrary 65014 +#define uRORes_err_InvalidStream 65015 +#define uRORes_err_InvalidTargetEntity 65016 +#define uRORes_err_InvalidParamFlag 65017 +#define uRORes_err_InvalidStringLength 65018 +#define uRORes_str_InvalidClassTypeInStream 65019 +#define uRORes_err_UnexpectedEndOfStream 65020 +#define uRORes_err_RodlDuplicateName 65021 +#define uRORes_err_RodlNoDataTypeSpecified 65022 +#define uRORes_err_RodlNoEnumValues 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_sUDAssociated 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 @@ -790,9 +790,9 @@ #define Consts_STrayIconCreateError 65274 #define Consts_SPageControlNotSet 65275 #define Consts_SWindowsVistaRequired 65276 -#define uRODECConst_sProtectionCircular 65277 -#define uRODECConst_sStringFormatExists 65278 -#define uRODECConst_sInvalidStringFormat 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 @@ -1051,11 +1051,23 @@ #define SysConst_SAccessDenied 65535 STRINGTABLE BEGIN - cxEditConsts_scxMaskEditInvalidEditValue, "The edit value is invalid" - cxEditConsts_scxRegExprCantCreateEmptyBlock, "The block should not be empty" - cxEditConsts_scxRegExprIllegalSymbol, "Illegal '%s'" - cxEditConsts_scxRegExprIllegalQuantifier, "Illegal quantifier '%s'" - cxEditConsts_scxRegExprIllegalIntegerValue, "Illegal integer value" + pnglang_EPNGHeaderNotPresentText, "This operation is not valid because the current image contains no valid header." + 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." + 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." 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" @@ -1068,10 +1080,10 @@ BEGIN cxEditConsts_scxRegExprIncorrectParameterQuantifier, "Incorrect parameter quantifier" cxEditConsts_scxRegExprCantUseParameterQuantifier, "The parameter quantifier cannot be applied here" cxEditConsts_scxMaskEditRegExprError, "Regular expression errors:" - cxEditConsts_cxSDateFifth, "fifth" - cxEditConsts_cxSDateSixth, "sixth" - cxEditConsts_cxSDateSeventh, "seventh" - cxEditConsts_cxSDateBOM, "bom" + cxEditConsts_scxMaskEditInvalidEditValue, "The edit value is invalid" + 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." cxEditConsts_cxSDateEOM, "eom" cxEditConsts_cxSDateNow, "now" cxEditConsts_scxSEditRepositoryButtonItem, "ButtonEdit|Represents an edit control with embedded buttons" @@ -1084,10 +1096,10 @@ BEGIN cxEditConsts_scxRegExprCantUsePlusQuantifier, "The '+' quantifier cannot be applied here" cxEditConsts_scxRegExprCantUseStarQuantifier, "The '*' quantifier cannot be applied here" cxEditConsts_scxRegExprCantCreateEmptyAlt, "The alternative should not be empty" - cxEditConsts_cxSEditValidateErrorText, "Invalid input value. Use escape key to abandon changes" - cxEditConsts_cxSEditValueOutOfBounds, "Value out of bounds" - cxEditConsts_cxSDateToday, "today" - cxEditConsts_cxSDateYesterday, "yesterday" + cxEditConsts_scxRegExprCantCreateEmptyBlock, "The block should not be empty" + cxEditConsts_scxRegExprIllegalSymbol, "Illegal '%s'" + cxEditConsts_scxRegExprIllegalQuantifier, "Illegal quantifier '%s'" + cxEditConsts_scxRegExprIllegalIntegerValue, "Illegal integer value" cxEditConsts_cxSDateTomorrow, "tomorrow" cxEditConsts_cxSDateSunday, "Sunday" cxEditConsts_cxSDateMonday, "Monday" @@ -1100,70 +1112,29 @@ BEGIN cxEditConsts_cxSDateSecond, "second" cxEditConsts_cxSDateThird, "third" cxEditConsts_cxSDateFourth, "fourth" - pnglang_EPNGUnknownPalEntryText, "There is no such palette entry." - pnglang_EPNGUnknownCriticalChunkText, "This \"Portable Network Graphics\" image contains an unknown critical part which could not be decoded." - pnglang_EPNGUnknownCompressionText, "This \"Portable Network Graphics\" image is encoded with an unknown compression scheme which could not be decoded." - pnglang_EPNGUnknownInterlaceText, "This \"Portable Network Graphics\" image uses an unknown interlace scheme which could not be decoded." - pnglang_EPNGCannotAssignChunkText, "The chunks must be compatible to be assigned." - pnglang_EPNGUnexpectedEndText, "This \"Portable Network Graphics\" image is invalid because the decoder found an unexpected end of the file." - pnglang_EPNGNoImageDataText, "This \"Portable Network Graphics\" image contains no data." - pnglang_EPNGCannotChangeSizeText, "The \"Portable Network Graphics\" image can not be resize by changing width and height properties. Try assigning the image from a bitmap." - pnglang_EPNGCannotAddChunkText, "The program tried to add a existent critical chunk to the current image which is not allowed." - pnglang_EPNGCannotAddInvalidImageText, "It's not allowed to add a new chunk because the current image is invalid." - pnglang_EPNGOutMemoryText, "Some operation could not be performed because the system is out of resources. Close some windows and try again." - pnglang_EPNGHeaderNotPresentText, "This operation is not valid because the current image contains no valid header." - cxDataConsts_cxSDataReadError, "Stream read error" - cxDataConsts_cxSDataWriteError, "Stream write error" - cxEditConsts_cxSEditInvalidRepositoryItem, "The repository item is not acceptable" - cxEditConsts_cxSEditNumericValueConvertError, "Could not convert to numeric value" - ADOConst_SEventsNotSupported, "Events are not supported with server side TableDirect cursors" - ADOConst_SUsupportedFieldType, "Unsupported field type (%s) in field %s" - ADOConst_SConnectionRequired, "A connection component is required for async ExecuteOptions" - ADOConst_SCantRequery, "Cannot perform a requery after connection has changed" - ADOConst_SNoFilterOptions, "FilterOptions are not supported" - ADOConst_SRecordsetNotOpen, "Recordset is not open" - ADOConst_sNameAttr, "Name" - ADOConst_sValueAttr, "Value" - 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." - IBSQLMonitor_StrFetch, ": [Fetch] " - IBSQLMonitor_StrPrepare, ": [Prepare] " - IBSQLMonitor_StrPlan, " Plan: " - IBSQLMonitor_StrPlanCantRetrive, " Plan: Can't retrieve plan - too large" - IBSQLMonitor_StrCommitHardComm, ": [Commit (Hard commit)]" - IBSQLMonitor_StrCommitRetaining, ": [Commit retaining (Soft commit)]" - IBSQLMonitor_StrRollback, ": [Rollback]" - IBSQLMonitor_StrRollbackRetainin, ": [Rollback retaining (Soft rollback)]" - IBSQLMonitor_StrStartTransaction, ": [Start transaction]" - IBSQLMonitor_StrApplication, "[Application: " - ADOConst_SMissingConnection, "Missing Connection or ConnectionString" - ADOConst_SNoDetailFilter, "Filter property cannot be used for detail tables" - ADOConst_SBookmarksRequired, "Dataset does not support bookmarks, which are required for multi-record data controls" - ADOConst_SMissingCommandText, "Missing %s property" - ADOConst_SNoResultSet, "CommandText does not return a result set" - ADOConst_SADOCreateError, "Error creating object. Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed" + cxEditConsts_cxSDateFifth, "fifth" + cxEditConsts_cxSDateSixth, "sixth" + cxEditConsts_cxSDateSeventh, "seventh" + cxEditConsts_cxSDateBOM, "bom" + 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" - IBSQLMonitor_StrConnect, ": [Connect]" - IBSQLMonitor_StrDisconnect, ": [Disconnect]" - IBSQLMonitor_StrMisc, "[Misc] " - IBSQLMonitor_StrError, "[Error] " - IBSQLMonitor_StrAttach, ": [Attach]" - IBSQLMonitor_StrDetach, ": [Detach]" - IBSQLMonitor_StrQuery, ": [Query]" - IBSQLMonitor_StrStart, ": [Start]" - IBSQLMonitor_StrExecute, ": [Execute] " - IBSQLMonitor_StrNULL, "" - IBSQLMonitor_StrBLOB, "" + 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_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" @@ -1177,9 +1148,9 @@ BEGIN 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_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" @@ -1193,9 +1164,9 @@ BEGIN 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_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" @@ -1209,9 +1180,9 @@ BEGIN 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_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])" @@ -1225,9 +1196,9 @@ BEGIN 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_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" @@ -1241,9 +1212,9 @@ BEGIN 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_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)" @@ -1257,9 +1228,9 @@ BEGIN 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_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" @@ -1273,9 +1244,38 @@ BEGIN 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" + IBSQLMonitor_StrFetch, ": [Fetch] " + IBSQLMonitor_StrPrepare, ": [Prepare] " + IBSQLMonitor_StrPlan, " Plan: " + IBSQLMonitor_StrPlanCantRetrive, " Plan: Can't retrieve plan - too large" + IBSQLMonitor_StrCommitHardComm, ": [Commit (Hard commit)]" + IBSQLMonitor_StrCommitRetaining, ": [Commit retaining (Soft commit)]" + IBSQLMonitor_StrRollback, ": [Rollback]" + IBSQLMonitor_StrRollbackRetainin, ": [Rollback retaining (Soft rollback)]" + IBSQLMonitor_StrStartTransaction, ": [Start transaction]" + IBSQLMonitor_StrApplication, "[Application: " + IBXConst_SUnknownError, "Unknown error" + IBXConst_SInterBaseMissing, "InterBase library gds32.dll not found in the path. Please install InterBase to use this functionality" + IBXConst_SInterBaseInstallMissing, "InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality" + 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" + ADOConst_SCantRequery, "Cannot perform a requery after connection has changed" + ADOConst_SNoFilterOptions, "FilterOptions are not supported" + ADOConst_SRecordsetNotOpen, "Recordset is not open" + ADOConst_sNameAttr, "Name" + ADOConst_sValueAttr, "Value" + IBSQLMonitor_StrConnect, ": [Connect]" + IBSQLMonitor_StrDisconnect, ": [Disconnect]" + IBSQLMonitor_StrMisc, "[Misc] " + IBSQLMonitor_StrError, "[Error] " + IBSQLMonitor_StrAttach, ": [Attach]" + IBSQLMonitor_StrDetach, ": [Detach]" + IBSQLMonitor_StrQuery, ": [Query]" + IBSQLMonitor_StrStart, ": [Start]" + IBSQLMonitor_StrExecute, ": [Execute] " + IBSQLMonitor_StrNULL, "" + IBSQLMonitor_StrBLOB, "" uDARes_err_DARDMConnectionIsNotAssigned, "Connection is not assigned" 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." @@ -1283,15 +1283,15 @@ BEGIN 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." - 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" + ADOConst_SMissingConnection, "Missing Connection or ConnectionString" + ADOConst_SNoDetailFilter, "Filter property cannot be used for detail tables" + ADOConst_SBookmarksRequired, "Dataset does not support bookmarks, which are required for multi-record data controls" + ADOConst_SMissingCommandText, "Missing %s property" + ADOConst_SNoResultSet, "CommandText does not return a result set" + ADOConst_SADOCreateError, "Error creating object. Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed" + ADOConst_SEventsNotSupported, "Events are not supported with server side TableDirect cursors" + ADOConst_SUsupportedFieldType, "Unsupported field type (%s) in field %s" + ADOConst_SConnectionRequired, "A connection component is required for async ExecuteOptions" 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" @@ -1308,15 +1308,15 @@ BEGIN uDARes_err_HETConnectionNotSupportedInV3, "HET Connections are not supported by te legacy v3 DARemoteService" uDARes_err_DARDMInvalidSchema, "Schema must be assigned and must point to a ConnectionManager" uDARes_err_DARDMUnassignedAdapter, "DataAdapter is not assigned" - JvResources_RsCl3DDkShadow, "Dark shadow 3D elements" - JvResources_RsCl3DLight, "Highlight 3D elements" - JvResources_RsClInfoText, "Tooltip text" - JvResources_RsClInfoBk, "Tooltip background" - JvResources_RsGradientActiveCaption, "Gradient Active Caption" - JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption" - JvResources_RsHotLight, "Hot Light" - JvResources_RsMenuBar, "Menu Bar" - JvResources_RsMenuHighlight, "Menu Highlight" + 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" @@ -1324,102 +1324,280 @@ BEGIN uDARes_err_DriverManagerNotAssigned, "Driver Manager is not assigned" uDARes_err_FieldTypeNotSupported, "FieldType %s (%d) is not supported" uDARes_err_InvalidDataset, "Invalid or NIL dataset" - JvResources_RsClWindow, "Window background" - JvResources_RsClWindowFrame, "Window frame" - JvResources_RsClMenuText, "Menu text" - JvResources_RsClWindowText, "Window text" - JvResources_RsClCaptionText, "Active window title bar text" - JvResources_RsClActiveBorder, "Active window border" - JvResources_RsClInactiveBorder, "Inactive window border" - JvResources_RsClAppWorkSpace, "Application workspace" - JvResources_RsClHighlight, "Selection background" - JvResources_RsClHighlightText, "Selection text" - JvResources_RsClBtnFace, "Button face" - JvResources_RsClBtnShadow, "Button shadow" - JvResources_RsClGrayText, "Dimmed text" - JvResources_RsClBtnText, "Button text" - JvResources_RsClInactiveCaptionText, "Inactive window title bar text" - JvResources_RsClBtnHighlight, "Button highlight" - JvResources_RsClBrightGreen, "Bright Green" - JvResources_RsClTurquoise, "Turquoise" - JvResources_RsClPlum, "Plum" - JvResources_RsClGray25, "Gray 25%" - JvResources_RsClRose, "Rose" - JvResources_RsClTan, "Tan" - JvResources_RsClLightYellow, "Light Yellow" - JvResources_RsClLightGreen, "Light Green" - JvResources_RsClLightTurquoise, "Light Turquoise" - JvResources_RsClPaleBlue, "Pale Blue" - JvResources_RsClLavender, "Lavender" - JvResources_RsClScrollBar, "Scrollbar" - JvResources_RsClBackground, "Desktop background" - JvResources_RsClActiveCaption, "Active window title bar" - JvResources_RsClInactiveCaption, "Inactive window title bar" - JvResources_RsClMenu, "Menu background" - JvResources_RsClDarkTeal, "Dark Teal" - JvResources_RsClDarkBlue, "Dark Blue" - JvResources_RsClIndigo, "Indigo" - JvResources_RsClGray80, "Gray 80%" - JvResources_RsClDarkRed, "Dark Red" - JvResources_RsClOrange, "Orange" - JvResources_RsClDarkYellow, "Dark Yellow" - JvResources_RsClBlueGray, "Blue Gray" - JvResources_RsClGray50, "Gray 50%" - JvResources_RsClLightOrange, "Light Orange" - JvResources_RsClSeaGreen, "Sea Green" - JvResources_RsClLightBlue, "Light Blue" - JvResources_RsClViolet, "Violet" - JvResources_RsClGray40, "Gray 40%" - JvResources_RsClPink, "Pink" - JvResources_RsClGold, "Gold" - JvResources_RsClGray, "Gray" - JvResources_RsClSilver, "Silver" - JvResources_RsClRed, "Red" - JvResources_RsClLime, "Lime" - JvResources_RsClYellow, "Yellow" - JvResources_RsClBlue, "Blue" - JvResources_RsClFuchsia, "Fuchsia" - JvResources_RsClAqua, "Aqua" - JvResources_RsClWhite, "White" - JvResources_RsClMoneyGreen, "Money green" - JvResources_RsClSkyBlue, "Sky blue" - JvResources_RsClCream, "Cream" - JvResources_RsClMedGray, "Medium gray" - JvResources_RsClBrown, "Brown" - JvResources_RsClOliveGreen, "Olive Green" - JvResources_RsClDarkGreen, "Dark Green" - JvResources_RsENoGIFData, "No GIF Data to write" - JvResources_RsEUnrecognizedGIFExt, "Unrecognized extension block: %.2x" - JvResources_RsEWrongGIFColors, "Wrong number of colors; must be a power of 2" - JvResources_RsEBadGIFCodeSize, "GIF code size not in range 2 to 9" - JvResources_RsEGIFDecodeError, "GIF encoded data is corrupt" - JvResources_RsEGIFEncodeError, "GIF image encoding error" - JvResources_RsEGIFVersion, "Unknown GIF version" - JvResources_RsEPixelFormatNotImplemented, "BitmapToMemoryStream: pixel format not implemented" - JvResources_RsEBitCountNotImplemented, "BitmapToMemoryStream: bit count not implemented" - JvResources_RsClBlack, "Black" - JvResources_RsClMaroon, "Maroon" - JvResources_RsClGreen, "Green" - JvResources_RsClOlive, "Olive green" - JvResources_RsClNavy, "Navy blue" - JvResources_RsClPurple, "Purple" - JvResources_RsClTeal, "Teal" + 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_RSHTTPNotImplemented, "Not Implemented" + IdResourceStringsProtocols_RSHTTPBadGateway, "Bad Gateway" + 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" + IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request" + IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized" + 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." + IdResourceStringsProtocols_RSMIMEExtensionEmpty, "Extension is empty" + IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty" + 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." + IdResourceStringsCore_RSIdNoDataToRead, "No data to read." + IdResourceStringsCore_RSReadTimeout, "Read Timeout" + 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." + IdResourceStringsCore_RSSocksAuthMethodError, "Invalid socks authentication method." + IdResourceStringsCore_RSSocksAuthError, "Authentication error to socks server." + 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_RSConnectionClosedGracefully, "Connection Closed Gracefully." + IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." + 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_RSStackENOTCONN, "Socket is not connected." + IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." + 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." + IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." + IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." + 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." + IdResourceStrings_RSStatusDisconnecting, "Disconnecting." + IdResourceStrings_RSStatusDisconnected, "Disconnected." + 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_SProviderExecuteNotSupported, "Execute not supported: %s" + DBConsts_SDataSetUnidirectional, "Operation not allowed on a unidirectional dataset" + 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" + DBConsts_SNoIndexForFields, "No index for fields '%s'" + DBConsts_SIndexNotFound, "Index '%s' not found" + DBConsts_SCircularDataLink, "Circular datalinks are not allowed" + 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'" + DBConsts_SFieldNotFound, "Field '%s' not found" + DBConsts_SFieldAccessError, "Cannot access field '%s' as type %s" + DBConsts_SFieldValueError, "Invalid value for field '%s'" + 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." + 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." + 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_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_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" + 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" + 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." + uRORes_err_RodlDuplicateName, "Duplicate name." + uRORes_err_RodlNoDataTypeSpecified, "No data type specified." + uRORes_err_RodlNoEnumValues, "Enum does not contain any values." + JclResources_RsIntelCacheDescr87, "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size" + JclResources_RsIntelCacheDescrB0, "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries" JclResources_RsIntelCacheDescrB3, "Data TLB: 4 KByte pages, 4-way set associative, 128 entries" JclResources_RsIntelCacheDescrB4, "Data TLB1: 4 KByte pages, 4-way set associative, 256 entries" JclResources_RsIntelCacheDescrF0, "64-Byte Prefetching" JclResources_RsIntelCacheDescrF1, "128-Byte Prefetching" - JvResources_RsAniExtension, "ani" - JvResources_RsAniFilterName, "ANI Image" - JvResources_RsRootValueReplaceFmt, "The Default Root Value \"%0:s\" has been replaced with \"%1:s\".\r\nPlease change the value in the FileVersionInfo Project Properties." - JvResources_RsEUnableToCreateKey, "Unable to create key '%s'" - JvResources_RsEEnumeratingRegistry, "Error enumerating registry" - JvResources_RsEInvalidType, "Invalid type" - JvResources_RsEUnknownBaseType, "Unknown base type for given set" - JvResources_RsEInvalidPath, "Invalid path" - JvResources_RsENotAUniqueRootPath, "'%s' is not a unique root path" - JvResources_RsECircularReferenceOfStorages, "Circular reference of storages" - JvResources_RsGIFImage, "CompuServe GIF Image" - JvResources_RsEChangeGIFSize, "Cannot change the Size of a GIF image" + 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" + 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" @@ -1434,8 +1612,8 @@ BEGIN 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_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" @@ -1450,8 +1628,8 @@ BEGIN 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_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" @@ -1466,8 +1644,8 @@ BEGIN 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_RsRTTIFloatType, "Float type: " + JclResources_RsRTTIMethodKind, "Method kind: " JclResources_RsRTTIParamCount, "Parameter count: " JclResources_RsRTTIReturnType, "Return type: " JclResources_RsRTTIMaxLen, "Max length: " @@ -1482,8 +1660,8 @@ BEGIN 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_RsRTTIIndex, "index" + JclResources_RsRTTIDefault, "default" JclResources_RsRTTIName, "Name: " JclResources_RsRTTIType, "Type: " JclResources_RsRTTIFlags, "Flags: " @@ -1498,8 +1676,8 @@ BEGIN JclResources_RsRTTIPropCount, "Property count: " JclResources_RsRTTIUnitName, "Unit name: " JclResources_RsRTTIBasedOn, "Based on: " - JclResources_RsRTTIFloatType, "Float type: " - JclResources_RsRTTIMethodKind, "Method kind: " + JclResources_RsRTTIUnknownIdentifier, "Unknown identifier '%s'." + JclResources_RsRTTIVar, "var " JclResources_RsRTTIConst, "const " JclResources_RsRTTIArrayOf, "array of " JclResources_RsRTTIOut, "out " @@ -1514,8 +1692,8 @@ BEGIN JclResources_RsRTTIField, "field" JclResources_RsRTTIStaticMethod, "static method" JclResources_RsRTTIVirtualMethod, "virtual method" - JclResources_RsRTTIIndex, "index" - JclResources_RsRTTIDefault, "default" + 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" @@ -1530,12 +1708,12 @@ BEGIN JclResources_RsHKCCShort, "HKCC" JclResources_RsHKDDShort, "HKDD" JclResources_RsRTTIValueOutOfRange, "Value out of range (%s)." - JclResources_RsRTTIUnknownIdentifier, "Unknown identifier '%s'." - JclResources_RsRTTIVar, "var " - 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" + 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" @@ -1546,280 +1724,102 @@ BEGIN 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" - 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." - 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" - 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." - IdResourceStringsCore_RSTransparentProxyCannotBind, "Transparent proxy cannot bind." - IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP, "UDP Not supported by this proxy." - 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." - IdResourceStringsCore_RSSocksServerCommandError, "Command not supported." - IdResourceStringsCore_RSSocksServerAddressError, "Address type not supported." - 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_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." - 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" - IdResourceStringsProtocols_RSHTTPConflict, "Conflict" - IdResourceStringsProtocols_RSHTTPGone, "Gone" - IdResourceStringsProtocols_RSHTTPLengthRequired, "Length Required" - 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." - 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" - 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_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_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_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_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." - 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." - 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." - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." - IdResourceStrings_RSStatusDisconnected, "Disconnected." - IdResourceStrings_RSStatusText, "%s" - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" - IdResourceStrings_RSStackEINTR, "Interrupted system call." - 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_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_SInvalidBoolValue, "'%s' is not a valid boolean value for field '%s'" - DBConsts_SInvalidFloatValue, "'%s' is not a valid floating point value for field '%s'" - DBConsts_SFieldTypeMismatch, "Type mismatch for field '%s', expecting: %s actual: %s" - DBConsts_SFieldSizeMismatch, "Size mismatch for field '%s', expecting: %d actual: %d" - DBConsts_SInvalidVarByteArray, "Invalid variant type or size for field '%s'" - DBConsts_SFieldOutOfRange, "Value of field '%s' is out of range" - DBConsts_SFieldRequired, "Field '%s' must have a value" - DBConsts_SDataSetMissing, "Field '%s' has no dataset" - DBConsts_SInvalidCalcType, "Field '%s' cannot be a calculated or lookup field" - DBConsts_SFieldReadOnly, "Field '%s' cannot be modified" - DBConsts_SNoIndexForFields, "No index for fields '%s'" - 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" - uRORes_err_MessageNotAssigned, "Message is NIL" - 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" - 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_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_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_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" - 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_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." - 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" - 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." - 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\"" + JvResources_RsClAppWorkSpace, "Application workspace" + JvResources_RsClHighlight, "Selection background" + JvResources_RsClHighlightText, "Selection text" + JvResources_RsClBtnFace, "Button face" + JvResources_RsClBtnShadow, "Button shadow" + JvResources_RsClGrayText, "Dimmed text" + JvResources_RsClBtnText, "Button text" + JvResources_RsClInactiveCaptionText, "Inactive window title bar text" + JvResources_RsClBtnHighlight, "Button highlight" + JvResources_RsCl3DDkShadow, "Dark shadow 3D elements" + JvResources_RsCl3DLight, "Highlight 3D elements" + JvResources_RsClInfoText, "Tooltip text" + JvResources_RsClInfoBk, "Tooltip background" + JvResources_RsGradientActiveCaption, "Gradient Active Caption" + JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption" + JvResources_RsHotLight, "Hot Light" + JvResources_RsClLightGreen, "Light Green" + JvResources_RsClLightTurquoise, "Light Turquoise" + JvResources_RsClPaleBlue, "Pale Blue" + JvResources_RsClLavender, "Lavender" + JvResources_RsClScrollBar, "Scrollbar" + JvResources_RsClBackground, "Desktop background" + JvResources_RsClActiveCaption, "Active window title bar" + JvResources_RsClInactiveCaption, "Inactive window title bar" + JvResources_RsClMenu, "Menu background" + JvResources_RsClWindow, "Window background" + JvResources_RsClWindowFrame, "Window frame" + JvResources_RsClMenuText, "Menu text" + JvResources_RsClWindowText, "Window text" + JvResources_RsClCaptionText, "Active window title bar text" + JvResources_RsClActiveBorder, "Active window border" + JvResources_RsClInactiveBorder, "Inactive window border" + JvResources_RsClBlueGray, "Blue Gray" + JvResources_RsClGray50, "Gray 50%" + JvResources_RsClLightOrange, "Light Orange" + JvResources_RsClSeaGreen, "Sea Green" + JvResources_RsClLightBlue, "Light Blue" + JvResources_RsClViolet, "Violet" + JvResources_RsClGray40, "Gray 40%" + JvResources_RsClPink, "Pink" + JvResources_RsClGold, "Gold" + JvResources_RsClBrightGreen, "Bright Green" + JvResources_RsClTurquoise, "Turquoise" + JvResources_RsClPlum, "Plum" + JvResources_RsClGray25, "Gray 25%" + JvResources_RsClRose, "Rose" + JvResources_RsClTan, "Tan" + JvResources_RsClLightYellow, "Light Yellow" + JvResources_RsClAqua, "Aqua" + JvResources_RsClWhite, "White" + JvResources_RsClMoneyGreen, "Money green" + JvResources_RsClSkyBlue, "Sky blue" + JvResources_RsClCream, "Cream" + JvResources_RsClMedGray, "Medium gray" + JvResources_RsClBrown, "Brown" + JvResources_RsClOliveGreen, "Olive Green" + JvResources_RsClDarkGreen, "Dark Green" + JvResources_RsClDarkTeal, "Dark Teal" + JvResources_RsClDarkBlue, "Dark Blue" + JvResources_RsClIndigo, "Indigo" + JvResources_RsClGray80, "Gray 80%" + JvResources_RsClDarkRed, "Dark Red" + JvResources_RsClOrange, "Orange" + JvResources_RsClDarkYellow, "Dark Yellow" + JvResources_RsEPixelFormatNotImplemented, "BitmapToMemoryStream: pixel format not implemented" + JvResources_RsEBitCountNotImplemented, "BitmapToMemoryStream: bit count not implemented" + JvResources_RsClBlack, "Black" + JvResources_RsClMaroon, "Maroon" + JvResources_RsClGreen, "Green" + JvResources_RsClOlive, "Olive green" + JvResources_RsClNavy, "Navy blue" + JvResources_RsClPurple, "Purple" + JvResources_RsClTeal, "Teal" + JvResources_RsClGray, "Gray" + JvResources_RsClSilver, "Silver" + JvResources_RsClRed, "Red" + JvResources_RsClLime, "Lime" + JvResources_RsClYellow, "Yellow" + JvResources_RsClBlue, "Blue" + JvResources_RsClFuchsia, "Fuchsia" + JvResources_RsEUnableToCreateKey, "Unable to create key '%s'" + JvResources_RsEEnumeratingRegistry, "Error enumerating registry" + JvResources_RsEInvalidType, "Invalid type" + JvResources_RsEUnknownBaseType, "Unknown base type for given set" + JvResources_RsEInvalidPath, "Invalid path" + JvResources_RsENotAUniqueRootPath, "'%s' is not a unique root path" + JvResources_RsECircularReferenceOfStorages, "Circular reference of storages" + JvResources_RsGIFImage, "CompuServe GIF Image" + JvResources_RsEChangeGIFSize, "Cannot change the Size of a GIF image" + JvResources_RsENoGIFData, "No GIF Data to write" + JvResources_RsEUnrecognizedGIFExt, "Unrecognized extension block: %.2x" + JvResources_RsEWrongGIFColors, "Wrong number of colors; must be a power of 2" + JvResources_RsEBadGIFCodeSize, "GIF code size not in range 2 to 9" + JvResources_RsEGIFDecodeError, "GIF encoded data is corrupt" + JvResources_RsEGIFEncodeError, "GIF image encoding error" + JvResources_RsEGIFVersion, "Unknown GIF version" Consts_SSeparator, "Separator" Consts_SErrorSettingCount, "Error setting %s.Count" Consts_SListBoxMustBeVirtual, "Listbox (%s) style must be virtual in order to set Count" @@ -1833,9 +1833,9 @@ BEGIN Consts_STrayIconCreateError, "Cannot create shell notification icon" Consts_SPageControlNotSet, "PageControl must first be assigned" Consts_SWindowsVistaRequired, "%s requires Windows Vista or later" - 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." + 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" @@ -2096,47 +2096,47 @@ END /* C:\Archivos de programa\EurekaLog 6\Delphi11\DIALOG.RES */ /* c:\archivos de programa\codegear\rad studio\5.0\lib\Controls.res */ -/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROPoweredByRemObjectsButton.res */ -/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\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\jvcl\JvConsts.res */ +/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxProgress.DFM */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxCtrls.RES */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxPrintDialog.DFM */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxDock.DFM */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxPreviewPageSettings.DFM */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxSearchDialog.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.DFM */ -/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.RES */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxDialogForm.DFM */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxPassw.dfm */ /* C:\Codigo Tecsitel\Lib\FastReport3\frxClass.RES */ -/* C:\Codigo Tecsitel\Lib\jvcl\JvConsts.res */ -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* C:\Codigo Tecsitel\Lib\jvcl\JvLogForm.dfm */ -/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_IBXDriver_Glyphs.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:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_ADODriver_Glyphs.res */ -/* 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\Source\Drivers\DataAbstract_IBXDriver_Glyphs.res */ +/* C:\Codigo Tecsitel\Lib\jvcl\JvLogForm.dfm */ +/* 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 */ -/* C:\Codigo Tecsitel\Source\Servidor\srvLogin_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Modulos\Empresas\Servidor\srvEmpresas_Impl.dfm */ -/* C:\Codigo Tecsitel\Source\Servidor\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\Modulos\Usuarios\Servidor\srvUsuarios_Impl.dfm */ +/* Configuracion\uConexionBD.dfm */ +/* Configuracion\uConfiguracion.dfm */ +/* uServerMainForm.dfm */ +/* srvLogin_Impl.dfm */ +/* ..\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */ +/* ..\Base\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 */ +/* ..\Base\Usuarios\Servidor\srvUsuarios_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/Utiles/uTiendaWebUtils.pas b/Source/Servidor/Utiles/uTiendaWebUtils.pas deleted file mode 100644 index e23384d1..00000000 --- a/Source/Servidor/Utiles/uTiendaWebUtils.pas +++ /dev/null @@ -1,46 +0,0 @@ -unit uTiendaWebUtils; - -interface - -function HayConexionConTienda(const AODBCName : String; var AErrorMsg: String): Boolean; - -implementation - -uses - SysUtils, SqlExpr, Dialogs, ADODB; - -function HayConexionConTienda(const AODBCName : String; var AErrorMsg: String): Boolean; -var - ADOConnection1: TADOConnection; -begin - AErrorMsg := ''; - ADOConnection1 := TADOConnection.Create(nil); - try - with ADOConnection1 do - begin - Name := 'ADOConnection1'; - Provider := 'MSDASQL.1'; - LoginPrompt := False; - ConnectionString := 'Provider=MSDASQL.1;Persist Security Info=False;' + - 'Data Source=' + AODBCName; - - try - Connected := True; - Result := True; - Connected := False; - except - on E : Exception do - begin - Result := False; - AErrorMsg := e.Message; - end; - end; - end; - finally - FreeAndNIL(ADOConnection1); - end; -end; - - - -end. diff --git a/Source/Servidor/uDataModuleServer.pas b/Source/Servidor/uDataModuleServer.pas index dda87e88..67727c32 100644 --- a/Source/Servidor/uDataModuleServer.pas +++ b/Source/Servidor/uDataModuleServer.pas @@ -75,7 +75,7 @@ implementation uses DateUtils, JclFileUtils, ActiveX, Forms, Registry, Windows, Dialogs, - uSesionesUtils, uServerAppUtils, ExtCtrls; + ExtCtrls, uSesionesUtils, uServerAppUtils; function DarRutaInformes : String; begin