PropertySheet1.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
- #if !defined(AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
- #define AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // PropertySheet1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // PropertySheet1
- class PropertySheet1 : public CPropertySheet
- {
- DECLARE_DYNAMIC(PropertySheet1)
- // Construction
- public:
- PropertySheet1();
- // Attributes
- public:
- // Operations
- public:
- BOOL CheckKey(char cAccel);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(PropertySheet1)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~PropertySheet1();
- // Generated message map functions
- protected:
- //{{AFX_MSG(PropertySheet1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- BOOL PreTranslateMessage(MSG* pMsg);
-
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PROPERTYSHEET1_H__BAC5D46D_25A5_11D2_98BF_08A9C2000000__INCLUDED_)