DetailMiscDlg.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. #if !defined(AFX_DETAILMISCDLG_H__A4029A5E_CAFD_439A_A2D5_EB14E328CCDF__INCLUDED_)
  12. #define AFX_DETAILMISCDLG_H__A4029A5E_CAFD_439A_A2D5_EB14E328CCDF__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // DetailMiscDlg.h : header file
  17. //
  18. class IcqInfo;
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CDetailMiscDlg dialog
  21. class CDetailMiscDlg : public CPropertyPage
  22. {
  23. DECLARE_DYNCREATE(CDetailMiscDlg)
  24. // Construction
  25. public:
  26. CDetailMiscDlg();
  27. ~CDetailMiscDlg();
  28. void enableAll(BOOL enable);
  29. void setData(IcqInfo *info);
  30. // Dialog Data
  31. //{{AFX_DATA(CDetailMiscDlg)
  32. enum { IDD = IDD_DETAIL_MISC };
  33. int m_blood;
  34. CString m_college;
  35. CString m_homepage;
  36. CString m_intro;
  37. CString m_profession;
  38. CString m_name;
  39. //}}AFX_DATA
  40. // Overrides
  41. // ClassWizard generate virtual function overrides
  42. //{{AFX_VIRTUAL(CDetailMiscDlg)
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. // Generated message map functions
  49. //{{AFX_MSG(CDetailMiscDlg)
  50. afx_msg void OnUpdate();
  51. virtual void OnCancel();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_DETAILMISCDLG_H__A4029A5E_CAFD_439A_A2D5_EB14E328CCDF__INCLUDED_)