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


#if !defined(AFX_FRAMEPATH_H__BE1E8494_8639_4358_8D52_41B3AFDAA74C__INCLUDED_) 
#define AFX_FRAMEPATH_H__BE1E8494_8639_4358_8D52_41B3AFDAA74C__INCLUDED_ 
 
#include "ChooseDirDlg.h"	// Added by ClassView 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FramePath.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFramePath dialog 
#include "ChooseDirDlg.h" 
class CFramePath : public CDialog 
{ 
// Construction 
public: 
	CChooseDirDlg DirDlg; 
	CFramePath(CWnd* pParent = NULL);   // standard constructor 
// Dialog Data 
	//{{AFX_DATA(CFramePath) 
	enum { IDD = IDD_DIALOG1 }; 
	CString	m_beginframe; 
	CString	m_endframe; 
	int		m_FrameNumber; 
	CString	m_StrFilePath; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFramePath) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFramePath) 
	afx_msg void OnBrowseFilePath(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FRAMEPATH_H__BE1E8494_8639_4358_8D52_41B3AFDAA74C__INCLUDED_)