demoIeDlg.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // demoIeDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "webbrowser2.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_)
  7. #define AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CDemoIeDlg dialog
  13. class CDemoIeDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CDemoIeDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CDemoIeDlg)
  20. enum { IDD = IDD_DEMOIE_DIALOG };
  21. CWebBrowser2 m_mybrowser;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDemoIeDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CDemoIeDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnButton1();
  38. afx_msg void OnButton2();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_DEMOIEDLG_H__E3F4F1E6_4E14_46B6_BF03_E565E551E4B2__INCLUDED_)