demoIeDlg.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // demoIeDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "webbrowser2.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_)
- #define AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDemoIeDlg dialog
- class CDemoIeDlg : public CDialog
- {
- // Construction
- public:
- CDemoIeDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDemoIeDlg)
- enum { IDD = IDD_DEMOIE_DIALOG };
- CWebBrowser2 m_mybrowser;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDemoIeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDemoIeDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_)