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

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_LOOKDLG_H__E1A23954_51A9_11D5_B139_E09F3742E700__INCLUDED_)
  2. #define AFX_LOOKDLG_H__E1A23954_51A9_11D5_B139_E09F3742E700__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // LookDlg.h : header file
  7. //
  8. #include "bmpbutton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CLookDlg dialog
  11. class CLookDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CLookDlg(CWnd* pParent = NULL);   // standard constructor
  16. CClientApp* GetApp(){return (CClientApp*)AfxGetApp();};
  17. // Dialog Data
  18. //{{AFX_DATA(CLookDlg)
  19. enum { IDD = IDD_LOOK_MESS };
  20. CBmpButton m_headBmp;
  21. CEdit m_TalkRecord;
  22. CString m_strTime;
  23. CString m_strTalk;
  24. CString m_strID;
  25. CString m_strName;
  26. CString m_strEmail;
  27. CString m_strDate;
  28. //}}AFX_DATA
  29. UserInfo *pInfo;
  30. FriendState *pState;
  31. int* piCurMsg;
  32. BOOL m_bClose;
  33. HICON hIcon;
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CLookDlg)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CLookDlg)
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnShowTalk();
  46. afx_msg void OnNext();
  47. virtual void OnOK();
  48. virtual void OnCancel();
  49. afx_msg void OnClose();
  50. afx_msg void OnShowDetail();
  51. //}}AFX_MSG
  52. afx_msg LRESULT OnRecvMsg(WPARAM wParam,LPARAM lParam);
  53. afx_msg LRESULT OnRefreshData(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_LOOKDLG_H__E1A23954_51A9_11D5_B139_E09F3742E700__INCLUDED_)