ControlDlg.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. // ControlDlg.h : header file
  2. //
  3. #if !defined(AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_)
  4. #define AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "VideoDlg.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CControlDlg dialog
  11. class CControlDlg : public CDialog
  12. {
  13. public:
  14. CControlDlg(CWnd* pParent = NULL);
  15. //{{AFX_DATA(CControlDlg)
  16. enum { IDD = IDD_CONTROL_DIALOG };
  17. CStatic m_astatic;
  18. CButton m_ostatic;
  19. CListCtrl m_olist;
  20. CButton m_viewbtn;
  21. //}}AFX_DATA
  22. protected:
  23. virtual void OnOK( ){ }
  24. virtual void OnCancel( ){ }
  25. //{{AFX_VIRTUAL(CControlDlg)
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. afx_msg void OnPackage( WPARAM wParam , LPARAM lParam );
  29. //{{AFX_MSG(CControlDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnViewButton();
  32. afx_msg void OnSize(UINT nType, int cx, int cy);
  33. afx_msg void OnClose();
  34. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  35. afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
  36. afx_msg void OnTimer(UINT nIDEvent);
  37. afx_msg UINT OnNcHitTest(CPoint point);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP( )
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_)