⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qienglish.dpr

📁 EMS Advanced.Import.Component.v3
💻 DPR
字号:

{******************************************************************************}
{  Now Quick Import 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 QImport2;                                                              }
{                                                                              }
{  QImportLocale.LoadDll('QIEnglish.dll'); // load English resources           }
{  ...                                                                         }
{  QImportLocale.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 QIEnglish;

{$R QIResStr.res}

begin
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -