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

📄 cltn50.drc

📁 《Delphi技术手册源码》原书佩戴的光盘
💻 DRC
字号:
/* VER130
  Generated by the Borland Delphi Pascal Compiler
  because -GD or --drc was supplied to the compiler.

  It contains compiler-generated resource bound to the executable.
  If it is empty, no compiler-generated resources were bound to the
  produced executable.
*/

#define CltnArrays_sInvalidCollection 65520
#define CltnArrays_sNotImplemented 65521
#define Cltn_sCollectionChanged 65522
#define Cltn_sDuplicate 65523
#define Cltn_sItemNotFound 65524
#define Cltn_sValueNotFound 65525
#define Cltn_sIndexOutOfRange 65526
#define Cltn_sCantRemove 65527
#define Cltn_sNotImplemented 65528
#define Cltn_sFirstOfEmptyCollection 65529
#define CltnHash_sInvalidCollection 65530
#define CltnList_sInvalidCollection 65531
#define CltnRbTree_sInvalidCollection 65532
STRINGTABLE
BEGIN
	CltnArrays_sInvalidCollection,	"TEnumArray requires TArray collection, not %s"
	CltnArrays_sNotImplemented,	"Sorted list: Insert method is not implemented"
	Cltn_sCollectionChanged,	"Internal error: ToArray failed because collection changed while enumerator was active"
	Cltn_sDuplicate,	"%s: duplicate item"
	Cltn_sItemNotFound,	"%s: item not found"
	Cltn_sValueNotFound,	"%s: value not found"
	Cltn_sIndexOutOfRange,	"%s: index (%d) is out of range"
	Cltn_sCantRemove,	"%s: cannot call Remove except after successful call to Next"
	Cltn_sNotImplemented,	"%s: Method %s is not implemented in this class"
	Cltn_sFirstOfEmptyCollection,	"%s: cannot call First because collection is empty"
	CltnHash_sInvalidCollection,	"TEnumHashTable requires THashTable collection, not %s"
	CltnList_sInvalidCollection,	"TEnumLinkedList requires TLinkedList collection, not %s"
	CltnRbTree_sInvalidCollection,	"TEnumRbTree requires TRbTree collection, not %s"
END

⌨️ 快捷键说明

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