www.pudn.com > Videodisplay.rar > YUVdlg.h
#if !defined(AFX_YUVDLG_H__AAD49BA6_F69D_499F_9ECA_F7D63B40F1D7__INCLUDED_)
#define AFX_YUVDLG_H__AAD49BA6_F69D_499F_9ECA_F7D63B40F1D7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// YUVdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CYUVdlg dialog
class CYUVdlg : public CDialog
{
// Construction
public:
int pels;
int lines;
CYUVdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CYUVdlg)
enum { IDD = IDD_YUV_DLG };
int m_nFrequency;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYUVdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CYUVdlg)
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_YUVDLG_H__AAD49BA6_F69D_499F_9ECA_F7D63B40F1D7__INCLUDED_)