ReportDialogExDlg.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // ReportDialogExDlg.h : header file
  2. //
  3. #if !defined(AFX_REPORTDIALOGEXDLG_H__6518CEDC_5B8C_44DD_A813_4B4E67DBB931__INCLUDED_)
  4. #define AFX_REPORTDIALOGEXDLG_H__6518CEDC_5B8C_44DD_A813_4B4E67DBB931__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "ReportControl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CReportDialogExDlg dialog
  11. class CReportDialogExDlg : public CXTResizeDialog
  12. {
  13. // Construction
  14. public:
  15. CReportDialogExDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CReportDialogExDlg)
  18. enum { IDD = IDD_REPORTDIALOGEX_DIALOG };
  19. //}}AFX_DATA
  20. CReportControl m_wndReportCtrl;
  21. CImageList m_ilIcons;
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CReportDialogExDlg)
  24. public:
  25. virtual BOOL PreTranslateMessage(MSG* pMsg);
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. // Generated message map functions
  33. //{{AFX_MSG(CReportDialogExDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. afx_msg void OnDestroy();
  39. afx_msg void OnAddRecordsButton();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_REPORTDIALOGEXDLG_H__6518CEDC_5B8C_44DD_A813_4B4E67DBB931__INCLUDED_)