flateditbox.h

来自「小型影碟出租企业管理系统」· C头文件 代码 · 共 34 行

H
34
字号
#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 + =
减小字号Ctrl + -
显示快捷键?