home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / PRINTDLG.CPP < prev    next >
Encoding:
Text File  |  1996-07-12  |  388 b   |  18 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1
  3.  
  4. IMPLEMENT_DYNAMIC(%1, CPrintDialog)
  5.  
  6. %1::%1(BOOL bPrintSetupOnly, DWORD dwFlags, CWnd* pParentWnd) :
  7.     %2(bPrintSetupOnly, dwFlags, 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.