colorBtnSampleDlg.h
上传用户:sz27991729
上传日期:2007-01-01
资源大小:13k
文件大小:2k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // colorBtnSampleDlg.h : header file
  2. //
  3. #if !defined(AFX_COLORBTNSAMPLEDLG_H__5163CE19_D92D_11D1_A82F_0060974FADEB__INCLUDED_)
  4. #define AFX_COLORBTNSAMPLEDLG_H__5163CE19_D92D_11D1_A82F_0060974FADEB__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "colorbtn.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CColorBtnSampleDlg dialog
  11. class CColorBtnSampleDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CColorBtnSampleDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CColorBtnSampleDlg)
  18. enum { IDD = IDD_COLORBTNSAMPLE_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CColorBtnSampleDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. CColorButton m_btnCancel;
  30. CColorButton m_btnOK;
  31. CColorButton m_btnUp;
  32. CColorButton m_btnDown;
  33. CColorButton m_btnDelete;
  34. CColorButton m_btnAdd;
  35. // Generated message map functions
  36. //{{AFX_MSG(CColorBtnSampleDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  41. afx_msg void OnCheck1();
  42. afx_msg void OnCheck2();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_COLORBTNSAMPLEDLG_H__5163CE19_D92D_11D1_A82F_0060974FADEB__INCLUDED_)