00001
00002
00003
00004
00005
00006 #if !defined(AFX_PLUGFRAME2TABS_H__D7DB4034_ADD8_47E1_808A_ABF0973CD2AC__INCLUDED_)
00007 #define AFX_PLUGFRAME2TABS_H__D7DB4034_ADD8_47E1_808A_ABF0973CD2AC__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CPlugFrame2Tabs : public CTabCtrl
00014 {
00015
00016 public:
00017 CPlugFrame2Tabs();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025
00026 public:
00027 BOOL Create (CWnd* pParent);
00028 virtual ~CPlugFrame2Tabs();
00029
00030 protected:
00031 CFont m_itemsFont;
00032 class CPluginFrame2 *m_parent;
00033
00034 afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
00035 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
00036
00037
00038 DECLARE_MESSAGE_MAP()
00039 };
00040
00041
00042
00043 #endif