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

📄 atvieweroptions.inc

📁 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
💻 INC
字号:
//--------------------------------------------------------------------------------
// ATViewer options:
//
// TNT           Use Tnt Unicode Controls library.
// GEX           Use GraphicEx library.
// GIF           Use GIFImage library.
// PREVIEW       Use ATPrintPreview unit.
// IVIEW         Use nmzIrfanXnView unit (included).
//
// MEDIA_PLAYER  Enable MCI media mode. This will link the winmm.dll.
// MEDIA_WMP64   Enable Windows Media Player 6.4 media mode.
// MEDIA_WMP9    Enable Windows Media Player 9.x media mode.
//
// WLX           Enable plugins mode.
// WLX_FORM      Enable helper "Total Commander [fake window]" hidden form.
// WLX_UNLOAD    Enable plugins unloading on closing.
//               This may cause AVs with some plugins: Syn, Hpg_Ed, IniEd.
// IE4X          Enable usage of WebBrowser4_TLB unit.
//               See desc. of WebAcceptAllFiles property.
// NOTIF         Enable file change notification code.
// PRINT         Enable printing code.
// SEARCH        Enable searching code.
// OFFLINE       Enable WebOffline property usage.
//
//--------------------------------------------------------------------------------

//{$define TNT}
//{$define GEX}
//{$define GIF}
//{$define PREVIEW}
//{$define IVIEW}

{$define MEDIA_PLAYER}
{$define MEDIA_WMP64}
{$define MEDIA_WMP9}

{$define WLX}
//{$define WLX_FORM}
//{$define WLX_UNLOAD}

//{$define IE4X}
{$define NOTIF}
{$define PRINT}
{$define SEARCH}
//{$define OFFLINE}

⌨️ 快捷键说明

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