ppStreamTestDlg.h
资源名称:PPStream.zip [点击查看]
上传用户:hju612
上传日期:2022-08-09
资源大小:31k
文件大小:2k
源码类别:
P2P编程
开发平台:
Visual C++
- // ppStreamTestDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "powerlist.h"
- #include "powerplayer.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_)
- #define AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CPpStreamTestDlg dialog
- class CPpStreamTestDlg : public CDialog
- {
- // Construction
- public:
- CPpStreamTestDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPpStreamTestDlg)
- enum { IDD = IDD_PPSTREAMTEST_DIALOG };
- CPowerList m_powerlist;
- CPowerPlayer m_powerplayer;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPpStreamTestDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPpStreamTestDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_)