MSNDlg.h
资源名称:MSN.rar [点击查看]
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:2k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- // MSNDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "webbrowser2.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_)
- #define AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMSNDlg dialog
- #include "userlist.h"
- #include "msnEdit.h"
- #define WIDTH1201 26
- #define WIDTH1202 26
- #define WIDTH1203 26
- #define WIDTH1204 26
- class CMSNDlg : public CDialog
- {
- // Construction
- public:
- CMSNDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMSNDlg)
- enum { IDD = IDD_MSN_DIALOG };
- CButton m_MoveRight;
- CButton m_MoveLeft;
- CMsnEdit m_Search;
- CWebBrowser2 m_Browser;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMSNDlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- public:
- void HitButton();
- CUserList userlist;
- int iShowButton; //当前显示按扭的索引
- // Implementation
- protected:
- HICON m_hIcon;
- CImageList m_ILtabItem;
- // Generated message map functions
- //{{AFX_MSG(CMSNDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg BOOL OnNcCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnDocumentCompleteExplorer1(LPDISPATCH pDisp, VARIANT FAR* URL);
- afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
- afx_msg void On8000();
- afx_msg void On8001();
- afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
- afx_msg void On1200();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MSNDLG_H__FFA1CFD1_91B2_4ACD_9B7B_7890153C6778__INCLUDED_)