MyTabCtrl.h
上传用户:yangxun008
上传日期:2008-03-25
资源大小:3863k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. #if !defined(AFX_MYTABCTRL_H__F3E8650F_019C_479F_9E0F_60FE1181F49F__INCLUDED_)
  2. #define AFX_MYTABCTRL_H__F3E8650F_019C_479F_9E0F_60FE1181F49F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyTabCtrl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyTabCtrl window
  10. class CMyTabCtrl : public CTabCtrl
  11. {
  12. // Construction
  13. public:
  14. CMyTabCtrl();
  15. CDialog *m_tabPages[5];
  16. int m_tabCurrent;
  17. int m_nNumberOfPages;
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. void Init();
  23. void SetRectangle();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CMyTabCtrl)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CMyTabCtrl();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CMyTabCtrl)
  34. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_MYTABCTRL_H__F3E8650F_019C_479F_9E0F_60FE1181F49F__INCLUDED_)