pkgscantrans.drc
来自「一个很好的学习例子,有需要的请下载研究,」· DRC 代码 · 共 29 行
DRC
29 行
/* VER140
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the executable.
If this file is empty, then no compiler-generated
resources were bound to the produced executable.
*/
#define PrEximFileUtils_RsCreateFileMapping 65520
#define PrEximFileUtils_RsCreateFileMappingView 65521
#define PrEximFileUtils_RsFailedToObtainSize 65522
#define PrEximFileUtils_RsFileStreamCreate 65523
#define TransInterface_RS_InvaildObjectLevel 65524
#define TransInterface_RS_InvaildParentID 65525
#define TransInterface_RS_NoPageID 65526
STRINGTABLE
BEGIN
PrEximFileUtils_RsCreateFileMapping, "Failed to create FileMapping"
PrEximFileUtils_RsCreateFileMappingView, "Failed to create FileMappingView"
PrEximFileUtils_RsFailedToObtainSize, "Failed to obtain size of file"
PrEximFileUtils_RsFileStreamCreate, "Unable to create temporary file stream"
TransInterface_RS_InvaildObjectLevel, "Invaild storage object level"
TransInterface_RS_InvaildParentID, "Invaild parent ID"
TransInterface_RS_NoPageID, "Page's ID doesn't exist!"
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?