#if !defined(AFX_TABBEDTOOLBARVIEW_H__6FE85EC9_7E79_4934_B246_3BBFAF6DC182__INCLUDED_) # define AFX_TABBEDTOOLBARVIEW_H__6FE85EC9_7E79_4934_B246_3BBFAF6DC182__INCLUDED_ # if _MSC_VER > 1000 # pragma once # endif // _MSC_VER > 1000 // TabbedToolbarView.h : header file // ///////////////////////////////////////////////////////////////////////////// // CTabbedToolbarView form view # ifndef __AFXEXT_H__ # include # endif class CTabbedToolbarView : public CFormView { protected: CTabbedToolbarView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CTabbedToolbarView) // Form Data public: //{{AFX_DATA(CTabbedToolbarView) enum { IDD = IDD_TABBED_TOOLBAR_FORM }; CComboBox m_comboAppearance; CComboBox m_comboColor; int m_nAppearance; int m_nColor; int m_nLayout; BOOL m_bBoldSelected; BOOL m_bHotTracking; BOOL m_bLunaColors; BOOL m_bOneNoteColors; BOOL m_bAllowReorder; BOOL m_bShowIcons; BOOL m_bFillBackground; BOOL m_bMultiRowFixedSelection; BOOL m_bMultiRowJustified; // NOTE: the ClassWizard will add data members here //}}AFX_DATA void UpdateControls(); void Update(); CBrush m_brush; COLORREF m_clrText; void RefreshMetrics(int m_Theme); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTabbedToolbarView) public: virtual void OnInitialUpdate(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support afx_msg void OnSelchangeComboColor(); afx_msg void OnSelchangeComboLayout(); afx_msg void OnCheckBoldSelected(); afx_msg void OnCheckHottracking(); afx_msg void OnCheckLunaColors(); afx_msg void OnCheckOnenoteColors(); afx_msg void OnCheckAllowReorder(); afx_msg void OnCheckIcons(); afx_msg void OnCheckBackground(); afx_msg void OnCheckFixedSelection(); afx_msg void OnCheckJustified(); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); //}}AFX_VIRTUAL // Implementation protected: virtual ~CTabbedToolbarView(); # ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; # endif // Generated message map functions //{{AFX_MSG(CTabbedToolbarView) // NOTE - the ClassWizard will add and remove member functions here. afx_msg void OnSelchangeComboAppearance(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TABBEDTOOLBARVIEW_H__6FE85EC9_7E79_4934_B246_3BBFAF6DC182__INCLUDED_)