www.pudn.com > 人体步态跟踪识别bate版.rar > Hh.h


#if !defined(AFX_HH_H__BD57F9E6_B393_48AD_97C3_BE74667BB147__INCLUDED_) 
#define AFX_HH_H__BD57F9E6_B393_48AD_97C3_BE74667BB147__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Hh.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CHh dialog 
 
class CHh : public CDialog 
{ 
// Construction 
public: 
	CHh(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CHh) 
	enum { IDD = IDD_DIALOG2 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CHh) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CHh) 
	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_HH_H__BD57F9E6_B393_48AD_97C3_BE74667BB147__INCLUDED_)