PropertySheet1.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
  2. #define AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropertySheet1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PropertySheet1
  10. class PropertySheet1 : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(PropertySheet1)
  13. // Construction
  14. public:
  15.   PropertySheet1();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20.   BOOL CheckKey(char cAccel);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(PropertySheet1)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~PropertySheet1();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(PropertySheet1)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //}}AFX_MSG
  33.   BOOL PreTranslateMessage(MSG* pMsg);
  34.   
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_)