Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.4 KiB

  1. #if !defined(AFX_DPCOMPLUSPAGE_H__EC08946D_DFED_4E85_AC72_84E7BE940029__INCLUDED_)
  2. #define AFX_DPCOMPLUSPAGE_H__EC08946D_DFED_4E85_AC72_84E7BE940029__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPComPlusPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPComPlusPage dialog
  11. class CDPComPlusPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPComPlusPage)
  14. // Construction
  15. public:
  16. CDPComPlusPage();
  17. ~CDPComPlusPage();
  18. // Operations
  19. protected:
  20. void UpdateProperties();
  21. // Dialog Data
  22. //{{AFX_DATA(CDPComPlusPage)
  23. enum { IDD = IDD_DATAPOINT_COM_PLUS };
  24. CListCtrl m_Properties;
  25. CString m_sAppName;
  26. BOOL m_bRequireReset;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CDPComPlusPage)
  31. public:
  32. virtual BOOL OnApply();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CDPComPlusPage)
  40. afx_msg void OnButtonBrowseNamespace();
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnDestroy();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_DPCOMPLUSPAGE_H__EC08946D_DFED_4E85_AC72_84E7BE940029__INCLUDED_)