HoverDlgDlg.h
上传用户:jsjyd88
上传日期:2007-01-01
资源大小:17k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // HoverDlgDlg.h : header file
  2. //
  3. #if !defined(AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_)
  4. #define AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "HoverButton.h"
  9. #include "HoverButtonGroup.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CHoverDlgDlg dialog
  12. class CHoverDlgDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CHoverDlgDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CHoverDlgDlg)
  19. enum { IDD = IDD_HOVERDLG_DIALOG };
  20. CHoverButton m_Radio4;
  21. CHoverButton m_Radio3;
  22. CHoverButton m_Radio2;
  23. CHoverButton m_Radio1;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CHoverDlgDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. CHoverButtonGroup m_Group;
  34. // Generated message map functions
  35. //{{AFX_MSG(CHoverDlgDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_)