#include "OXSizeCtrlBar.h" #include "OXTabView.h" #include "OXHistoryCtrl.h" class CTabViewBar : public COXSizeControlBar { DECLARE_DYNAMIC(CTabViewBar); // Construction public: CTabViewBar(); BOOL Create(CWnd * pParentWnd, const CString& sTitle=_T("TabView"), const UINT nID=ID_TABVIEWBAR); // Attributes public: COXTabViewContainer m_TabViewContainer; protected: COXTabViewPage m_build; COXTabViewPage m_debug; COXTabViewPage m_find1; COXTabViewPage m_find2; COXTabViewPage m_results; COXTabViewPage m_SQLdebug; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTabViewBar) //}}AFX_VIRTUAL protected: virtual void OnSizedOrDocked(int cx, int cy, BOOL bFloating, int flags); // Implementation public: virtual ~CTabViewBar(); // Generated message map functions protected: //{{AFX_MSG(CTabViewBar) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); //}}AFX_MSG DECLARE_MESSAGE_MAP() };