ExtChildResizablePropertySheet.h
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_EXTCHILDRESIZABLEPROPERTYSHEET_H__A1F4969D_B9D3_4048_9D23_1E3BA6009D08__INCLUDED_)
  2. #define AFX_EXTCHILDRESIZABLEPROPERTYSHEET_H__A1F4969D_B9D3_4048_9D23_1E3BA6009D08__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ExtChildResizablePropertySheet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CExtChildResizablePropertySheet
  10. class CExtChildResizablePropertySheet : public CExtResizablePropertySheet
  11. {
  12. DECLARE_DYNCREATE(CExtChildResizablePropertySheet)
  13. virtual void _TrickSyncActviveChild();
  14. public:
  15. CExtChildResizablePropertySheet();
  16. // Attributes
  17. public:
  18. bool m_bInitTabSingleLine:1;
  19. bool m_bInitTabButtons:1;
  20. bool m_bInitTabButtonsFlat:1;
  21. bool m_bInitTabSeparatorsFlat:1;
  22. private:
  23. bool m_bTabStylesInitialized:1;
  24. // Operations
  25. public:
  26. BOOL Create( CWnd * pWndParent );
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CExtChildResizablePropertySheet)
  30. public:
  31. virtual BOOL PreTranslateMessage(MSG* pMsg);
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CExtChildResizablePropertySheet();
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CExtChildResizablePropertySheet)
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_EXTCHILDRESIZABLEPROPERTYSHEET_H__A1F4969D_B9D3_4048_9D23_1E3BA6009D08__INCLUDED_)