www.pudn.com > Daoli2.zip > SETUP.h


#if !defined(AFX_SETUP_H__107FCEFA_45E0_11D5_BFB8_0080AD3A53F1__INCLUDED_) 
#define AFX_SETUP_H__107FCEFA_45E0_11D5_BFB8_0080AD3A53F1__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SETUP.h : header file 
// 
#ifndef   RulesCounter 
#define   RulesCounter 11 
#endif 
///////////////////////////////////////////////////////////////////////////// 
// SETUP dialog 
 
class SETUP : public CDialog 
{ 
// Construction 
public: 
	bool bDlgRulesSel[RulesCounter]; 
 
	SETUP(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(SETUP) 
	enum { IDD = IDD_SETUPBOX }; 
	int		m_nangle; 
	int		m_nspeed; 
	//}}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) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); 
	afx_msg void OnDblclkRuleslist(); 
	afx_msg void OnAllselect(); 
	afx_msg void OnAlldeselect(); 
	afx_msg void OnDblclkList2(); 
	virtual void OnOK(); 
	//}}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__107FCEFA_45E0_11D5_BFB8_0080AD3A53F1__INCLUDED_)