StatisticsPage.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #if !defined(AFX_STATISTICSPAGE_H__8435DE26_16BC_4C60_BE40_4D45DF1826F9__INCLUDED_)
  2. #define AFX_STATISTICSPAGE_H__8435DE26_16BC_4C60_BE40_4D45DF1826F9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "DialogResize.h"
  7. #include "resource.h"
  8. class CStatisticsPage : public CDialogResize
  9. {
  10. // Construction
  11. public:
  12. void SetValue(int nType, int nValue);
  13. void SetValue(int nType, LPCTSTR lpszValue);
  14. CStatisticsPage(); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CStatisticsPage)
  17. enum { IDD = IDD_PROPPAGE_STATISTICS };
  18. CListCtrl m_StatisticsCtrl;
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CStatisticsPage)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CStatisticsPage)
  30. virtual BOOL OnInitDialog();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. DECLARE_DLGRESIZE_MAP;
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_STATISTICSPAGE_H__8435DE26_16BC_4C60_BE40_4D45DF1826F9__INCLUDED_)