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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_TABSAMPLEPAGE_H__0E1972D9_CE03_49F2_B15B_AC57FBE3836C__INCLUDED_)
  2. #define AFX_TABSAMPLEPAGE_H__0E1972D9_CE03_49F2_B15B_AC57FBE3836C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TabSamplePage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTabSamplePage dialog
  10. class CTabSamplePage : public CXTPPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CTabSamplePage)
  13. // Construction
  14. public:
  15. CTabSamplePage();
  16. ~CTabSamplePage();
  17. // Dialog Data
  18. //{{AFX_DATA(CTabSamplePage)
  19. enum { IDD = IDD_PAGE_SAMPLE1 };
  20. int m_nValue;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generate virtual function overrides
  24. //{{AFX_VIRTUAL(CTabSamplePage)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CTabSamplePage)
  32. afx_msg void OnChangeEditValue();
  33. afx_msg void OnCheck();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_TABSAMPLEPAGE_H__0E1972D9_CE03_49F2_B15B_AC57FBE3836C__INCLUDED_)