📄 wndset.h
字号:
// WndSet.h: interface for the CWndSet class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_WNDSET_H__295F6C0D_5937_4AA5_AA4C_F9A43C606A28__INCLUDED_)
#define AFX_WNDSET_H__295F6C0D_5937_4AA5_AA4C_F9A43C606A28__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CWndSet
{
public:
CWndSet *m_pBrother;
CWndSet *m_pSon;
CWndSet();
virtual ~CWndSet();
public:
UINT m_nHandle;
CString m_strTitle;
};
#endif // !defined(AFX_WNDSET_H__295F6C0D_5937_4AA5_AA4C_F9A43C606A28__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -