DlgSettings.h
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:

外挂编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSETTINGS_H__41730859_8C8C_435E_A128_7664DCAF1203__INCLUDED_)
  2. #define AFX_DLGSETTINGS_H__41730859_8C8C_435E_A128_7664DCAF1203__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSettings.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSettings
  10. class CDlgSettings : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(CDlgSettings)
  13. // Construction
  14. public:
  15. CDlgSettings(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  16. CDlgSettings(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDlgSettings)
  24. public:
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CDlgSettings();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CDlgSettings)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_DLGSETTINGS_H__41730859_8C8C_435E_A128_7664DCAF1203__INCLUDED_)