Control.h
资源名称:心跳检测.rar [点击查看]
上传用户:dtengfei
上传日期:2013-01-16
资源大小:393k
文件大小:1k
源码类别:
医药行业
开发平台:
Visual C++
- #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_)