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.

46 lines
1.4 KiB

  1. #if !defined(AFX_SPLITTERPPG_H__58BB5D71_8E20_11D2_8ADA_0000F87A3912__INCLUDED_)
  2. #define AFX_SPLITTERPPG_H__58BB5D71_8E20_11D2_8ADA_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SplitterPpg.h : Declaration of the CSplitterPropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CSplitterPropPage : See SplitterPpg.cpp.cpp for implementation.
  9. class CSplitterPropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CSplitterPropPage)
  12. DECLARE_OLECREATE_EX(CSplitterPropPage)
  13. // Constructor
  14. public:
  15. CSplitterPropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CSplitterPropPage)
  18. enum { IDD = IDD_PROPPAGE_SPLITTER };
  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(CSplitterPropPage)
  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_SPLITTERPPG_H__58BB5D71_8E20_11D2_8ADA_0000F87A3912__INCLUDED)