www.pudn.com > autoricheditctrl_demo.zip > GetFontNameDlg.h
#if !defined(AFX_GETFONTNAMEDLG_H__C26D1E0F_DD32_11D2_B39F_000092914562__INCLUDED_)
#define AFX_GETFONTNAMEDLG_H__C26D1E0F_DD32_11D2_B39F_000092914562__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GetFontNameDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGetFontNameDlg dialog
class CGetFontNameDlg : public CDialog
{
// Construction
public:
CStringArray *m_psaFontList;
CGetFontNameDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGetFontNameDlg)
enum { IDD = IDD_GETFONTNAME_DIALOG };
CComboBox m_combo;
CString m_sFontName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetFontNameDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGetFontNameDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GETFONTNAMEDLG_H__C26D1E0F_DD32_11D2_B39F_000092914562__INCLUDED_)