home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / MFCCLWZ.DLL / SRCDATA / FONTDLG.CPP < prev    next >
Text File  |  1998-06-18  |  414b  |  18 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1
  3.  
  4. IMPLEMENT_DYNAMIC(%1, CFontDialog)
  5.  
  6. %1::%1(LPLOGFONT lplfInitial, DWORD dwFlags, CDC* pdcPrinter, CWnd* pParentWnd) : 
  7.     %2(lplfInitial, dwFlags, pdcPrinter, pParentWnd)
  8. {
  9. }
  10.  
  11.  
  12. BEGIN_MESSAGE_MAP(%1, %2)
  13.     //{{AFX_MSG_MAP(%1)
  14.         // NOTE - the ClassWizard will add and remove mapping macros here.
  15.     //}}AFX_MSG_MAP
  16. END_MESSAGE_MAP()
  17.