HoverDlgDlg.h
上传用户:jsjyd88
上传日期:2007-01-01
资源大小:17k
文件大小:1k
- // HoverDlgDlg.h : header file
- //
- #if !defined(AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_)
- #define AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "HoverButton.h"
- #include "HoverButtonGroup.h"
- /////////////////////////////////////////////////////////////////////////////
- // CHoverDlgDlg dialog
- class CHoverDlgDlg : public CDialog
- {
- // Construction
- public:
- CHoverDlgDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CHoverDlgDlg)
- enum { IDD = IDD_HOVERDLG_DIALOG };
- CHoverButton m_Radio4;
- CHoverButton m_Radio3;
- CHoverButton m_Radio2;
- CHoverButton m_Radio1;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHoverDlgDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- CHoverButtonGroup m_Group;
- // Generated message map functions
- //{{AFX_MSG(CHoverDlgDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HOVERDLGDLG_H__18DC0D6E_7674_11D2_BEE2_00400526D330__INCLUDED_)