⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pedit.h

📁 Wince 下的画图软件的源代码,是一款不错的EVC图形编辑软件,可以直接作为PMP的配套软件.
💻 H
字号:
#if !defined(AFX_PEDIT_H__5AF3AE58_4C97_4A65_9B6D_8825A73E30EA__INCLUDED_)
#define AFX_PEDIT_H__5AF3AE58_4C97_4A65_9B6D_8825A73E30EA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Pedit.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPedit window

class CPedit : public CEdit
{
// Construction
public:
	CPedit();

// Attributes
public:
	COLORREF m_ForeColor;		//文本颜色
	COLORREF m_BackColor;		//背景色
public:
void    SetColor(COLORREF pFc,COLORREF pBc);
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPedit)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CPedit();

	// Generated message map functions
protected:
	//{{AFX_MSG(CPedit)
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg UINT OnGetDlgCode();
	afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PEDIT_H__5AF3AE58_4C97_4A65_9B6D_8825A73E30EA__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -