Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

  1. #if !defined(AFX_HMTABCTRL_H__4FFFC3A2_2F1E_11D3_BE10_0000F87A3912__INCLUDED_)
  2. #define AFX_HMTABCTRL_H__4FFFC3A2_2F1E_11D3_BE10_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HMTabCtrl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHMTabCtrl window
  10. class CHMTabCtrl : public CTabCtrl
  11. {
  12. // Construction
  13. public:
  14. CHMTabCtrl();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CHMTabCtrl)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CHMTabCtrl();
  26. // Generated message map functions
  27. protected:
  28. //{{AFX_MSG(CHMTabCtrl)
  29. afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_HMTABCTRL_H__4FFFC3A2_2F1E_11D3_BE10_0000F87A3912__INCLUDED_)