📄 dspace.drc
字号:
#define SysConst_SDiskFull 65535
STRINGTABLE
BEGIN
QR3Const_SqrConversionError, "Conversion error"
QR3Const_SqrDivisionByZero, "Division by Zero"
QR3Const_SqrInvalidFormatnumeric, "Invalid format or value specified"
QR3Const_SqrSQRTInvalid, "Invalid argument to SQRT function"
QR3Const_SqrInvalidNot, "Invalid use of NOT"
OleConst_SCannotActivate, "OLE control activation failed"
OleConst_SNoWindowHandle, "Could not obtain OLE control window handle"
OleConst_SInvalidLicense, "License information for %s is invalid"
OleConst_SNotLicensed, "License information for %s not found. You cannot use this control in design mode"
QR3Const_SqrExpNumeric, "numeric"
QR3Const_SqrExpDivideByZero, "Cannot divide by 0"
QR3Const_SqrExpOperatorNotCompatible, "Operator %s is not compatible with %s expressions"
QR3Const_SqrExpUnknownFieldType, "Field %s is of unknown type"
QR3Const_SqrExpIllegalCharInNumeric, "Illegal character in numeric contant \"%s\""
QR3Const_SqrExpMissing, "Missing %s"
QR3Const_SqrExpUnknownFunction, "Unknown function : %s"
QR3Const_SqrExpError, "Error in expression : %s"
QR3Const_SqrExpRecursive, "Recursive calls not allowed"
QR3Const_SqrExpTooManyArgs, "Too many arguments"
QR3Const_SqrExpWrongArguments, "Wrong arguments for %s"
QR3Const_SqrExpUnknownType, "Unknown type"
QR3Const_SqrTrue, "True"
QR3Const_SqrFalse, "False"
QR3Const_SqrEvalNotPrepared, "Evaluator not prepared"
QR3Const_SqrMissingArgument, "Missing argument for %s"
QR3Const_SqrIntDesc, "Returns the integer part of <X>"
QR3Const_SqrFracDesc, "Returns the fractional part of <X>"
QR3Const_SqrSqrtDesc, "Returns square root of <X>"
QR3Const_SqrTypeofDesc, "Returns the data type of <Exp>"
QR3Const_SqrNoCircular, "Circular linking not allowed"
QR3Const_SqrUpperDesc, "Converts a string to upper case letters"
QR3Const_SqrLowerDesc, "Converts a string to lower case letters"
QR3Const_SqrPrettyDesc, "Makes the first character upper case and the rest lower case"
QR3Const_SqrFormatNumericDesc, "Formats numeric <N> using the mask in <F>"
QR3Const_SqrExpCannotOperator, "Cannot %s %s expressions"
QR3Const_SqrExpAdd, "add"
QR3Const_SqrExpSubtract, "subtract"
QR3Const_SqrExpMultiply, "multiply"
QR3Const_SqrExpDivide, "divide"
QR3Const_SqrExpBoolean, "boolean"
QR3Const_SqrExpString, "string"
QR3Const_SqrNone, "none"
QR3Const_SqrFileNotExist, "File does not exist"
QR3Const_SqrCompleted, " Completed"
QR3Const_SqrQRFile, "QuickReport file"
QR3Const_SqrIfDesc, "Returns <X> or <Y> depending on the boolean expression <Exp>"
QR3Const_SqrStrDesc, "Convert a numeric <X> to a string"
QR3Const_SqrTimeDesc, "Return current time as a string"
QR3Const_SqrDateDesc, "Return current date as a string"
QR3Const_SqrSumDesc, "Sums the numeric <X>"
QR3Const_SqrCopyDesc, "Returns a substring of string X"
QR3Const_SqrDivDesc, "Integer division of <X> by <Y>"
QR3Const_SqrCountDesc, "Increments for each iteration"
QR3Const_SqrMaxDesc, "Returns the highest <X>"
QR3Const_SqrMinDesc, "Returns the lowest <X>"
QR3Const_SqrAverageDesc, "Returns the average of numeric <X>"
QR3Const_SqrBoolDesc, "boolean value"
QR3Const_SqrOverlayBandName, "OverlayBand"
QR3Const_SqrChildBandName, "ChildBand"
QR3Const_SqrSaveReport, "Save report"
QR3Const_SqrLoadReport, "Load report"
QR3Const_SqrPage, "Page"
QR3Const_SqrOf, "of"
QR3Const_SqrIllegalNewPage, "Illegal call to NewPage"
QR3Const_SqrQRPrinterNotReady, "QRPrinter not ready"
QR3Const_SqrTime, "Time"
QR3Const_SqrDate, "Date"
QR3Const_SqrDateTime, "Date/Time"
QR3Const_SqrPageNum, "Page#"
QR3Const_SqrReportTitle, "Report title"
QR3Const_SqrDetailCount, "Detail count"
QR3Const_SqrDetailNo, "Detail no"
QR3Const_SqrQuSoft, "QuSoft AS"
QR3Const_SqrSummary, "Summary"
QR3Const_SqrGroupHeader, "Group Header"
QR3Const_SqrGroupFooter, "Group Footer"
QR3Const_SqrSubDetail, "Sub Detail"
QR3Const_SqrColumnHeader, "Column Header"
QR3Const_SqrOverlay, "Overlay"
QR3Const_SqrChild, "Child"
QR3Const_SqrTitleBandName, "TitleBand"
QR3Const_SqrPageHeaderBandName, "PageHeaderBand"
QR3Const_SqrDetailBandName, "DetailBand"
QR3Const_SqrPageFooterBandName, "PageFooterBand"
QR3Const_SqrSummaryBandName, "SummaryBand"
QR3Const_SqrGroupHeaderBandName, "GroupHeaderBand"
QR3Const_SqrGroupFooterBandName, "GroupFooterBand"
QR3Const_SqrSubDetailBandName, "SubDetailBand"
QR3Const_SqrColumnHeaderBandName, "ColumnHeaderBand"
QR3Const_SqrPaperSize16, "10x14 in"
QR3Const_SqrPaperSize17, "11x17 in"
QR3Const_SqrPaperSize18, "Note 8 1/2 x 11 in"
QR3Const_SqrPaperSize19, "Envelope #9 3 7/8 x 8 7/8"
QR3Const_SqrPaperSize20, "Envelope #10 4 1/8 x 9 1/2"
QR3Const_SqrPaperSize21, "Envelope #11 4 1/2 x 10 3/8"
QR3Const_SqrPaperSize22, "Envelope #12 4 \\276 x 11"
QR3Const_SqrPaperSize23, "Envelope #14 4 \\276 x 11"
QR3Const_SqrPaperSize24, "C size sheet"
QR3Const_SqrPaperSize25, "D size sheet"
QR3Const_SqrPaperSize26, "E size sheet"
QR3Const_SqrPaperSize27, "Custom Size"
QR3Const_SqrTitle, "Title"
QR3Const_SqrPageHeader, "Page Header"
QR3Const_SqrDetail, "Detail"
QR3Const_SqrPageFooter, "Page Footer"
QR3Const_SqrPaperSize0, "Default size"
QR3Const_SqrPaperSize1, "Letter 8 1/2 x 11 in"
QR3Const_SqrPaperSize2, "Letter Small 8 1/2 x 11 in"
QR3Const_SqrPaperSize3, "Tabloid 11 x 17 in"
QR3Const_SqrPaperSize4, "Ledger 17 x 11 in"
QR3Const_SqrPaperSize5, "Legal 8 1/2 x 14 in"
QR3Const_SqrPaperSize6, "Statement 5 1/2 x 8 1/2 in"
QR3Const_SqrPaperSize7, "Executive7 1/2 x 10 in"
QR3Const_SqrPaperSize8, "A3 297 x 420 mm"
QR3Const_SqrPaperSize9, "A4 210 x 297 mm"
QR3Const_SqrPaperSize10, "A4 Small 210 x 297 mm"
QR3Const_SqrPaperSize11, "A5 148 x 210 mm"
QR3Const_SqrPaperSize12, "B4 250 x 354 mm"
QR3Const_SqrPaperSize13, "B5 182 x 257 mm"
QR3Const_SqrPaperSize14, "Folio 8 1/2 x 13 in"
QR3Const_SqrPaperSize15, "Quarto 215 x 275 mm"
bdeconst_SHandleError, "Error creating cursor handle"
bdeconst_SNoReferenceTableName, "ReferenceTableName not specified for field '%s'"
bdeconst_SEmptySQLStatement, "No SQL statement available"
bdeconst_SNoParameterValue, "No value for parameter '%s'"
bdeconst_SLoginError, "Cannot connect to database '%s'"
bdeconst_SInitError, "An error occurred while attempting to initialize the Borland Database Engine (error $%.4x)"
bdeconst_SIDAPILangID, "0009"
bdeconst_SBDEError, "BDE error $%.4x"
bdeconst_SIndexDoesNotExist, "Index does not exist. Index: %s"
bdeconst_SNoTableName, "Missing TableName property"
bdeconst_SNoDataSetField, "Missing DataSetField property"
bdeconst_SNoCachedUpdates, "Not in cached update mode"
bdeconst_SInvalidAliasName, "Invalid alias name %s"
bdeconst_SNoFieldAccess, "Cannot access field '%s' in a filter"
bdeconst_SUntitled, "Untitled Application"
bdeconst_SLocalTransDirty, "The transaction isolation level must be dirty read for local databases"
VDBConsts_SDataSourceFixed, "Operation not allowed in a DBCtrlGrid"
VDBConsts_SPropDefByLookup, "Property already defined by lookup field"
VDBConsts_STooManyColumns, "Grid requested to display more than 256 columns"
VDBConsts_SRemoteLogin, "Remote Login"
bdeconst_SAutoSessionExclusive, "Cannot enable AutoSessionName property with more than one session on a form or data-module"
bdeconst_SAutoSessionExists, "Cannot add a session to the form or data-module while session '%s' has AutoSessionName enabled"
bdeconst_SAutoSessionActive, "Cannot modify SessionName while AutoSessionName is enabled"
bdeconst_SDuplicateDatabaseName, "Duplicate database name '%s'"
bdeconst_SDuplicateSessionName, "Duplicate session name '%s'"
bdeconst_SInvalidSessionName, "Invalid session name %s"
bdeconst_SDatabaseNameMissing, "Database name missing"
bdeconst_SSessionNameMissing, "Session name missing"
bdeconst_SDatabaseOpen, "Cannot perform this operation on an open database"
bdeconst_SDatabaseClosed, "Cannot perform this operation on a closed database"
bdeconst_SDatabaseHandleSet, "Database handle owned by a different session"
bdeconst_SSessionActive, "Cannot perform this operation on an active session"
IdResourceStrings_RSTIdMessagePartCreate, "TIdMessagePart can not be created. Use descendant classes. "
IdResourceStrings_RSUnevenSizeInDecodeStream, "Uneven size in DecodeToStream."
IdResourceStrings_RSUnevenSizeInEncodeStream, "Uneven size in Encode."
IdResourceStrings_RSUnrecognizedUUEEncodingScheme, "Unrecognized UUE encoding scheme."
VDBConsts_SFirstRecord, "First record"
VDBConsts_SPriorRecord, "Prior record"
VDBConsts_SNextRecord, "Next record"
VDBConsts_SLastRecord, "Last record"
VDBConsts_SInsertRecord, "Insert record"
VDBConsts_SDeleteRecord, "Delete record"
VDBConsts_SEditRecord, "Edit record"
VDBConsts_SPostEdit, "Post edit"
VDBConsts_SCancelEdit, "Cancel edit"
VDBConsts_SRefreshRecord, "Refresh data"
VDBConsts_SDeleteRecordQuestion, "Delete record?"
VDBConsts_SDeleteMultipleRecordsQuestion, "Delete all selected records?"
IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset."
IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort."
IdResourceStrings_RSStackECONNRESET, "Connection reset by peer."
IdResourceStrings_RSStackENOBUFS, "No buffer space available."
IdResourceStrings_RSStackEISCONN, "Socket is already connected."
IdResourceStrings_RSStackENOTCONN, "Socket is not connected."
IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed."
IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice."
IdResourceStrings_RSStackETIMEDOUT, "Connection timed out."
IdResourceStrings_RSStackECONNREFUSED, "Connection refused."
IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links."
IdResourceStrings_RSStackENAMETOOLONG, "File name too long."
IdResourceStrings_RSStackEHOSTDOWN, "Host is down."
IdResourceStrings_RSStackEHOSTUNREACH, "No route to host."
IdResourceStrings_RSStackENOTEMPTY, "Directory not empty"
IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found."
IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress."
IdResourceStrings_RSStackEALREADY, "Operation already in progress."
IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket."
IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required."
IdResourceStrings_RSStackEMSGSIZE, "Message too long."
IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket."
IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option."
IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported."
IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported."
IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket."
IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported."
IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family."
IdResourceStrings_RSStackEADDRINUSE, "Address already in use."
IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address."
IdResourceStrings_RSStackENETDOWN, "Network is down."
IdResourceStrings_RSStackENETUNREACH, "Network is unreachable."
IdResourceStrings_RSWS2LoadError, "Error on loading Winsock2 library (%s)"
IdResourceStrings_RSStatusResolving, "Resolving hostname %s."
IdResourceStrings_RSStatusConnecting, "Connecting to %s."
IdResourceStrings_RSStatusConnected, "Connected."
IdResourceStrings_RSStatusDisconnecting, "Disconnecting."
IdResourceStrings_RSStatusDisconnected, "Disconnected."
IdResourceStrings_RSStatusText, "%s"
IdResourceStrings_RSInvalidServiceName, "%s is not a valid service."
IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s"
IdResourceStrings_RSStackEINTR, "Interrupted system call."
IdResourceStrings_RSStackEBADF, "Bad file number."
IdResourceStrings_RSStackEACCES, "Access denied."
IdResourceStrings_RSStackEFAULT, "Bad address."
IdResourceStrings_RSStackEINVAL, "Invalid argument."
IdResourceStrings_RSStackEMFILE, "Too many open files."
IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block. "
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"
JConsts_sChangeJPGSize, "Cannot change the size of a JPEG image"
JConsts_sJPEGError, "JPEG error #%d"
JConsts_sJPEGImageFile, "JPEG Image File"
IdResourceStrings_RSNotEnoughDataInBuffer, "Not enough data in buffer."
IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error."
IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded."
IdResourceStrings_RSOnlyOneAntiFreeze, "Only one TIdAntiFreeze can exist per application."
IdResourceStrings_RSNotConnected, "Not Connected"
IdResourceStrings_RSWS2CallError, "Error on call Winsock2 library function %s"
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"
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"
ADOConst_SInvalidEnumValue, "Invalid Enum Value"
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"
DBConsts_SExprBadConst, "Constant is not correct type %s"
DBConsts_SExprNoAggFilter, "Aggregate expressions not allowed in filters"
DBConsts_SExprEmptyInList, "IN predicate list may not be empty"
DBConsts_SInvalidKeywordUse, "Invalid use of keyword"
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_SExprNoAggOnCalcs, "Field '%s' is not the correct type of calculated field to be used in an aggregate, use an internalcalc"
DBConsts_SDataSetUnidirectional, "Operation not allowed on a unidirectional dataset"
DBConsts_SUnassignedVar, "Unassigned variant value"
DBConsts_SRecordNotFound, "Record not found"
DBConsts_SBcdOverflow, "BCD overflow"
DBConsts_SExprNameError, "Unterminated field name"
DBConsts_SExprStringError, "Unterminated string constant"
DBConsts_SExprInvalidChar, "Invalid filter expression character: '%s'"
DBConsts_SExprNoLParen, "'(' expected but %s found"
DBConsts_SExprNoRParen, "')' expected but %s found"
DBConsts_SExprNoRParenOrComma, "')' or ',' expected but %s found"
DBConsts_SExprExpected, "Expression expected but %s found"
DBConsts_SExprBadField, "Field '%s' cannot be used in a filter expression"
DBConsts_SExprBadNullTest, "NULL only allowed with '=' and '<>'"
DBConsts_SExprRangeError, "Constant out of range"
DBConsts_SExprIncorrect, "Incorrectly formed filter expression"
DBConsts_SExprNothing, "nothing"
DBConsts_SExprTypeMis, "Type mismatch in expression"
DBConsts_SExprBadScope, "Operation cannot mix aggregate value with record-varying value"
DBConsts_SExprNoArith, "Arithmetic in filter expressions not supported"
DBConsts_SExprNotAgg, "Expression is not an aggregate expression"
DBConsts_SFieldReadOnly, "Field '%s' cannot be modified"
DBConsts_SFieldIndexError, "Field index out of range"
DBConsts_SNotIndexField, "Field '%s' is not indexed and cannot be modified"
DBConsts_SIndexFieldMissing, "Cannot access index field '%s'"
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"
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_SExprTermination, "Filter expression incorrectly terminated"
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'"
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"
ComStrs_sTabFailSetObject, "Failed to set object at index %d"
ComStrs_sTabMustBeMultiLine, "MultiLine must be True when TabPosition is tpLeft or tpRight"
ComStrs_sPageIndexError, "%d is an invalid PageIndex value. PageIndex must be between 0 and %d"
ComStrs_sInvalidComCtl32, "This control requires version 4.70 or greater of COMCTL32.DLL"
ComStrs_sDateTimeMax, "Date exceeds maximum of %s"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -