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

📄 fontview.h

📁 Resource editor base speadrum Chinese mobile
💻 H
字号:
#if !defined(AFX_FONTLIBVIEW_H__BEA54D82_66CE_4DF7_8AAD_73B03F761DE0__INCLUDED_)
#define AFX_FONTLIBVIEW_H__BEA54D82_66CE_4DF7_8AAD_73B03F761DE0__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFontView view
class CDirFileInfo;
class CFontView : public CListView
{
protected:
	CFontView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CFontView)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFontView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CFontView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

    BOOL PreTrackPopupMenu( CMenu * pMenu, int nIdx );
    void FillColumn(void);
	// Generated message map functions
protected:
	
    __inline void SetModifiedFlag( BOOL bModified = TRUE);
	//{{AFX_MSG(CFontView)
	afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnFontAdd();
	afx_msg void OnFontDel();
	afx_msg void OnFontReplace();
	afx_msg void OnUpdateFontAdd(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFontDel(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFontReplace(CCmdUI* pCmdUI);
	afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnUpdateFontExport(CCmdUI* pCmdUI);
	//}}AFX_MSG
	afx_msg void OnFontExport();
	DECLARE_MESSAGE_MAP()

private:
    CDirFileInfo * m_pInfo;

    static _TCHAR ARR_CLMN_NAME[];
};

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

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

#endif // !defined(AFX_FONTLIBVIEW_H__BEA54D82_66CE_4DF7_8AAD_73B03F761DE0__INCLUDED_)

⌨️ 快捷键说明

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