HighColorPropertySheet.h
上传用户:ahlaser
上传日期:2020-09-06
资源大小:116k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. // HighColorPropertySheet.h : header file
  2. //
  3. ///////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HIGHCOLORPROPERTYSHEET_H__2A258268_3ED7_40AD_886D_19B9B1A24B3A__INCLUDED_)
  5. #define AFX_HIGHCOLORPROPERTYSHEET_H__2A258268_3ED7_40AD_886D_19B9B1A24B3A__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CHighColorPropertySheet
  11. class CHighColorPropertySheet : public CPropertySheet
  12. {
  13. DECLARE_DYNAMIC(CHighColorPropertySheet)
  14. // Construction
  15. public:
  16. CHighColorPropertySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. CHighColorPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CHighColorPropertySheet)
  25. public:
  26. virtual BOOL OnInitDialog();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CHighColorPropertySheet();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CHighColorPropertySheet)
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_HIGHCOLORPROPERTYSHEET_H__2A258268_3ED7_40AD_886D_19B9B1A24B3A__INCLUDED_)