videoDemoDlg.h
上传用户:zheng6500
上传日期:2007-05-15
资源大小:335k
文件大小:2k
- // videoDemoDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "videocomm.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)
- #define AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CVideoDemoDlg dialog
- class CVideoDemoDlg : public CDialog
- {
- // Construction
- public:
- CVideoDemoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CVideoDemoDlg)
- enum { IDD = IDD_VIDEODEMO_DIALOG };
- CIPAddressCtrl m_IpAddr;
- CVideoComm m_VideoComm;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVideoDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CVideoDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBtnSetip();
- afx_msg void OnBtnStart();
- afx_msg void OnBtnStop();
- afx_msg void OnBtnZoomtoinit();
- afx_msg void OnBtnZoomin();
- afx_msg void OnBtnZoomOut();
- afx_msg void OnBtnLV();
- afx_msg void OnBtnRV();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)