MyPrintDialog.h
上传用户:zqhqzfj
上传日期:2007-01-04
资源大小:54k
文件大小:1k
源码类别:

打印编程

开发平台:

Visual C++

  1. #if !defined(AFX_MYPRINTDIALOG_H__1A9B4E00_6B86_11D3_A577_00E0189032F8__INCLUDED_)
  2. #define AFX_MYPRINTDIALOG_H__1A9B4E00_6B86_11D3_A577_00E0189032F8__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // MyPrintDialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyPrintDialog dialog
  10. class CMyPrintDialog : public CPrintDialog
  11. {
  12. DECLARE_DYNAMIC(CMyPrintDialog)
  13. public:
  14. CMyPrintDialog(BOOL bPrintSetupOnly,
  15. // TRUE for Print Setup, FALSE for Print Dialog
  16. DWORD dwFlags = PD_RETURNDC |PD_ALLPAGES | PD_USEDEVMODECOPIES | PD_ENABLEPRINTTEMPLATE, CWnd* pParentWnd = NULL);
  17. protected:
  18. //{{AFX_MSG(CMyPrintDialog)
  19. // NOTE - the ClassWizard will add and remove member functions here.
  20. //}}AFX_MSG
  21. DECLARE_MESSAGE_MAP()
  22. };
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  25. #endif // !defined(AFX_MYPRINTDIALOG_H__1A9B4E00_6B86_11D3_A577_00E0189032F8__INCLUDED_)