CQQFindDlg.h
上传用户:cxh888fhc
上传日期:2017-07-08
资源大小:240k
文件大小:2k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. // CQQFindDlg.h : header file
  2. //
  3. #if !defined(AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_)
  4. #define AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCQQFindDlg dialog
  10. #include "BitmapDialog.h"
  11. #include "FlagDlg.h"
  12. #include "ShadowButton.h"
  13. class CCQQFindDlg : public CBitmapDialog
  14. {
  15. // Construction
  16. public:
  17. CCQQFindDlg(CWnd* pParent = NULL); // standard constructor
  18. COLORREF m_clrDraw;
  19. BOOL m_bCircle;
  20. LONG m_nWidth;
  21. // Dialog Data
  22. //{{AFX_DATA(CCQQFindDlg)
  23. enum { IDD = IDD_CQQFIND_DIALOG };
  24. CShadowButton m_btnConfig;
  25. CShadowButton m_btnAbout;
  26. CShadowButton m_btnCancel;
  27. CShadowButton m_btnTest;
  28. CShadowButton m_btnClose;
  29. //}}AFX_DATA
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CCQQFindDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CCQQFindDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnPaint();
  42. afx_msg HCURSOR OnQueryDragIcon();
  43. afx_msg void OnBtnTest();
  44. afx_msg void OnBtnClose();
  45. virtual void OnCancel();
  46. afx_msg void OnBtnConfig();
  47. afx_msg void OnBtnAbout();
  48. afx_msg void OnTimer(UINT nIDEvent);
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. private:
  52. void OnOK();
  53. CFlagDlg m_dlgFlag;
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_CQQFINDDLG_H__58E5E8AD_5796_4E81_B9BB_F636EF99CF3C__INCLUDED_)