comp_res.rc
来自「一个delphi下使用的压缩组件 TCompress Component Set」· RC 代码 · 共 19 行
RC
19 行
/*
COMP_RES.RC
This file defines a custom resource of type TCOMPRESS
(a file made with TCOMPRESS).
The particular file being stored in this case
is MYARCHIV.ARC, made by COMPDEMO, which we will describe
internally as MyArchiv.
NB: The *contents* of the archive are not important at
this point -- they will be whatever file(s) you have placed
into myarchiv.arc with COMPDEMO.
Compile this file with (16-bit): delphi\bin\brc -r COMP_RES.RC
or (32-bit): delphi3.0\bin\brc32 -r COMP_RES.RC
That will create a COMP_RES.RES file which should be included in
project's main form or project file with {$R COMP_RES.RES}
*/
MyArchiv TCOMPRESS "MYARCHIV.arc"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?