ReportBasePage.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_)
  2. #define AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReportBasePage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CReportBasePage dialog
  10. class CReportBasePage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CReportBasePage)
  13. // Construction
  14. public:
  15. CReportBasePage();
  16. ~CReportBasePage();
  17. // Dialog Data
  18. //{{AFX_DATA(CReportBasePage)
  19. enum { IDD = IDD_REPORTBASEPAGE };
  20. BOOL m_bAddAve;
  21. BOOL m_bAddMax;
  22. BOOL m_bAddMin;
  23. int m_nType;
  24. BOOL m_bShowRowHead;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CReportBasePage)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CReportBasePage)
  36. // NOTE: the ClassWizard will add member functions here
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_)