?? atbinhexoptions.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 + -