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

TreeView控件

开发平台:

Visual C++

  1. // GeneralPrefsDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CGeneralPrefsDlg dialog
  5. class CGeneralPrefsDlg : public CPropertyPage
  6. {
  7. // Construction
  8. public:
  9. CGeneralPrefsDlg();   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CGeneralPrefsDlg)
  12. enum { IDD = IDD_GENERAL };
  13. BOOL m_bISee;
  14. BOOL m_bDontLike;
  15. BOOL m_bLikeBeer;
  16. int m_nWhen;
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CGeneralPrefsDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. // Generated message map functions
  27. //{{AFX_MSG(CGeneralPrefsDlg)
  28. virtual BOOL OnInitDialog();
  29. afx_msg void OnOk();
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };