flxconfig.inc
来自「TMS Component Pack V5.0包含了超过 280 个为 Delp」· INC 代码 · 共 23 行
INC
23 行
//Flexcel Centralized Configuration file
//Modify the defines in this file to fit your needs.
//Define your language by deleting the "." in the language you want to use.
//If you don't define one, english will be used
{.$DEFINE SPANISH}
{.$DEFINE FRENCH}
{.$DEFINE ITALIAN}
{.$DEFINE ROMANIAN}
{.$DEFINE PORTUGUESEBR}
{.$DEFINE CHINESE}
{.$DEFINE RUSSIAN}
{.$DEFINE GERMAN}
{.$DEFINE POLISH}
{.$DEFINE FINNISH}
//Comment /uncomment the $DEFINE FLEXCELADVSTRINGGRID for TMS AdvStringGrid support.
//Note that you need to install AdvStringGrid for this to work.
//This option is not enabled by default.
{$DEFINE FLEXCELADVSTRINGGRID}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?