inputbar_1.h
来自「IRC聊天室客户端程序代码。 AppWizard has created th」· C头文件 代码 · 共 38 行
H
38 行
#if !defined(_CInputBar_H__)
#define _CInputBar_H__
class CInputBar : public CEdit
{
protected:
//??DECLARE_DYNCREATE(CInputBar)
public:
CInputBar();
// Attributes
public:
// Operations
public:
// Implementation
public:
virtual ~CInputBar();
#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 //_CInputBar_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?