PCHNGPG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTYCHANGESPAGE_H__CAC42501_E29A_11D0_8E15_00C04FB68D60__INCLUDED_)
  2. #define AFX_PROPERTYCHANGESPAGE_H__CAC42501_E29A_11D0_8E15_00C04FB68D60__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropertyChangesPage.H : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropertyChangesPage dialog
  10. class CPropertyChangesPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CPropertyChangesPage)
  13. // Construction
  14. public:
  15. CPropertyChangesPage();
  16. ~CPropertyChangesPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CPropertyChangesPage)
  19. enum { IDD = IDD_CONTROLLOGGING_PROPERTYCHANGES };
  20. CCheckListBox   m_lbProperties;
  21. //}}AFX_DATA
  22.    CStringArray m_astrPropertyNames;
  23.    CUIntArray m_atLogFlags;
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CPropertyChangesPage)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CPropertyChangesPage)
  34. virtual BOOL OnInitDialog();
  35. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  36. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_PROPERTYCHANGESPAGE_H__CAC42501_E29A_11D0_8E15_00C04FB68D60__INCLUDED_)