STATPAGE.H
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // statpage.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CStatPage dialog
  5. class CStatPage : public CPropertyPage
  6. {
  7. DECLARE_DYNCREATE(CStatPage)
  8. // Construction
  9. public:
  10. CStatPage();
  11. ~CStatPage();
  12. // Dialog Data
  13. //{{AFX_DATA(CStatPage)
  14. enum { IDD = IDD_STAT_PAGE };
  15. CString m_strSavedBy;
  16. CString m_strRevNum;
  17. CString m_strEditTime;
  18. CString m_strLastPrint;
  19. CString m_strCreateDate;
  20. CString m_strLastSave;
  21. CString m_strNumPages;
  22. CString m_strNumWords;
  23. CString m_strNumChars;
  24. CString m_strSecurity;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CStatPage)
  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(CStatPage)
  36. // NOTE: the ClassWizard will add member functions here
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };