📄 comp_res.rc
字号:
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -