ControlDlg.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- // ControlDlg.h : header file
- //
- #if !defined(AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_)
- #define AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "VideoDlg.h"
- /////////////////////////////////////////////////////////////////////////////
- // CControlDlg dialog
- class CControlDlg : public CDialog
- {
- public:
- CControlDlg(CWnd* pParent = NULL);
- //{{AFX_DATA(CControlDlg)
- enum { IDD = IDD_CONTROL_DIALOG };
- CStatic m_astatic;
- CButton m_ostatic;
- CListCtrl m_olist;
- CButton m_viewbtn;
- //}}AFX_DATA
- protected:
- virtual void OnOK( ){ }
- virtual void OnCancel( ){ }
- //{{AFX_VIRTUAL(CControlDlg)
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- afx_msg void OnPackage( WPARAM wParam , LPARAM lParam );
- //{{AFX_MSG(CControlDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnViewButton();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnClose();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg UINT OnNcHitTest(CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP( )
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONTROLDLG_H__6921666E_0D4F_4F1B_B0BB_CCD7131BA705__INCLUDED_)