screensaver.inc

来自「一个用Delphi编写的很好的屏保程序」· INC 代码 · 共 11 行

INC
11
字号
const
  IDS_DESCRIPTION      = 1;

{* Icon resource ID.
 *
 * This should be the first icon used and must have this resource number.
 * This is needed as the first icon in the file will be grabbed
 *}
  IDI_APP      = 100;

⌨️ 快捷键说明

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