📄 static.h
字号:
//// $Id: static.h,v 1.2 2000/08/07 03:19:12 weiym Exp $//// static.h: the head file of Static Control module.//// Copyright (c) 1999, Wei Yongming.// Create date: 1999/5/22//#ifndef GUI_STATICCTRL_H #define GUI_STATICCTRL_HBOOL RegisterStaticControl (void);void StaticControlCleanup (void);int StaticControlProc (HWND hwnd, int message, WPARAM wParam, LPARAM lParam); #ifdef _DEBUG#endif#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_STATICCTRL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -