OptionsStats.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. CString m_eClipsSent;
  29. CString m_eClipsRecieved;
  30. CString m_eLastStarted;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(COptionsStats)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. CString m_csTitle;
  41. // Generated message map functions
  42. //{{AFX_MSG(COptionsStats)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnResetCounts();
  45. afx_msg void OnRemoveAll();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_OPTIONSSTATS_H__5F6FFD2C_E563_4166_8294_A0CBBD17403B__INCLUDED_)