📄 mdsas.drc
字号:
Vdbconsts_SCancelEdit, "Cancel edit"
Vdbconsts_SRefreshRecord, "Refresh data"
Vdbconsts_SDeleteRecordQuestion, "Delete record?"
Vdbconsts_SDeleteMultipleRecordsQuestion, "Delete all selected records?"
Vdbconsts_SDataSourceFixed, "Operation not allowed in a DBCtrlGrid"
Vdbconsts_SNotReplicatable, "Control cannot be used 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"
Suidbctrls_SFirstRecord, "First record"
Suidbctrls_SPriorRecord, "Prior record"
Suidbctrls_SNextRecord, "Next record"
Suidbctrls_SLastRecord, "Last record"
Suidbctrls_SInsertRecord, "Insert record"
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_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"
Vdbconsts_SFirstRecord, "First record"
Vdbconsts_SPriorRecord, "Prior record"
Vdbconsts_SNextRecord, "Next record"
Vdbconsts_SLastRecord, "Last record"
Vdbconsts_SInsertRecord, "Insert record"
Vdbconsts_SDeleteRecord, "Delete record"
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_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_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_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_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_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"
Bdeconst_SUpdateFailed, "Update failed"
Bdeconst_SLocalTransDirty, "The transaction isolation level must be dirty read for local databases"
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'"
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"
Bdeconst_SHandleError, "Error creating cursor handle"
Bdeconst_SNoReferenceTableName, "ReferenceTableName not specified for field '%s'"
Bdeconst_SInvalidBatchMove, "Invalid batch move parameters"
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"
Teeconst_TeeMsg_ValuesY, "Y"
Teeconst_TeeMsg_ValuesPie, "Pie"
Teeconst_TeeMsg_ValuesBar, "Bar"
Teeconst_TeeMsg_ValuesAngle, "Angle"
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"
Teeconst_TeeMsg_PieSample8, "Chairs"
Teeconst_TeeMsg_GalleryStandard, "Standard"
Teeconst_TeeMsg_GalleryFunctions, "Functions"
Teeconst_TeeMsg_DefaultFontSize, "8"
Teeconst_TeeMsg_FunctionAdd, "Add"
Teeconst_TeeMsg_FunctionSubtract, "Subtract"
Teeconst_TeeMsg_FunctionMultiply, "Multiply"
Teeconst_TeeMsg_FunctionDivide, "Divide"
Teeconst_TeeMsg_FunctionHigh, "High"
Teeconst_TeeMsg_FunctionLow, "Low"
Teeconst_TeeMsg_FunctionAverage, "Average"
Teeconst_TeeMsg_DefaultFontName, "Arial"
Teeconst_TeeMsg_CheckPointerSize, "Pointer size must be greater than zero"
Teeconst_TeeMsg_FunctionPeriod, "Function Period should be >= 0"
Teeconst_TeeMsg_PieOther, "Other"
Teeconst_TeeMsg_ValuesX, "X"
Teeconst_TeeMsg_SeriesParentNoSelf, "Series.ParentChart is not myself!"
Teeconst_TeeMsg_GalleryLine, "Line"
Teeconst_TeeMsg_GalleryPoint, "Point"
Teeconst_TeeMsg_GalleryArea, "Area"
Teeconst_TeeMsg_GalleryBar, "Bar"
Teeconst_TeeMsg_GalleryHorizBar, "Horiz. Bar"
Teeconst_TeeMsg_GalleryPie, "Pie"
Teeconst_TeeMsg_GalleryFastLine, "Fast Line"
Teeconst_TeeMsg_Rotation, "Rotation"
Teeconst_TeeMsg_PieSample1, "Cars"
Teeconst_TeeMsg_PieSample2, "Phones"
Teeconst_TeeMsg_PieSample3, "Tables"
Teeconst_TeeMsg_PieSample4, "Monitors"
Teeconst_TeeMsg_PieSample5, "Lamps"
Teeconst_TeeMsg_PieSample6, "Keyboards"
Teeconst_TeeMsg_PieSample7, "Bikes"
Teeconst_TeeMsg_AxisLabelSep, "Labels Separation % must be greater than 0"
Teeconst_TeeMsg_AxisIncrementNeg, "Axis increment must be >= 0"
Teeconst_TeeMsg_AxisMinMax, "Axis Minimum Value must be <= Maximum"
Teeconst_TeeMsg_AxisMaxMin, "Axis Maximum Value must be >= Minimum"
Teeconst_TeeMsg_AxisLogBase, "Axis Logarithmic Base should be >= 2"
Teeconst_TeeMsg_MaxPointsPerPage, "MaxPointsPerPage must be >= 0"
Teeconst_TeeMsg_3dPercent, "3D effect percent must be between %d and %d"
Teeconst_TeeMsg_CircularSeries, "Circular Series dependences are not allowed"
Teeconst_TeeMsg_BarWidthPercent, "Bar Width Percent must be between 1 and 100"
Teeconst_TeeMsg_BarOffsetPercent, "Bar Offset Percent must be between -100% and 100%"
Teeconst_TeeMsg_DefaultPercentOf, "%s of %s"
Teeconst_TeeMsg_DefPercentFormat, "##0.## %"
Teeconst_TeeMsg_DefValueFormat, "#,##0.###"
Teeconst_TeeMsg_AxisTitle, "Axis Title"
Teeconst_TeeMsg_AxisLabels, "Axis Labels"
Teeconst_TeeMsg_RefreshInterval, "Refresh Interval must be between 0 and 60"
Qr3const_SqrEvalNotPrepared, "Evaluator not prepared"
Qr3const_SqrMissingArgument, "Missing argument for %s"
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"
Teeconst_TeeMsg_LegendTopPos, "Top Legend Position must be between 0 and 100 %"
Teeconst_TeeMsg_LegendFirstValue, "First Legend Value must be > 0"
Teeconst_TeeMsg_LegendColorWidth, "Legend Color Width must be between 0 and 100 %"
Teeconst_TeeMsg_SeriesSetDataSource, "No ParentChart to validate DataSource"
Teeconst_TeeMsg_SeriesInvDataSource, "No valid DataSource: %s"
Teeconst_TeeMsg_FillSample, "FillSampleValues NumValues must be > 0"
Teeconst_TeeMsg_Angle, "%s Angle must be between 0 and 359 degrees"
Teeconst_TeeMsg_AxisLogDateTime, "DateTime Axis cannot be Logarithmic"
Teeconst_TeeMsg_AxisLogNotPositive, "Logarithmic Axis Min and Max values should be >= 0"
Qr3const_SqrExpBoolean, "boolean"
Qr3const_SqrExpString, "string"
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_SqrAverageDesc, "Returns the average of numeric <X>"
Qr3const_SqrBoolDesc, "boolean value"
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_SqrAbstractFilterDescription, "Abstract non-working export filter"
Qr3const_SqrAbstractFilterName, "Abstract filter"
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_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"
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -