www.pudn.com > only.rar > SETUP.h


#if !defined(AFX_SETUP_H__2F1F036B_3552_4493_8993_67FA57FDFB8B__INCLUDED_) 
#define AFX_SETUP_H__2F1F036B_3552_4493_8993_67FA57FDFB8B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SETUP.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// SETUP dialog 
 
class SETUP : public CDialog 
{ 
// Construction 
public: 
	SETUP(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(SETUP) 
	enum { IDD = IDD_DIALOG_SETUP }; 
	CButton	m_checksound; 
	int		m_buserfirst; 
	int		m_bwithcomputer; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(SETUP) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(SETUP) 
	afx_msg void OnRadioWithcomper(); 
	afx_msg void OnRadioTwousers(); 
	afx_msg void OnRadioUserfirst(); 
	afx_msg void OnRadioComputerfirst(); 
	afx_msg void OnCheckSound(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SETUP_H__2F1F036B_3552_4493_8993_67FA57FDFB8B__INCLUDED_)