1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #if !defined(AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_)
- #define AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ReportBasePage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CReportBasePage dialog
- class CReportBasePage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CReportBasePage)
- // Construction
- public:
- CReportBasePage();
- ~CReportBasePage();
- // Dialog Data
- //{{AFX_DATA(CReportBasePage)
- enum { IDD = IDD_REPORTBASEPAGE };
- BOOL m_bAddAve;
- BOOL m_bAddMax;
- BOOL m_bAddMin;
- int m_nType;
- BOOL m_bShowRowHead;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CReportBasePage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CReportBasePage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REPORTBASEPAGE_H__E07198BC_7319_4241_8C0C_B37337514B5F__INCLUDED_)
|