PaneStyles.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PANESTYLES_H__12778969_E726_421D_A3ED_D6C977E48A7A__INCLUDED_)
  2. #define AFX_PANESTYLES_H__12778969_E726_421D_A3ED_D6C977E48A7A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PaneStyles.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPaneStyles dialog
  10. class CPaneStyles : public CXTResizeDialog
  11. {
  12. // Construction
  13. public:
  14. CPaneStyles(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CPaneStyles)
  17. enum { IDD = IDD_PANE_STYLES };
  18. CXTListBox m_lstStyles;
  19. CXTPButton m_chkLinkedStyle;
  20. CXTPButton m_chkPreview;
  21. CXTPButton m_btnStyleInspector;
  22. CXTPButton m_btnNewStyle;
  23. CXTPButton m_btnManageStyles;
  24. //}}AFX_DATA
  25. CBrush m_brush;
  26. void RefreshMetrics();
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CPaneStyles)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. void OnOK();
  36. void OnCancel();
  37. // Generated message map functions
  38. //{{AFX_MSG(CPaneStyles)
  39. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  40. virtual BOOL OnInitDialog();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_PANESTYLES_H__12778969_E726_421D_A3ED_D6C977E48A7A__INCLUDED_)