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 / PRINTDLG.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  510b  |  21 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 dialog
  3.  
  4. class %1 : public CPrintDialog
  5. {
  6.     DECLARE_DYNAMIC(%1)
  7.  
  8. public:
  9.     %1(BOOL bPrintSetupOnly,
  10.         // TRUE for Print Setup, FALSE for Print Dialog
  11.         DWORD dwFlags = PD_ALLPAGES | PD_USEDEVMODECOPIES | PD_NOPAGENUMS
  12.             | PD_HIDEPRINTTOFILE | PD_NOSELECTION,
  13.         CWnd* pParentWnd = NULL);
  14.  
  15. protected:
  16.     //{{AFX_MSG(%1)
  17.         // NOTE - the ClassWizard will add and remove member functions here.
  18.     //}}AFX_MSG
  19.     DECLARE_MESSAGE_MAP()
  20. };