📄 qerussian.dpr
字号:
{******************************************************************************}
{ Now Quick Export can use several languages in one project. By default, it }
{ works with resources that are linked into .BPL file. If you need }
{ multi-language support in your project, make several language DLLs }
{ and switch to particular language by this code: }
{ }
{ uses QExport3; }
{ }
{ QExportLocale.LoadDll('QEEnglish.dll'); // load English resources }
{ ... }
{ QExportLocale.UnloadDll; // unload resource DLL and use default resources }
{ }
{ To make the DLL, run MakeDll.bat file in this folder, or MakeAll.bat file }
{ in the LANGUAGES folder to make DLLs for all languages. }
{******************************************************************************}
library QERussian;
{$R QEResStr.res}
begin
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -