CQQFindDlg.h
资源名称:CQQFind.rar [点击查看]
上传用户:cxh888fhc
上传日期:2017-07-08
资源大小:240k
文件大小:2k
源码类别:
钩子与API截获
开发平台:
Visual C++
- // CQQFindDlg.h : header file
- //
- #if !defined(AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_)
- #define AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CCQQFindDlg dialog
- #include "BitmapDialog.h"
- #include "FlagDlg.h"
- #include "ShadowButton.h"
- class CCQQFindDlg : public CBitmapDialog
- {
- // Construction
- public:
- CCQQFindDlg(CWnd* pParent = NULL); // standard constructor
- COLORREF m_clrDraw;
- BOOL m_bCircle;
- LONG m_nWidth;
- // Dialog Data
- //{{AFX_DATA(CCQQFindDlg)
- enum { IDD = IDD_CQQFIND_DIALOG };
- CShadowButton m_btnConfig;
- CShadowButton m_btnAbout;
- CShadowButton m_btnCancel;
- CShadowButton m_btnTest;
- CShadowButton m_btnClose;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCQQFindDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CCQQFindDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBtnTest();
- afx_msg void OnBtnClose();
- virtual void OnCancel();
- afx_msg void OnBtnConfig();
- afx_msg void OnBtnAbout();
- afx_msg void OnTimer(UINT nIDEvent);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void OnOK();
- CFlagDlg m_dlgFlag;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_)