RealPlayXPpg.h
上传用户:sy_eblight
上传日期:2020-11-03
资源大小:267k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. #if !defined(AFX_REALPLAYXPPG_H__E8FDACB9_DA10_4F6C_8691_AA5F0409ABD6__INCLUDED_)
  2. #define AFX_REALPLAYXPPG_H__E8FDACB9_DA10_4F6C_8691_AA5F0409ABD6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RealPlayXPpg.h : Declaration of the CRealPlayXPropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CRealPlayXPropPage : See RealPlayXPpg.cpp.cpp for implementation.
  9. class CRealPlayXPropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CRealPlayXPropPage)
  12. DECLARE_OLECREATE_EX(CRealPlayXPropPage)
  13. // Constructor
  14. public:
  15. CRealPlayXPropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CRealPlayXPropPage)
  18. enum { IDD = IDD_PROPPAGE_REALPLAYX };
  19. // NOTE - ClassWizard will add data members here.
  20. //    DO NOT EDIT what you see in these blocks of generated code !
  21. //}}AFX_DATA
  22. // Implementation
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. // Message maps
  26. protected:
  27. //{{AFX_MSG(CRealPlayXPropPage)
  28. // NOTE - ClassWizard will add and remove member functions here.
  29. //    DO NOT EDIT what you see in these blocks of generated code !
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_REALPLAYXPPG_H__E8FDACB9_DA10_4F6C_8691_AA5F0409ABD6__INCLUDED)