📄 captureframewnd.h
字号:
#ifndef __CAPTUREFRAMEWND__
#define __CAPTUREFRAMEWND__
#include <atlwin.h>
class CCaptureFrameWnd : public CWindowImpl<CCaptureFrameWnd>
{
BEGIN_MSG_MAP(CCaptureFrameWnd)
END_MSG_MAP
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// GetWndClassInfo
// Overrides the static function for describing the functionality
// of this window, menus and all!!
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
static CWndClassInfo& GetWndClassInfo();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -