SSPC-Tester/Driver/PCIE8586/Samples/VC/Advanced/ADCalibration.h

54 lines
1.4 KiB
C
Raw Normal View History

#if !defined(AFX_DLGCALIBRATION_H__3DBE5577_6559_45CA_A620_0C3AA9A92AAC__INCLUDED_)
#define AFX_DLGCALIBRATION_H__3DBE5577_6559_45CA_A620_0C3AA9A92AAC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgCalibration.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CADCalibration dialog
class CADCalibration : public CDialog
{
// Construction
public:
LONG m_lProgress;
CADCalibration(CWnd* pParent = NULL); // standard constructor
void StopCalibration();
// Dialog Data
//{{AFX_DATA(CADCalibration)
enum { IDD = IDD_DIALOG_Calibration };
CProgressCtrl m_ProgressCalibration;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CADCalibration)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
static UINT ReadDataThread(PVOID hWnd);
// static UINT ADCalibrationThread(PVOID hWnd);
// Generated message map functions
//{{AFX_MSG(CADCalibration)
afx_msg void OnBUTTONCalibration();
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT_PTR nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGCALIBRATION_H__3DBE5577_6559_45CA_A620_0C3AA9A92AAC__INCLUDED_)