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

📄 richviewactions.inc

📁 richviewaction 1.58 需要richview 1.9.46
💻 INC
字号:
{===============================================================================
     Conditional defines for RichViewActions.
     Remove dots to enable.
     WARNING: before enabling, make sure that corresponding packages
     (RVXML* and/or RVHTML* and/or Addict3_* + Addict3_RichView*)
     are already installed!!!
===============================================================================}

// Enables RichViewXML (by Jiri Banzet)
{.$DEFINE USERVXML}

// Enables RVHTMLImporter (by Carlo Kok)
{.$DEFINE USERVHTML}

// Enables Addict3 (http://www.addictive-software.com)
{.$DEFINE USERVADDICT3}

// Enables ThemeEngine (http://www.ksdev.com)
{.$DEFINE USERVKSDEVTE}

// Enables TNT Controls (http://www.tmssoftware.com/go.asp?tmsuni)
{.$DEFINE USERVTNT}

// Enables using Indy (TIdHttp) for downloading external images
// when reading HTML or RTF.
// Indy is included in new version of Delphi, or can be downloaded
// http://www.nevrona.com/indy/
{.$DEFINE USEINDY}

// Enables using Toolbar2000 (additional TRVATBPopupMenu component)
// http://www.jrsoftware.org
{.$DEFINE USETB2K}

// Enables using TBX (additional TRVATBXPopupMenu component)
// http://g32.org
{.$DEFINE USETBX}

// Enables Datamodule with GlyFX (http://www.glyfx.com) images
// (dmActionsGlyFX.pas is used instead of dmActions.pas)
{.$DEFINE USEGLYFX}

{------------------------------------------------------------------------------}
{ Do not modify below this line                                                }
{------------------------------------------------------------------------------}

{$IFDEF USERVKSDEVTE}
  {$DEFINE RVASKINNED}
{$ENDIF}
{$IFDEF USERVTNT}
  {$DEFINE RVASKINNED}
{$ENDIF}

{$IFDEF USERVKSDEVTE}
  {$IFDEF USERVTNT}
  Error! You cannot enable both ThemeEngine and TNT Controls Support!!!
  {$ENDIF}
{$ENDIF}

{$IFDEF USETBX}
  {$IFNDEF USETB2K}
   {$DEFINE USETB2K}
  {$ENDIF}
{$ENDIF}

⌨️ 快捷键说明

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