www.pudn.com > ManyControl.rar > ModallessDlg.h
#if !defined(AFX_MODALLESSDLG_H__4167F2E4_8622_423D_8E81_F337119B041E__INCLUDED_)
#define AFX_MODALLESSDLG_H__4167F2E4_8622_423D_8E81_F337119B041E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModallessDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModallessDlg dialog
class CModallessDlg : public CDialog
{
// Construction
public:
CModallessDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CModallessDlg)
enum { IDD = IDD_DIALOG_MODALLESS };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModallessDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModallessDlg)
afx_msg void OnButtonTest();
afx_msg void OnRadioHello();
afx_msg void OnRadioWorld();
afx_msg void OnRadioHa();
afx_msg void OnCheckHello();
afx_msg void OnCheckHa();
afx_msg void OnCheckWorld();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODALLESSDLG_H__4167F2E4_8622_423D_8E81_F337119B041E__INCLUDED_)