0008Dlg.h
上传用户:smsj_tj
上传日期:2022-05-05
资源大小:187k
文件大小:1k
源码类别:

打印编程

开发平台:

Visual C++

  1. // 0008Dlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "cwprintocx.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_0008DLG_H__6BED6F15_53E4_4578_8786_3D5A78091F73__INCLUDED_)
  7. #define AFX_0008DLG_H__6BED6F15_53E4_4578_8786_3D5A78091F73__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. #include "XPButton.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMy0008Dlg dialog
  14. class CMy0008Dlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CMy0008Dlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CMy0008Dlg)
  21. enum { IDD = IDD_MY0008_DIALOG };
  22. CXPButton m_cancel;
  23. CXPButton m_ok;
  24. CCWPrintOcx m_yyy;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CMy0008Dlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. // Generated message map functions
  35. //{{AFX_MSG(CMy0008Dlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. virtual void OnOK();
  41. afx_msg void OnButton1();
  42. //}}AFX_MSG
  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_0008DLG_H__6BED6F15_53E4_4578_8786_3D5A78091F73__INCLUDED_)