control.h
来自「这个程序实现心电波形的提取」· C头文件 代码 · 共 49 行
H
49 行
#if !defined(AFX_CONTROL_H__70038FE1_6DB8_11D6_8370_00022AC299AC__INCLUDED_)
#define AFX_CONTROL_H__70038FE1_6DB8_11D6_8370_00022AC299AC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Control.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CControl dialog
class CControl : public CDialog
{
// Construction
public:
double Collectdata();
int nOutEntries;
int Init();
CControl(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CControl)
enum { IDD = IDD_MY_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CControl)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CControl)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONTROL_H__70038FE1_6DB8_11D6_8370_00022AC299AC__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?