OptionsSheet.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #if !defined(AFX_OPTIONSSHEET_H__D8A13849_DBC6_4CD6_A981_E572ECDC2E94__INCLUDED_)
  2. #define AFX_OPTIONSSHEET_H__D8A13849_DBC6_4CD6_A981_E572ECDC2E94__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OptionsSheet.h : header file
  7. //
  8. //#include "ShowTaskBarIcon.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // COptionsSheet
  11. class COptionsSheet : public CPropertySheet
  12. {
  13. DECLARE_DYNAMIC(COptionsSheet)
  14. // Construction
  15. public:
  16. COptionsSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. void SetNotifyWnd(HWND hWnd);
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(COptionsSheet)
  25. public:
  26. virtual BOOL OnInitDialog();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~COptionsSheet();
  31. // Generated message map functions
  32. protected:
  33. HWND m_hWndParent;
  34. CPropertyPage *m_pKeyBoardOptions;
  35. CPropertyPage *m_pGeneralOptions;
  36. CPropertyPage *m_pQuickPasteOptions;
  37. CPropertyPage *m_pUtilites;
  38. CPropertyPage *m_pStats;
  39. CPropertyPage *m_pTypes;
  40. CPropertyPage *m_pAbout;
  41. CPropertyPage *m_pFriends;
  42. CPropertyPage *m_pCopyBuffers;
  43. //CShowTaskBarIcon m_taskBar;
  44. //{{AFX_MSG(COptionsSheet)
  45. // NOTE - the ClassWizard will add and remove member functions here.
  46. afx_msg void OnDestroy();
  47. afx_msg void OnNcDestroy();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_OPTIONSSHEET_H__D8A13849_DBC6_4CD6_A981_E572ECDC2E94__INCLUDED_)