HyperLinkerDemoDlg.h
上传用户:yangb198
上传日期:2021-03-29
资源大小:14k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. // HyperLinkerDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_HYPERLINKERDEMODLG_H__BE6B260D_D3E5_4395_8289_BD09011B53F6__INCLUDED_)
  4. #define AFX_HYPERLINKERDEMODLG_H__BE6B260D_D3E5_4395_8289_BD09011B53F6__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHyperLinkerDemoDlg dialog
  10. #include "HyperLinker.h"
  11. class CHyperLinkerDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CHyperLinkerDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CHyperLinkerDemoDlg)
  18. enum { IDD = IDD_HYPERLINKERDEMO_DIALOG };
  19. CHyperLinker m_ctlHLBlog;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CHyperLinkerDemoDlg)
  23. public:
  24. virtual BOOL PreTranslateMessage(MSG* pMsg);
  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(CHyperLinkerDemoDlg)
  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
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_HYPERLINKERDEMODLG_H__BE6B260D_D3E5_4395_8289_BD09011B53F6__INCLUDED_)