DetailBasicDlg.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_DETAILBASICDLG_H__6EE5C1B7_132B_4E63_A940_3252ABD93071__INCLUDED_)
  12. #define AFX_DETAILBASICDLG_H__6EE5C1B7_132B_4E63_A940_3252ABD93071__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // DetailBasicDlg.h : header file
  17. //
  18. #include "PicComboBox.h"
  19. class IcqInfo;
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CDetailBasicDlg dialog
  22. class IcqContact;
  23. class CDetailBasicDlg : public CPropertyPage
  24. {
  25. DECLARE_DYNCREATE(CDetailBasicDlg)
  26. // Construction
  27. public:
  28. CDetailBasicDlg();
  29. ~CDetailBasicDlg();
  30. void enableAll(BOOL enable);
  31. void setData(IcqInfo *info);
  32. // Dialog Data
  33. //{{AFX_DATA(CDetailBasicDlg)
  34. enum { IDD = IDD_DETAIL_BASIC };
  35. CPicComboBox m_cmbPic;
  36. int m_age;
  37. int m_gender;
  38. CString m_nick;
  39. int m_pic;
  40. UINT m_uin;
  41. CString m_country;
  42. CString m_city;
  43. CString m_province;
  44. //}}AFX_DATA
  45. // Overrides
  46. // ClassWizard generate virtual function overrides
  47. //{{AFX_VIRTUAL(CDetailBasicDlg)
  48. public:
  49. virtual void OnCancel();
  50. protected:
  51. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. protected:
  55. // Generated message map functions
  56. //{{AFX_MSG(CDetailBasicDlg)
  57. virtual BOOL OnInitDialog();
  58. afx_msg void OnUpdate();
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  64. #endif // !defined(AFX_DETAILBASICDLG_H__6EE5C1B7_132B_4E63_A940_3252ABD93071__INCLUDED_)