MenuDlg.h
上传用户:sztlpcb
上传日期:2007-06-09
资源大小:741k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_)
  2. #define AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MenuDlg.h : header file
  7. //
  8. #include "rtpsession.h"
  9. #include "rtppacket.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMenuDlg dialog
  12. class CMenuDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CMenuDlg(CWnd* pParent = NULL);   // standard constructor
  17. char sess_Addr[16];
  18. // Dialog Data
  19. //{{AFX_DATA(CMenuDlg)
  20. enum { IDD = IDD_MENU_DIALOG };
  21. CButton m_load;
  22. CListBox m_list;
  23. CButton m_register;
  24. CButton m_play;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMenuDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. SOCKET connect_sd;
  35. // Generated message map functions
  36. //{{AFX_MSG(CMenuDlg)
  37. afx_msg void OnPlay();
  38. afx_msg void Onregister();
  39. virtual void OnCancel();
  40. virtual BOOL OnInitDialog();
  41. virtual void OnOK();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_)