⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sckglxt.drc

📁 民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务包
💻 DRC
📖 第 1 页 / 共 4 页
字号:
#define Consts_SDuplicateString 65534
#define Consts_SInvalidTabPosition 65535
STRINGTABLE
BEGIN
	Midconst_SNoDeletesAllowed,	"Deletes are not allowed"
	Midconst_SNoInsertsAllowed,	"Inserts are not allowed"
	Jconsts_sChangeJPGSize,	"Cannot change the size of a JPEG image"
	Jconsts_sJPEGError,	"JPEG error #%d"
	Jconsts_sJPEGImageFile,	"JPEG Image File"
	Dbconsts_SDataSourceFixed,	"Operation not allowed in a DBCtrlGrid"
	Dbconsts_SNotReplicatable,	"Control cannot be used in a DBCtrlGrid"
	Dbconsts_SPropDefByLookup,	"Property already defined by lookup field"
	Dbconsts_STooManyColumns,	"Grid requested to display more than 256 columns"
	Midconst_SProviderNotExported,	"Provider not exported: %s"
	Midconst_SNoDataProvider,	"Missing data provider or data packet"
	Midconst_SInvalidDataPacket,	"Invalid data packet"
	Midconst_SRefreshError,	"Must apply updates before refreshing data"
	Midconst_SNoCircularReference,	"Circular provider references not allowed"
	Midconst_SErrorLoadingMidas,	"Error loading MIDAS.DLL"
	Midconst_SConstraintFailed,	"Record or field constraint failed."
	Midconst_SField,	"Field"
	Midconst_SRecConstFail,	"Preparation of record constraint failed with error \"%s\""
	Midconst_SFieldConstFail,	"Preparation of field constraint failed with error \"%s\""
	Midconst_SDefExprFail,	"Preparation of default expression failed with error \"%s\""
	Midconst_SNoEditsAllowed,	"Modifications are not allowed"
	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_SRecordChanged,	"Record changed by another user"
	Dbconsts_SFirstRecord,	"First record"
	Dbconsts_SPriorRecord,	"Prior record"
	Dbconsts_SNextRecord,	"Next record"
	Dbconsts_SLastRecord,	"Last record"
	Dbconsts_SInsertRecord,	"Insert record"
	Dbconsts_SDeleteRecord,	"Delete record"
	Dbconsts_SEditRecord,	"Edit record"
	Dbconsts_SPostEdit,	"Post edit"
	Dbconsts_SCancelEdit,	"Cancel edit"
	Dbconsts_SRefreshRecord,	"Refresh data"
	Dbconsts_SDeleteRecordQuestion,	"Delete record?"
	Dbconsts_SDeleteMultipleRecordsQuestion,	"Delete all selected records?"
	Dbconsts_SRecordNotFound,	"Record not found"
	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_SAggActive,	"Property may not be modified while aggregate is active"
	Dbconsts_SProviderSQLNotSupported,	"SQL not supported: %s"
	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_SExprIncorrect,	"Incorrectly formed filter expression"
	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_SNoFieldIndexes,	"No index currently active"
	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_SNoNestedMasterSource,	"Nested datasets cannot have a MasterSource"
	Dbconsts_SDataSetOpen,	"Cannot perform this operation on an open dataset"
	Dbconsts_SNotEditing,	"Dataset not in edit or insert mode"
	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_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_SBCDOverflow,	"(Overflow)"
	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"
	Dbconsts_SInvalidFieldSize,	"Invalid field size"
	Qr3const_SqrInvalidFormatnumeric,	"Invalid format or value specified"
	Qr3const_SqrSQRTInvalid,	"Invalid argument to SQRT function"
	Qr3const_SqrInvalidNot,	"Invalid use of NOT"
	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"
	Bdeconst_SHandleError,	"Error creating cursor handle"
	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_SqrConversionError,	"Conversion error"
	Qr3const_SqrDivisionByZero,	"Division by Zero"
	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_SqrExpNumeric,	"numeric"
	Qr3const_SqrExpDivideByZero,	"Cannot divide by 0"
	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_SqrIntDesc,	"Returns the integer part of <X>"
	Qr3const_SqrFracDesc,	"Returns the fractional part of <X>"
	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_SqrAbstractFilterDescription,	"Abstract non-working export filter"
	Qr3const_SqrAbstractFilterName,	"Abstract filter"
	Qr3const_SqrNone,	"none"
	Qr3const_SqrFileNotExist,	"File does not exist"
	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_SqrOverlayBandName,	"OverlayBand"
	Qr3const_SqrChildBandName,	"ChildBand"
	Qr3const_SqrSaveReport,	"Save report"
	Qr3const_SqrLoadReport,	"Load report"
	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_SqrSummary,	"Summary"
	Qr3const_SqrGroupHeader,	"Group Header"
	Qr3const_SqrGroupFooter,	"Group Footer"
	Qr3const_SqrSubDetail,	"Sub Detail"
	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"
	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"
	Sysconst_SShortDayNameTue,	"Tue"
	Sysconst_SShortDayNameWed,	"Wed"
	Sysconst_SShortDayNameThu,	"Thu"
	Sysconst_SShortDayNameFri,	"Fri"
	Sysconst_SShortDayNameSat,	"Sat"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -