www.pudn.com > 数控仿真与网络控制系统.rar > MyFontDlg.h
#if !defined(AFX_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_)
#define AFX_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyFontDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// MyFontDlg dialog
class MyFontDlg : public CFontDialog
{
DECLARE_DYNAMIC(MyFontDlg)
public:
MyFontDlg(LPLOGFONT lplfInitial = NULL,
DWORD dwFlags = CF_EFFECTS | CF_SCREENFONTS,
CDC* pdcPrinter = NULL,
CWnd* pParentWnd = NULL);
#ifndef _AFX_NO_RICHEDIT_SUPPORT
MyFontDlg(const CHARFORMAT& charformat,
DWORD dwFlags = CF_SCREENFONTS,
CDC* pdcPrinter = NULL,
CWnd* pParentWnd = NULL);
#endif
protected:
//{{AFX_MSG(MyFontDlg)
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_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_)