www.pudn.com > 6manager_server.rar > HelpDlg.h


#if !defined(AFX_HELPDLG_H__E2DCEE51_3B46_4287_8098_E95C6C9A103D__INCLUDED_) 
#define AFX_HELPDLG_H__E2DCEE51_3B46_4287_8098_E95C6C9A103D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// HelpDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CHelpDlg 
 
#include "Helpuse.h" 
#include "HelpGetrequest.h" 
#include "HelpGetnext.h" 
#include "HelpGetbulk.h" 
#include "Helpgetall.h" 
#include "HelpXncl.h" 
class CHelpDlg : public CPropertySheet 
{ 
	DECLARE_DYNAMIC(CHelpDlg) 
 
// Construction 
public: 
	CHelpDlg(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
	CHelpDlg(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CHelpDlg) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CHelpDlg(); 
 
	// Generated message map functions 
protected: 
	CHelpuse helpuse; 
	CHelpGetrequest getrequest; 
	CHelpGetnext   getnest; 
	CHelpGetbulk    getbulk; 
	CHelpgetall     getall; 
	CHelpXncl      xgcl; 
	//{{AFX_MSG(CHelpDlg) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_HELPDLG_H__E2DCEE51_3B46_4287_8098_E95C6C9A103D__INCLUDED_)