⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 histdatafrm.h

📁 AD 数据采集卡基本的采集界面
💻 H
字号:
#if !defined(AFX_HistDataFrm_H__D442B980_8439_11D1_B87A_A3845A0CA5FE__INCLUDED_)
#define AFX_HistDataFrm_H__D442B980_8439_11D1_B87A_A3845A0CA5FE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HistDataFrm.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CHistDataFrm frame

class CHistDataFrm : public CMDIChildWnd
{
	DECLARE_DYNCREATE(CHistDataFrm)
protected:
	CHistDataFrm();           // protected constructor used by dynamic creation

// Attributes
public:
	CSplitterWnd m_wndSplitter;
	CDialogBar m_wndSetupBar;
public:
	BOOL m_bStart;
	int  m_ShowMode;
public:
	void RedrawDataWindow(void);
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHistDataFrm)
	protected:
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
	//}}AFX_VIRTUAL

// Implementation
protected:
	
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual ~CHistDataFrm();

	// Generated message map functions
	//{{AFX_MSG(CHistDataFrm)
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnHistoryStart();
	afx_msg void OnUpdateHistoryStart(CCmdUI* pCmdUI);
	afx_msg void OnHistoryStop();
	afx_msg void OnUpdateHistoryStop(CCmdUI* pCmdUI);
	afx_msg void OnHistoryDigit();
	afx_msg void OnUpdateHistoryDigit(CCmdUI* pCmdUI);
	afx_msg void OnHistoryWave();
	afx_msg void OnUpdateHistoryWave(CCmdUI* pCmdUI);
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnCustomdrawSLIDEROffset(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSelchangeCOMBORate();
	afx_msg void OnChangeEDITOffset();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_HistDataFrm_H__D442B980_8439_11D1_B87A_A3845A0CA5FE__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -