videoDemoDlg.h
上传用户:zheng6500
上传日期:2007-05-15
资源大小:335k
文件大小:2k
源码类别:

易语言编程

开发平台:

Visual C++

  1. // videoDemoDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "videocomm.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)
  7. #define AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CVideoDemoDlg dialog
  13. class CVideoDemoDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CVideoDemoDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CVideoDemoDlg)
  20. enum { IDD = IDD_VIDEODEMO_DIALOG };
  21. CIPAddressCtrl m_IpAddr;
  22. CVideoComm m_VideoComm;
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CVideoDemoDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. // Generated message map functions
  33. //{{AFX_MSG(CVideoDemoDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnBtnSetip();
  38. afx_msg void OnBtnStart();
  39. afx_msg void OnBtnStop();
  40. afx_msg void OnBtnZoomtoinit();
  41. afx_msg void OnBtnZoomin();
  42. afx_msg void OnBtnZoomOut();
  43. afx_msg void OnBtnLV();
  44. afx_msg void OnBtnRV();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)