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

📄 exdlgengine.h

📁 wince下文件对话框的使用 用evc 不要用vc
💻 H
字号:
// ExDlgEngine.h: interface for the CExDlgEngine class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_)
#define AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include <Afxdtctl.h>

class CExDlgEngine  
{
protected:
	int		m_nHeaderHeight;
	CFont	m_fontBold;

public:
	CExDlgEngine();
	virtual ~CExDlgEngine();

	void	PaintHeader		(CWnd* pWnd, CDC &dc, LPCTSTR pszTitle);
	void	Underline		(CWnd* pWnd, CDC &dc, UINT *pArrID);
	BOOL	CreateDateTime	(CWnd* pWnd, CDateTimeCtrl &dtc, UINT nID, DWORD dwStyle);

	BOOL	SetBold	(CWnd* pWnd, UINT nID);

	int GetHeaderHeight() {return m_nHeaderHeight;}
};

#endif // !defined(AFX_EXDLGENGINE_H__87E5E8EA_16C8_4FDD_BE0E_16E80BA4F555__INCLUDED_)

⌨️ 快捷键说明

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