ppStreamTestDlg.h
上传用户:hju612
上传日期:2022-08-09
资源大小:31k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. // ppStreamTestDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "powerlist.h"
  5. #include "powerplayer.h"
  6. //}}AFX_INCLUDES
  7. #if !defined(AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_)
  8. #define AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPpStreamTestDlg dialog
  14. class CPpStreamTestDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CPpStreamTestDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CPpStreamTestDlg)
  21. enum { IDD = IDD_PPSTREAMTEST_DIALOG };
  22. CPowerList m_powerlist;
  23. CPowerPlayer m_powerplayer;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CPpStreamTestDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. // Generated message map functions
  34. //{{AFX_MSG(CPpStreamTestDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. afx_msg void OnSize(UINT nType, int cx, int cy);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_PPSTREAMTESTDLG_H__F7448B32_6BDD_47DD_B639_A0B5BE6D439B__INCLUDED_)