📄 peeperclientdoc.h
字号:
#ifndef __PEEPER_DOC_H__
#define __PEEPER_DOC_H__
class CPeeperClientDoc : public CDocument
{
DECLARE_DYNCREATE(CPeeperClientDoc)
public:
CPeeperClientDoc();
virtual ~CPeeperClientDoc();
public:
//{{AFX_VIRTUAL(CPeeperClientDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
virtual void OnCloseDocument();
//}}AFX_VIRTUAL
public:
UINT m_uPort;
CString m_strIP;
int m_nBits;
UINT m_nSpeed;
protected:
//{{AFX_MSG(CPeeperClientDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif //__PEEPER_DOC_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -