www.pudn.com > Videodisplay.rar > RelationDlg.h


#if !defined(AFX_RELATIONDLG_H__5BCD170F_33D1_402B_A8FA_151E8EF709E3__INCLUDED_) 
#define AFX_RELATIONDLG_H__5BCD170F_33D1_402B_A8FA_151E8EF709E3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// RelationDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CRelationDlg dialog 
 
class CRelationDlg : public CDialog 
{ 
// Construction 
public: 
	//int nFrameFlag; 
	CRelationDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CRelationDlg) 
	enum { IDD = IDD_RELATION }; 
	CString	m_strYUVFile; 
	CString	m_strRelationFile; 
	int		m_nFrameNum; 
	int yuvFlag; 
    int frameFlag; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CRelationDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CRelationDlg) 
	afx_msg void OnAllOk(); 
	afx_msg void OnSelectYuvFile(); 
	afx_msg void OnSelectRelationFile(); 
	afx_msg void OnIntraRelation(); 
	afx_msg void OnInterRelation(); 
	afx_msg void OnCif(); 
	afx_msg void OnQcif(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RELATIONDLG_H__5BCD170F_33D1_402B_A8FA_151E8EF709E3__INCLUDED_)