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.

40 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000-2001.
  5. //
  6. // File: SaferEntryPropertySheet.h
  7. //
  8. // Contents: Declaration of CSaferEntryPropertySheet
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_SAFERENTRYPROPERTYSHEET_H__A9834C09_038E_4430_A4C4_5CBB9045E3A9__INCLUDED_)
  12. #define AFX_SAFERENTRYPROPERTYSHEET_H__A9834C09_038E_4430_A4C4_5CBB9045E3A9__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. class CSaferEntryPropertySheet : public CPropertySheet
  17. {
  18. public:
  19. CSaferEntryPropertySheet(UINT nIDCaption, CWnd *pParentWnd);
  20. virtual ~CSaferEntryPropertySheet();
  21. protected:
  22. virtual BOOL OnInitDialog();
  23. // Generated message map functions
  24. //{{AFX_MSG(CSaferEntryPropertySheet)
  25. //}}AFX_MSG
  26. afx_msg LRESULT OnSetOKDefault (WPARAM, LPARAM);
  27. DECLARE_MESSAGE_MAP()
  28. BOOL OnHelp(WPARAM wParam, LPARAM lParam);
  29. virtual void DoContextHelp (HWND hWndControl);
  30. private:
  31. };
  32. #endif // !defined(AFX_SAFERENTRYPROPERTYSHEET_H__A9834C09_038E_4430_A4C4_5CBB9045E3A9__INCLUDED_)