OptionsStats.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_OPTIONSSTATS_H__5F6FFD2C_E563_4166_8294_A0CBBD17403B__INCLUDED_)
  2. #define AFX_OPTIONSSTATS_H__5F6FFD2C_E563_4166_8294_A0CBBD17403B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OptionsStats.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COptionsStats dialog
  10. class COptionsStats : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(COptionsStats)
  13. // Construction
  14. public:
  15. COptionsStats(); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(COptionsStats)
  18. enum { IDD = IDD_OPTIONS_STATS };
  19. CString m_eAllCopies;
  20. CString m_eAllPastes;
  21. CString m_eAllDate;
  22. CString m_eTripCopies;
  23. CString m_eTripDate;
  24. CString m_eTripPastes;
  25. CString m_eSavedCopies;
  26. CString m_eSavedCopyData;
  27. CString m_eDatabaseSize;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(COptionsStats)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(COptionsStats)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnResetCounts();
  41. afx_msg void OnRemoveAll();
  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_OPTIONSSTATS_H__5F6FFD2C_E563_4166_8294_A0CBBD17403B__INCLUDED_)