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

📄 drvfunctest.h

📁 一个很好的VC++程序
💻 H
字号:
#if !defined(AFX_DRVFUNCTEST_H__7D5F32A7_9DCE_4605_8876_08EEF54A5ECE__INCLUDED_)
#define AFX_DRVFUNCTEST_H__7D5F32A7_9DCE_4605_8876_08EEF54A5ECE__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDrvFuncTest dialog

class CDrvFuncTest : public CDialog
{
// Construction
public:
	CDrvFuncTest(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDrvFuncTest)
	enum { IDD = IDD_DRV_FUNC_TEST_DLG };
	int		m_DrvType;
	int		m_Direction;     // 正向/向前
	int		m_AccType;
	int		m_PosType;
	float	m_AccTime;
	float	m_DecTime;
	int		m_AO;
	int		m_COMPP;
	int		m_COMPM;
	int		m_LP;
	int		m_SV;
	int		m_V;
	int		m_VaAcc;
	int		m_VaDec;
	int		m_P;
	int		m_Position;
	BOOL	m_ExppEn;
	BOOL	m_AutoDec;
	BOOL	m_PulsarEn;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDrvFuncTest)
	afx_msg void OnAcctypeFixedv();
	afx_msg void OnAcctypeTcurve();
	afx_msg void OnDirectPositive();
	afx_msg void OnDirectNegtive();
	afx_msg void OnDrvtypeContinue();
	afx_msg void OnDrvtypeFixedpulse();
	afx_msg void OnPostypeAbsolute();
	afx_msg void OnPostypeRelative();
	afx_msg void OnKillfocusEditLp();
	afx_msg void OnStart();
	afx_msg void OnKillfocusEditP();
	afx_msg void OnKillfocusEditCompp();
	afx_msg void OnKillfocusEditCompm();
	afx_msg void OnKillfocusEditSv();
	afx_msg void OnKillfocusEditV();
	afx_msg void OnKillfocusEditVaAcc();
	afx_msg void OnKillfocusEditVaDec();
	afx_msg void OnKillfocusEditDecTime();
	afx_msg void OnKillfocusEditAo();
	afx_msg void OnKillfocusEditAccTime();
	afx_msg void OnUpdateV();
	afx_msg void OnUpdateLpEp();
	afx_msg void OnUpdateCompp();
	afx_msg void OnUpdateCompm();
	afx_msg void OnUpdateP2();
	afx_msg void OnUpdatePos();
	afx_msg void OnKillfocusEditPos();
	afx_msg void OnCheckExpp();
	afx_msg void OnReadLpep();
	virtual BOOL OnInitDialog();
	afx_msg void OnAcctypeFullS();
	afx_msg void OnAcctypePartS();
	afx_msg void OnDsstop();
	afx_msg void OnImstop();
	afx_msg void OnHome();
	afx_msg void OnCheckAutoDec();
	afx_msg void OnCheckPulsar();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DRVFUNCTEST_H__7D5F32A7_9DCE_4605_8876_08EEF54A5ECE__INCLUDED_)

⌨️ 快捷键说明

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