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

界面编程

开发平台:

Visual C++

  1. // summpage.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CSummPage dialog
  5. class CSummPage : public CPropertyPage
  6. {
  7. DECLARE_DYNCREATE(CSummPage)
  8. // Construction
  9. public:
  10. CSummPage();
  11. ~CSummPage();
  12. // Dialog Data
  13. //{{AFX_DATA(CSummPage)
  14. enum { IDD = IDD_SUMM_PAGE };
  15. CString m_strAuthor;
  16. CString m_strKeywd;
  17. CString m_strSubj;
  18. CString m_strCmt;
  19. CString m_strTempl;
  20. CString m_strTitle;
  21. CString m_strAppname;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CSummPage)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CSummPage)
  33. // NOTE: the ClassWizard will add member functions here
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };