atbinhexoptions.inc

来自「支持版本:Delphi 5-2009, C++Builder 5-2009 A」· INC 代码 · 共 28 行

INC
28
字号
//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 REGEX} //Enable DIRegEx usage. Used for URL hilighting.
                  //Should be enabled (with DIRegEx).

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

⌨️ 快捷键说明

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