mousetestdlg.h
来自「一个evc下鼠标测试的源程序」· C头文件 代码 · 共 64 行
H
64 行
// MouseTestDlg.h : header file
//
#if !defined(AFX_MOUSETESTDLG_H__87CC804D_9D40_48D1_B56C_635D3A396FB7__INCLUDED_)
#define AFX_MOUSETESTDLG_H__87CC804D_9D40_48D1_B56C_635D3A396FB7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMouseTestDlg dialog
class CMouseTestDlg : public CDialog
{
// Construction
public:
CMouseTestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMouseTestDlg)
enum { IDD = IDD_MOUSETEST_DIALOG };
CString m_strDown;
CString m_strUp;
UINT m_CountDown;
UINT m_CountUp;
CString m_AdcValue;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMouseTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void SaveLog(CString& str);
HICON m_hIcon;
CPoint m_MsCurrPt;
// Generated message map functions
//{{AFX_MSG(CMouseTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnButton2();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnInfoDown();
afx_msg void OnInfoUp();
afx_msg void OnChangeEditDown();
afx_msg void OnChangeEditUp();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MOUSETESTDLG_H__87CC804D_9D40_48D1_B56C_635D3A396FB7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?