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

📄 d5dibinstall.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 DIBStrConst_SReservedWordClass 65472
#define DIBStrConst_SIdentifierClass 65473
#define DIBStrConst_SSymbolClass 65474
#define DIBStrConst_SStringClass 65475
#define DIBStrConst_SNumberClass 65476
#define DIBStrConst_SAssemblerClass 65477
#define DIBStrConst_SModemStatFailed 65488
#define DIBStrConst_SEscapeComFailed 65489
#define DIBStrConst_STransmitFailed 65490
#define DIBStrConst_SSyncMeth 65491
#define DIBStrConst_SEnumPortsFailed 65492
#define DIBStrConst_SStoreFailed 65493
#define DIBStrConst_SLoadFailed 65494
#define DIBStrConst_SRegFailed 65495
#define DIBStrConst_SLedStateFailed 65496
#define DIBStrConst_SNoParentStructure 65497
#define DIBStrConst_SInvalidStructureName 65498
#define DIBStrConst_SDuplicateName 65499
#define DIBStrConst_SNoOpenStructure 65500
#define DIBStrConst_SCannotPerformOperation 65501
#define DIBStrConst_SWhitespaceClass 65502
#define DIBStrConst_SCommentClass 65503
#define DIBStrConst_SNameNotUnique 65504
#define DIBStrConst_SSocketCreateError 65505
#define DIBStrConst_SWinSocketError 65506
#define DIBStrConst_SInvalidPropertyKind 65507
#define DIBStrConst_SInvalidPropertyValue 65508
#define DIBStrConst_SUnexpectedToken 65509
#define DIBStrConst_SOpenFailed 65510
#define DIBStrConst_SWriteFailed 65511
#define DIBStrConst_SReadFailed 65512
#define DIBStrConst_SInvalidAsync 65513
#define DIBStrConst_SPurgeFailed 65514
#define DIBStrConst_SAsyncCheck 65515
#define DIBStrConst_SSetStateFailed 65516
#define DIBStrConst_STimeoutsFailed 65517
#define DIBStrConst_SSetupComFailed 65518
#define DIBStrConst_SClearComFailed 65519
#define DIBStrConst_SRangeIndexError 65520
#define DIBStrConst_SLauncherFileError 65521
#define DIBStrConst_SLauncherTerminateError 65522
#define DIBStrConst_SInvalidMode 65523
#define DIBStrConst_SNoStorageSpecified 65524
#define DIBStrConst_SNotConnected 65525
#define DIBStrConst_SStorageNotOpen 65526
#define DIBStrConst_SStreamNotOpen 65527
#define DIBStrConst_SMutexCreateError 65528
#define DIBStrConst_SMapppingCreateError 65529
#define DIBStrConst_SViewMapError 65530
#define DIBStrConst_SFileOpenError 65531
#define DIBStrConst_SNotLocked 65532
#define DIBStrConst_SElapsedTime 65533
#define DIBStrConst_STimerError 65534
#define DIBStrConst_SCannotFocusSprite 65535
STRINGTABLE
BEGIN
	DIBStrConst_SReservedWordClass,	"rCls"
	DIBStrConst_SIdentifierClass,	"iCls"
	DIBStrConst_SSymbolClass,	"yCls"
	DIBStrConst_SStringClass,	"sCls"
	DIBStrConst_SNumberClass,	"nCls"
	DIBStrConst_SAssemblerClass,	"aCls"
	DIBStrConst_SModemStatFailed,	"GetCommModemStatus function failed"
	DIBStrConst_SEscapeComFailed,	"EscapeCommFunction function failed"
	DIBStrConst_STransmitFailed,	"TransmitCommChar function failed"
	DIBStrConst_SSyncMeth,	"Cannot set SyncMethod while connected"
	DIBStrConst_SEnumPortsFailed,	"EnumPorts function failed"
	DIBStrConst_SStoreFailed,	"Failed to store settings"
	DIBStrConst_SLoadFailed,	"Failed to load settings"
	DIBStrConst_SRegFailed,	"Terminal link (un)registration failed"
	DIBStrConst_SLedStateFailed,	"Cannot change led state if com port is selected"
	DIBStrConst_SNoParentStructure,	"No parent structure available"
	DIBStrConst_SInvalidStructureName,	"\"%s\" is not a valid structure name"
	DIBStrConst_SDuplicateName,	"Duplicate names not allowed"
	DIBStrConst_SNoOpenStructure,	"Cannot open structure"
	DIBStrConst_SCannotPerformOperation,	"Cannot perform operation"
	DIBStrConst_SWhitespaceClass,	"wCls"
	DIBStrConst_SCommentClass,	"cCls"
	DIBStrConst_SNameNotUnique,	"Name \"%s\" is not unique"
	DIBStrConst_SSocketCreateError,	"Error creating socket"
	DIBStrConst_SWinSocketError,	"Windows socket error: %s (%d), on API '%s'"
	DIBStrConst_SInvalidPropertyKind,	"Invalid property kind"
	DIBStrConst_SInvalidPropertyValue,	"Invalid property value"
	DIBStrConst_SUnexpectedToken,	"Unexpected token at position %d"
	DIBStrConst_SOpenFailed,	"Unable to open com port"
	DIBStrConst_SWriteFailed,	"WriteFile function failed"
	DIBStrConst_SReadFailed,	"ReadFile function failed"
	DIBStrConst_SInvalidAsync,	"Invalid Async parameter"
	DIBStrConst_SPurgeFailed,	"PurgeComm function failed"
	DIBStrConst_SAsyncCheck,	"Unable to get async status"
	DIBStrConst_SSetStateFailed,	"SetCommState function failed"
	DIBStrConst_STimeoutsFailed,	"SetCommTimeouts failed"
	DIBStrConst_SSetupComFailed,	"SetupComm function failed"
	DIBStrConst_SClearComFailed,	"ClearCommError function failed"
	DIBStrConst_SRangeIndexError,	"Index outside of range bounds"
	DIBStrConst_SLauncherFileError,	"Cannot launch specified filename"
	DIBStrConst_SLauncherTerminateError,	"Cannot terminate application"
	DIBStrConst_SInvalidMode,	"Pipe does not support this operation"
	DIBStrConst_SNoStorageSpecified,	"No storage specified in call to open stream"
	DIBStrConst_SNotConnected,	"Pipe not connected"
	DIBStrConst_SStorageNotOpen,	"Storage not open"
	DIBStrConst_SStreamNotOpen,	"Stream not open"
	DIBStrConst_SMutexCreateError,	"Unable to create mutex"
	DIBStrConst_SMapppingCreateError,	"Unable to create file mapping"
	DIBStrConst_SViewMapError,	"Cannot map view of file"
	DIBStrConst_SFileOpenError,	"Cannot open file"
	DIBStrConst_SNotLocked,	"Data not locked"
	DIBStrConst_SElapsedTime,	"Cannot get elapsed time"
	DIBStrConst_STimerError,	"Cannot %s timer"
	DIBStrConst_SCannotFocusSprite,	"Cannot focus a disabled or invisible sprite"
END

⌨️ 快捷键说明

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