MenuDlg.h
上传用户:sztlpcb
上传日期:2007-06-09
资源大小:741k
文件大小:1k
- #if !defined(AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_)
- #define AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MenuDlg.h : header file
- //
- #include "rtpsession.h"
- #include "rtppacket.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMenuDlg dialog
- class CMenuDlg : public CDialog
- {
- // Construction
- public:
- CMenuDlg(CWnd* pParent = NULL); // standard constructor
- char sess_Addr[16];
- // Dialog Data
- //{{AFX_DATA(CMenuDlg)
- enum { IDD = IDD_MENU_DIALOG };
- CButton m_load;
- CListBox m_list;
- CButton m_register;
- CButton m_play;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMenuDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- SOCKET connect_sd;
-
- // Generated message map functions
- //{{AFX_MSG(CMenuDlg)
- afx_msg void OnPlay();
- afx_msg void Onregister();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MENUDLG_H__F3BC5F59_A95C_41A9_91E0_EA2ABAAD4E9F__INCLUDED_)