#if !defined(AFX_STYLESDLG_H__B6C41EA1_5B6E_4E72_95CE_60EDDBD7958B__INCLUDED_) # define AFX_STYLESDLG_H__B6C41EA1_5B6E_4E72_95CE_60EDDBD7958B__INCLUDED_ # if _MSC_VER > 1000 # pragma once # endif // _MSC_VER > 1000 // StylesDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CStylesDlg dialog class CStylesDlg : public CXTPResizeDialog { // Construction public: CStylesDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CStylesDlg) enum { IDD = IDD_DIALOG_STYLES }; CListBox m_Styles; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CStylesDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL CBrush m_brush; COLORREF m_clrText; public: void RefreshMetrics(int nTheme); // Implementation protected: // Generated message map functions //{{AFX_MSG(CStylesDlg) virtual BOOL OnInitDialog(); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STYLESDLG_H__B6C41EA1_5B6E_4E72_95CE_60EDDBD7958B__INCLUDED_)