content_1.h
来自「IRC聊天室客户端程序代码。 AppWizard has created th」· C头文件 代码 · 共 38 行
H
38 行
#if !defined(_CContent_H__)
#define _CContent_H__
class CContent : public CEdit
{
protected:
DECLARE_DYNCREATE(CContent)
public:
CContent();
// Attributes
public:
// Operations
public:
// Implementation
public:
virtual ~CContent();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
public:
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif //_CContent_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?