www.pudn.com > SafeClean.rar > Rulez.h


#if !defined(AFX_RULEZ_H__354A06A1_0C92_11D5_95B7_87719244A609__INCLUDED_) 
#define AFX_RULEZ_H__354A06A1_0C92_11D5_95B7_87719244A609__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Rulez.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// Rulez dialog 
 
class Rulez : public CDialog 
{ 
// Construction 
public: 
	Rulez(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(Rulez) 
	enum { IDD = IDD_MYRULEZ }; 
	CButton	m_Accept; 
	CString	m_Ruletext; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(Rulez) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(Rulez) 
	afx_msg void OnOnaccept(); 
	afx_msg void OnEditRules(); 
	afx_msg void OnClearRules(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RULEZ_H__354A06A1_0C92_11D5_95B7_87719244A609__INCLUDED_)