home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / PRINTDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  510 b   |  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. };