LinkBtnDlg.h
资源名称:92311385.rar [点击查看]
上传用户:chrisyuan
上传日期:2022-06-18
资源大小:59k
文件大小:1k
源码类别:
按钮控件
开发平台:
Visual C++
- // LinkBtnDlg.h : header file
- //
- #if !defined(AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_)
- #define AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "LinkButton.h"
- /////////////////////////////////////////////////////////////////////////////
- // CLinkBtnDlg dialog
- class CLinkBtnDlg : public CDialog
- {
- // Construction
- public:
- CLinkBtnDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CLinkBtnDlg)
- enum { IDD = IDD_LINKBTN_DIALOG };
- CLinkButton m_ExitBtn;
- CLinkButton m_DlgCancel;
- CLinkButton m_DlgOK;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLinkBtnDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CLinkBtnDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LINKBTNDLG_H__37D871BE_C673_11D3_B3A5_001088028526__INCLUDED_)