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.

66 lines
1.4 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_BINDINGSHEET_H__F14C1C42_B1B8_4B8C_A856_038978FDA57C__INCLUDED_)
  8. #define AFX_BINDINGSHEET_H__F14C1C42_B1B8_4B8C_A856_038978FDA57C__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // BindingSheet.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CBindingSheet
  16. class CBindingSheet : public CPropertySheet
  17. {
  18. DECLARE_DYNAMIC(CBindingSheet)
  19. // Construction
  20. public:
  21. CBindingSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  22. CBindingSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CBindingSheet)
  30. public:
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CBindingSheet();
  35. // Generated message map functions
  36. protected:
  37. BOOL m_bFirst;
  38. //{{AFX_MSG(CBindingSheet)
  39. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  40. afx_msg void OnPaint();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_BINDINGSHEET_H__F14C1C42_B1B8_4B8C_A856_038978FDA57C__INCLUDED_)