home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- class %1 : public CPrintDialog
- {
- DECLARE_DYNAMIC(%1)
-
- public:
- %1(BOOL bPrintSetupOnly,
- // TRUE for Print Setup, FALSE for Print Dialog
- DWORD dwFlags = PD_ALLPAGES | PD_USEDEVMODECOPIES | PD_NOPAGENUMS
- | PD_HIDEPRINTTOFILE | PD_NOSELECTION,
- CWnd* pParentWnd = NULL);
-
- protected:
- //{{AFX_MSG(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };