tmcntsetdlg.h

来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 84 行

H
84
字号
// TmCntSetDlg.h : header file
//

#if !defined(AFX_TMCNTSETDLG_H__4C71F669_F180_11D1_ADD5_002018650913__INCLUDED_)
#define AFX_TMCNTSETDLG_H__4C71F669_F180_11D1_ADD5_002018650913__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

static BOOL	m_bContinue;

/////////////////////////////////////////////////////////////////////////////
// CTmCntSetDlg dialog

class CTmCntSetDlg : public CDialog
{
// Construction
public:
	CTmCntSetDlg(CWnd* pParent = NULL);	// standard constructor
	static UINT	EventThread(LPVOID);	// Event checking
	ULONG m_ulDevNum;
	CWinThread *pThread;

// Dialog Data
	//{{AFX_DATA(CTmCntSetDlg)
	enum { IDD = IDD_TMCNTSET_DIALOG };
	CStatic	m_DeviceName;
	CButton	m_DisableBtn;
	CButton	m_EnableBtn;
	CButton	m_ExitBtn;
	CButton m_SelectDeviceBtn;
	UINT	m_nCounter0Val;
	UINT	m_nCounter1Val;
	UINT	m_nCounter2Val;
	UINT	m_uCount;
	BOOL	m_bEventGroup0;
	BOOL	m_bEventGroup1;
	BOOL	m_bEventInt;

	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTmCntSetDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
	LRESULT m_ErrCde;				// Return error code
	LONG	m_DriverHandle;			// driver handle
	char	m_szErrMsg[80];			// Use for MESSAGEBOX function
	BOOL	m_bHiPriority;			// Evnt thread's priority

	// Generated message map functions
	//{{AFX_MSG(CTmCntSetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnSelectdevice();
	afx_msg void OnAboutbox();
	afx_msg void OnEnablebtn();
	afx_msg void OnDisablebtn();
	afx_msg void OnClose();
	afx_msg void OnEventpriority1();
	afx_msg void OnEventpriority2();
	afx_msg void OnChangeCounterVal0();
	afx_msg void OnChangeCounterVal1();
	afx_msg void OnChangeCounterVal2();
	afx_msg void OnEventInt();
	afx_msg void OnEventGroup0();
	afx_msg void OnEventGroup1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TMCNTSETDLG_H__4C71F669_F180_11D1_ADD5_002018650913__INCLUDED_)

⌨️ 快捷键说明

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