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

📄 atbinhexoptions.inc

📁 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
💻 INC
字号:
// ATBinHex options:

{$define NOTIF} //Enable file change notification code.
                //Should be enabled.

{$define PRINT} //Enable printing code.
                //Should be enabled.

//{$define PREVIEW} //Enable ATPrintPreview usage.
                    //Should be disabled.

{$define SEARCH} //Enable searching code.
                 //Should be enabled.

{$define HSCROLLBAR_WORKAROUND}
                //Enable workaround for Windows bug: when horiz scrollbar temporary hides,
                //this may cause both horiz+vertical scrollbars + window border to disappear
                //completely. This workaround rises users' question: why horiz scrollbar
                //doesn't hide when lines become short enough.
                //Should be enabled.

//{$define DEBUG_FORM}
                //Show debug form.
                //Must be commented in release.

⌨️ 快捷键说明

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