OptionsSheet.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. /////////////////////////////////////////////////////////////////////////////
  9. // COptionsSheet
  10. class COptionsSheet : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(COptionsSheet)
  13. // Construction
  14. public:
  15. COptionsSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(COptionsSheet)
  23. public:
  24. virtual int DoModal();
  25. virtual BOOL OnInitDialog();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~COptionsSheet();
  30. // Generated message map functions
  31. protected:
  32. CPropertyPage *m_pKeyBoardOptions;
  33. CPropertyPage *m_pGeneralOptions;
  34. CPropertyPage *m_pQuickPasteOptions;
  35. CPropertyPage *m_pUtilites;
  36. CPropertyPage *m_pStats;
  37. CPropertyPage *m_pTypes;
  38. CPropertyPage *m_pAbout;
  39. CPropertyPage *m_pFriends;
  40. CPropertyPage *m_pCopyBuffers;
  41. //{{AFX_MSG(COptionsSheet)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_OPTIONSSHEET_H__D8A13849_DBC6_4CD6_A981_E572ECDC2E94__INCLUDED_)