home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- class %1 : public CFontDialog
- {
- DECLARE_DYNAMIC(%1)
-
- public:
- %1(LPLOGFONT lplfInitial = NULL,
- DWORD dwFlags = CF_EFFECTS | CF_SCREENFONTS,
- CDC* pdcPrinter = NULL,
- CWnd* pParentWnd = NULL);
- #ifndef _AFX_NO_RICHEDIT_SUPPORT
- %1(const CHARFORMAT& charformat,
- DWORD dwFlags = CF_SCREENFONTS,
- CDC* pdcPrinter = NULL,
- CWnd* pParentWnd = NULL);
- #endif
-
- protected:
- //{{AFX_MSG(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };