ConfigDlg.h
资源名称:CQQFind.rar [点击查看]
上传用户:cxh888fhc
上传日期:2017-07-08
资源大小:240k
文件大小:1k
源码类别:
钩子与API截获
开发平台:
Visual C++
- #if !defined(AFX_CONFIGDLG_H__CA4A8B55_F18F_488F_BE7E_9DB834DE6740__INCLUDED_)
- #define AFX_CONFIGDLG_H__CA4A8B55_F18F_488F_BE7E_9DB834DE6740__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ConfigDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CConfigDlg dialog
- #include "ShadowButton.h"
- class CConfigDlg : public CDialog
- {
- // Construction
- public:
- CConfigDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CConfigDlg)
- enum { IDD = IDD_DLG_CONFIG };
- CShadowButton m_btnOK;
- CShadowButton m_btnCancel;
- CShadowButton m_btnColor;
- int m_nCirCle;
- int m_nWidth;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CConfigDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CConfigDlg)
- afx_msg void OnPaint();
- afx_msg void OnBtnColor();
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- COLORREF m_clrDraw;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONFIGDLG_H__CA4A8B55_F18F_488F_BE7E_9DB834DE6740__INCLUDED_)