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

对话框与窗口

开发平台:

Visual C++

  1. // SkinControlsDlg.h : header file
  2. //
  3. #if !defined(AFX_SKINCONTROLSDLG_H__1B411B9D_1D57_4E6B_854C_0B07916080A9__INCLUDED_)
  4. #define AFX_SKINCONTROLSDLG_H__1B411B9D_1D57_4E6B_854C_0B07916080A9__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSkinControlsDlg dialog
  10. class CSkinControlsDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSkinControlsDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSkinControlsDlg)
  17. enum { IDD = IDD_SKINCONTROLS_DIALOG };
  18. CSliderCtrl m_wndSlider;
  19. CTabCtrl m_wndTab;
  20. CProgressCtrl m_wndProgress;
  21. CListCtrl m_wndListCtrl;
  22. CListBox m_wndListBox;
  23. CScrollBar m_wndScrollBar;
  24. CButton m_wndCheckBox;
  25. CButton m_wndRadio;
  26. CButton m_wndButton;
  27. int m_nHorizAlign;
  28. int m_nVertAlign;
  29. BOOL m_bEnabled;
  30. int m_nVisualTheme;
  31. BOOL m_bRightButton;
  32. int m_nScrollPos;
  33. BOOL m_bMultiLine;
  34. CToolBarCtrl  m_wndToolBar;
  35. //}}AFX_DATA
  36. CImageList m_ilToolbarTools;
  37. CString m_strStylesPath;
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CSkinControlsDlg)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. void ModifyButtonsStyle(DWORD dwRemove, DWORD dwAdd);
  44. // Implementation
  45. protected:
  46. HICON m_hIcon;
  47. // Generated message map functions
  48. //{{AFX_MSG(CSkinControlsDlg)
  49. virtual BOOL OnInitDialog();
  50. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  51. afx_msg void OnPaint();
  52. afx_msg HCURSOR OnQueryDragIcon();
  53. afx_msg void OnSelChangeComboHorizontal();
  54. afx_msg void OnSelChangeComboVertical();
  55. afx_msg void OnCheckEnabled();
  56. afx_msg void OnRadioVisualTheme();
  57. afx_msg void OnCheckRightbutton();
  58. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  59. afx_msg void OnCheckMultiline();
  60. afx_msg void OnFilters();
  61. afx_msg void OnToolbarDropDown(NMHDR * pNotifyStruct, LRESULT * result );
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_SKINCONTROLSDLG_H__1B411B9D_1D57_4E6B_854C_0B07916080A9__INCLUDED_)