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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_TABLONGPAGE_H__0536BF37_1F4B_457C_BD0D_42C581230099__INCLUDED_)
  2. #define AFX_TABLONGPAGE_H__0536BF37_1F4B_457C_BD0D_42C581230099__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TabLongPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTabLongPage dialog
  10. class CTabLongPage : public CXTPPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CTabLongPage)
  13. // Construction
  14. public:
  15. CTabLongPage();
  16. ~CTabLongPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CTabLongPage)
  19. enum { IDD = IDD_PAGE_LONG };
  20. // NOTE - ClassWizard will add data members here.
  21. //    DO NOT EDIT what you see in these blocks of generated code !
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CTabLongPage)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. CXTPPropertyPageStaticCaption m_captions[5];
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CTabLongPage)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_TABLONGPAGE_H__0536BF37_1F4B_457C_BD0D_42C581230099__INCLUDED_)