ModifyPIDlg.h
上传用户:guangzhiyw
上传日期:2007-01-09
资源大小:495k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_MODIFYPIDLG_H__5F3494D4_5960_11D5_B160_90FDE69ECE00__INCLUDED_)
  2. #define AFX_MODIFYPIDLG_H__5F3494D4_5960_11D5_B160_90FDE69ECE00__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ModifyPIDlg.h : header file
  7. //
  8. #include "bmpcombox.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CModifyPIDlg dialog
  11. class CModifyPIDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CModifyPIDlg(CWnd* pParent = NULL);   // standard constructor
  16. CClientApp* GetApp(){return (CClientApp*)AfxGetApp();};
  17. // Dialog Data
  18. //{{AFX_DATA(CModifyPIDlg)
  19. enum { IDD = IDD_MYSELF_DETAIL };
  20. CComboBox m_ComboSex;
  21. CBmpComBox m_ComboFace;
  22. CString m_strAddress;
  23. CString m_strAge;
  24. CString m_strDepartment;
  25. CString m_strDescription;
  26. CString m_strEmail;
  27. CString m_strFax;
  28. CString m_strHomepage;
  29. CString m_strID;
  30. CString m_strName;
  31. CString m_strPhone;
  32. int m_canbeadd;
  33. //}}AFX_DATA
  34. UserInfo* pInfo;
  35. HICON hIcon;
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CModifyPIDlg)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CModifyPIDlg)
  46. afx_msg void OnRefresh();
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnTimer(UINT nIDEvent);
  49. afx_msg void OnShowChangepwd();
  50. afx_msg void OnModifypi();
  51. //}}AFX_MSG
  52. afx_msg LRESULT OnShowFriendDetail(WPARAM wParam,LPARAM lParam);
  53. afx_msg LRESULT OnRecvMyDetail(WPARAM wParam,LPARAM lParam);
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_MODIFYPIDLG_H__5F3494D4_5960_11D5_B160_90FDE69ECE00__INCLUDED_)