MSNDlg.h
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. // MSNDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "webbrowser2.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_)
  7. #define AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMSNDlg dialog
  13. #include "userlist.h"
  14. #include "msnEdit.h"
  15. #define WIDTH1201  26
  16. #define WIDTH1202  26
  17. #define WIDTH1203  26
  18. #define WIDTH1204  26
  19. class CMSNDlg : public CDialog
  20. {
  21. // Construction
  22. public:
  23. CMSNDlg(CWnd* pParent = NULL); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CMSNDlg)
  26. enum { IDD = IDD_MSN_DIALOG };
  27. CButton m_MoveRight;
  28. CButton m_MoveLeft;
  29. CMsnEdit m_Search;
  30. CWebBrowser2 m_Browser;
  31. //}}AFX_DATA
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CMSNDlg)
  34. public:
  35. virtual BOOL PreTranslateMessage(MSG* pMsg);
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. public:
  40. void HitButton();
  41. CUserList userlist;
  42. int iShowButton; //当前显示按扭的索引
  43. // Implementation
  44. protected:
  45. HICON m_hIcon;
  46. CImageList m_ILtabItem;
  47. // Generated message map functions
  48. //{{AFX_MSG(CMSNDlg)
  49. virtual BOOL OnInitDialog();
  50. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  51. afx_msg void OnPaint();
  52. afx_msg HCURSOR OnQueryDragIcon();
  53. afx_msg void OnSize(UINT nType, int cx, int cy);
  54. afx_msg BOOL OnNcCreate(LPCREATESTRUCT lpCreateStruct);
  55. afx_msg void OnDocumentCompleteExplorer1(LPDISPATCH pDisp, VARIANT FAR* URL);
  56. afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
  57. afx_msg void On8000();
  58. afx_msg void On8001();
  59. afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
  60. afx_msg void On1200();
  61. DECLARE_EVENTSINK_MAP()
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_)