qerussian.dpr

来自「Advanced.Export.Component.v4.01.rar,delp」· DPR 代码 · 共 24 行

DPR
24
字号

{******************************************************************************}
{  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 + =
减小字号Ctrl + -
显示快捷键?