LinkBtnDlg.h
上传用户:chrisyuan
上传日期:2022-06-18
资源大小:59k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // LinkBtnDlg.h : header file
  2. //
  3. #if !defined(AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_)
  4. #define AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "LinkButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CLinkBtnDlg dialog
  11. class CLinkBtnDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CLinkBtnDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CLinkBtnDlg)
  18. enum { IDD = IDD_LINKBTN_DIALOG };
  19. CLinkButton m_ExitBtn;
  20. CLinkButton m_DlgCancel;
  21. CLinkButton m_DlgOK;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CLinkBtnDlg)
  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(CLinkBtnDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. virtual void OnOK();
  38. virtual void OnCancel();
  39. afx_msg void OnButton1();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_)