DlgPrint.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_)
  2. #define AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgPrint.h : header file
  7. // Download by http://www.codefans.net
  8. #include "GridCtrl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgPrint dialog
  11. class CDlgPrint : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgPrint(CWnd* pParent = NULL);   // standard constructor
  16. CString strSql;
  17. CString strTitle;
  18. CListCtrl *m_ListMain;
  19. // Dialog Data
  20. //{{AFX_DATA(CDlgPrint)
  21. enum { IDD = IDD_PRINT_DIALOG };
  22. // NOTE: the ClassWizard will add data members here
  23. CGridCtrl m_Grid;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CDlgPrint)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CDlgPrint)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnPrintSet();
  37. afx_msg void OnPrint();
  38. afx_msg void OnPrintPreview();
  39. //}}AFX_MSG
  40. LRESULT OnBeginPrinting(WPARAM wParam,LPARAM lParam);
  41. LRESULT OnEndPrinting(WPARAM wParam,LPARAM lParam);
  42. LRESULT OnMyPrint(WPARAM wParam,LPARAM lParam);
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_)