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


#if !defined(AFX_WTDLG_H__A9F46E9F_D3A2_4550_ACA5_72B89D1D87D3__INCLUDED_) 
#define AFX_WTDLG_H__A9F46E9F_D3A2_4550_ACA5_72B89D1D87D3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// WTDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CWTDlg dialog 
 
class CWTDlg : public CDialog 
{ 
// Construction 
public: 
	CWTDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWTDlg) 
	enum { IDD = IDD_WT_SPIHT }; 
	int		m_nFrame; 
	int		m_nSpaceLevel; 
	int		m_nTimeLevel; 
	int		m_nStepY; 
	int		m_nStepU; 
	int		m_nStepV; 
	int pels; 
	int lines; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWTDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CWTDlg) 
	afx_msg void OnAllOk(); 
	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_WTDLG_H__A9F46E9F_D3A2_4550_ACA5_72B89D1D87D3__INCLUDED_)