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.

63 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_BINDINGPG_H__AF348BD0_77B3_4C44_A6F9_70DECA854F55__INCLUDED_)
  8. #define AFX_BINDINGPG_H__AF348BD0_77B3_4C44_A6F9_70DECA854F55__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // BindingPg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CBindingPg dialog
  16. class CBindingPg : public CPropertyPage
  17. {
  18. DECLARE_DYNCREATE(CBindingPg)
  19. // Construction
  20. public:
  21. CBindingPg();
  22. ~CBindingPg();
  23. // Dialog Data
  24. //{{AFX_DATA(CBindingPg)
  25. enum { IDD = IDD_PG_BINDINGS };
  26. CListCtrl m_ctlBindings;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CBindingPg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CBindingPg)
  38. afx_msg void OnAdd();
  39. afx_msg void OnDelete();
  40. afx_msg void OnModify();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_BINDINGPG_H__AF348BD0_77B3_4C44_A6F9_70DECA854F55__INCLUDED_)