multilang.txt
来自「报表源码 FastReport 3 is new generation of t」· 文本 代码 · 共 14 行
TXT
14 行
Use the RES\multilang.exe wizard to generate multi-language resource file.
It will create the frxMultiLang.pas unit with the following contents:
unit frxMultiLang;
interface
procedure SetEnglishResources;
procedure SetRussianResources;
...
You need to include this unit into your app. To switch the resources, just
call one of SetXXXResources methods.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?