MarkupPage.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_MARKUPPAGE_H__B562CD82_7DEE_4D53_8D59_6DAD12D3ECAF__INCLUDED_)
  2. #define AFX_MARKUPPAGE_H__B562CD82_7DEE_4D53_8D59_6DAD12D3ECAF__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MarkupPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMarkupPage dialog
  10. class CMarkupPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CMarkupPage)
  13. // Construction
  14. public:
  15. CMarkupPage();
  16. ~CMarkupPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CMarkupPage)
  19. enum { IDD = IDD_PAGE_MARKUPBUTTONS };
  20. CXTPButton m_btnRadioWithLink;
  21. CXTPButton m_btnDeleteOutbox;
  22. CXTPButton m_btnDeleteInbox;
  23. CXTPButton m_btnFirewall;
  24. CXTPButton m_btnPushButton;
  25. CXTPButton m_btnRadio;
  26. CXTPButton m_btnCheckBox;
  27. //}}AFX_DATA
  28. #ifdef _XTP_INCLUDE_MARKUP
  29. void OnHyperlinkClick(CXTPMarkupObject* pSender, CXTPMarkupRoutedEventArgs* pArgs);
  30. #endif
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(CMarkupPage)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CMarkupPage)
  41. virtual BOOL OnInitDialog();
  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_MARKUPPAGE_H__B562CD82_7DEE_4D53_8D59_6DAD12D3ECAF__INCLUDED_)