📄 frmtbar.h
字号:
/*
* frmtbar.h
*
* Declarations for a richedit format bar
*
*/
// Control IDs for the comboboxes. Returned to the user on selections
#define TBI_Name 21761
#define TBI_Size 21762
#define TBI_Color 21763
#define cxBulletIndent (1440 / 4)
BOOL FInitFormatBarClass(HINSTANCE hinst);
HWND HwndCreateFormatBar(HWND hwndParent, WORD wID, HDC hdc);
#define FORMATBARCLASSNAME "REFormatBar"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -