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

📄 lz_const.rc

📁 delhpi下lzss加密算法源码及例子
💻 RC
字号:
#include "LZ_Const.pas"

STRINGTABLE
{

  SNoValidFileName      "No valid filename in list-file"
  SInvalidArchive,      "%s is an invalid LZ Archive"
  SInitFailed,          "LZ-Initialisation failed"
  SInvalidParams,       "Invalid parameters to LZ function"
  SSameFileName,        "File %s specified for both Input and Output"
  SNoTempFileName,      "Cannot create unique temporary file name"
  SWrongCompressedFile, "Wrong compressed file: %s"
  SCorruptArchive,      "LZ Archive %s is corrupt"
  SBadDirectory         "Cannot re-create directory structure %s"

}

⌨️ 快捷键说明

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