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

📄 wattoffsetdlg.h

📁 ADE7758校正程序,只需根据需要添加通信子程序
💻 H
字号:
#if !defined(AFX_WATTOFFSETDLG_H__0B9A3184_CC08_420C_AA11_B401F5343D16__INCLUDED_)
#define AFX_WATTOFFSETDLG_H__0B9A3184_CC08_420C_AA11_B401F5343D16__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CWattOffsetDlg dialog

class CWattOffsetDlg : public CPropertyPage
{
	DECLARE_DYNCREATE(CWattOffsetDlg)

// Construction
public:
	CWattOffsetDlg();
	~CWattOffsetDlg();

// Dialog Data
	//{{AFX_DATA(CWattOffsetDlg)
	enum { IDD = IDD_CAL_WATT_OFFSET };
	int		m_iPhase;
	double	m_dAPCF;
	int		m_iAPCFDEN;
	double	m_dAPCFERR;
	double	m_dAPCFEXP;
	int		m_iAPCFNUM;
	double	m_dClkin;
	int		m_iFreq;
	double	m_dMinCur;
	double	m_dTestVol;
	int		m_iWATTOS;
	//}}AFX_DATA

public:
	int iFreq[3];
	int iWATTOS[3];
	double dAPCF[3];
	int iAPCFDEN[3];
	int iAPCFNUM[3];
	double dAPCFERR[3];
	double dAPCFEXP[3];

// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CWattOffsetDlg)
	public:
	virtual BOOL OnSetActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CWattOffsetDlg)
	afx_msg void OnButtonCalWattos();
	afx_msg void OnButtonWrite();
	afx_msg void OnSelchangeComboPhase();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_WATTOFFSETDLG_H__0B9A3184_CC08_420C_AA11_B401F5343D16__INCLUDED_)

⌨️ 快捷键说明

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