📄 flateditbox.h
字号:
#if !defined(AFX_FLATEDITBOX_H__2E25E532_B0F4_4F89_90D4_46191F06586A__INCLUDED_)
#define AFX_FLATEDITBOX_H__2E25E532_B0F4_4F89_90D4_46191F06586A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class AFX_EXT_CLASS CFlatEditBox : public CEdit
{
public:
CFlatEditBox();
protected:
CBrush m_nNullBrush;
public:
//{{AFX_VIRTUAL(CFlatEditBox)
//}}AFX_VIRTUAL
public:
virtual ~CFlatEditBox();
protected:
//{{AFX_MSG(CFlatEditBox)
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnChange();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_FLATEDITBOX_H__2E25E532_B0F4_4F89_90D4_46191F06586A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -