📄 curvewnddlg.h
字号:
#if !defined(AFX_CURVEWNDDLG_H__83B1AAE3_7D1A_41B7_AAA2_8C461E0A70C7__INCLUDED_)
#define AFX_CURVEWNDDLG_H__83B1AAE3_7D1A_41B7_AAA2_8C461E0A70C7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CurveWndDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCurveWndDlg dialog
#include "Curve.h"
#include "CurveData.h"
class CCurveWndDlg : public CDialog
{
// Construction
public:
CCurveWndDlg(CWnd* pParent = NULL); // standard constructor
HBRUSH hblackbrush;
void OnStartSample();
void OnStopSample();
void OnLevelPlay();
void OnVertyPlay();
void OnEscPlay();
void OnFlashCurve();
// Dialog Data
//{{AFX_DATA(CCurveWndDlg)
enum { IDD = IDD_CURVE_FORM };
CCurve m_cecurve;
CCurveData m_curvedata;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCurveWndDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCurveWndDlg)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CURVEWNDDLG_H__83B1AAE3_7D1A_41B7_AAA2_8C461E0A70C7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -