?? comp_res.rc
字號(hào):
/*
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"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -