home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / vjtrial / vjupdate.exe / MFCCLSWZ.DLL / SRCDATA / FONTDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-31  |  592 b   |  26 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 dialog
  3.  
  4. class %1 : public CFontDialog
  5. {
  6.     DECLARE_DYNAMIC(%1)
  7.  
  8. public:
  9.     %1(LPLOGFONT lplfInitial = NULL,
  10.         DWORD dwFlags = CF_EFFECTS | CF_SCREENFONTS,
  11.         CDC* pdcPrinter = NULL,
  12.         CWnd* pParentWnd = NULL);
  13. #ifndef _AFX_NO_RICHEDIT_SUPPORT
  14.     %1(const CHARFORMAT& charformat,
  15.         DWORD dwFlags = CF_SCREENFONTS,
  16.         CDC* pdcPrinter = NULL,
  17.         CWnd* pParentWnd = NULL);
  18. #endif
  19.  
  20. protected:
  21.     //{{AFX_MSG(%1)
  22.         // NOTE - the ClassWizard will add and remove member functions here.
  23.     //}}AFX_MSG
  24.     DECLARE_MESSAGE_MAP()
  25. };