// Sample 0Dlg.h : header file // //{{AFX_INCLUDES() #include "statusbar.h" //}}AFX_INCLUDES #if !defined(AFX_SAMPLE0DLG_H__285957EC_2CF9_4AF5_91C0_B779F7A84F6E__INCLUDED_) #define AFX_SAMPLE0DLG_H__285957EC_2CF9_4AF5_91C0_B779F7A84F6E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample0Dlg dialog class CSample0Dlg : public CDialog { // Construction public: bool CheckForEOC(int Address); CSample0Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample0Dlg) enum { IDD = IDD_SAMPLE0_DIALOG }; CEdit m_BaseEditCtrl; CButton m_TestButtonCtrl; CString m_CountsLabel0; CString m_CountsLabel1; CString m_CountsLabel2; CString m_CountsLabel3; CString m_CountsLabel4; CString m_CountsLabel5; CString m_CountsLabel6; CString m_CountsLabel7; CStatusBar1 m_ErrorStatus; CString m_Instructions; CString m_VoltsLabel0; CString m_VoltsLabel1; CString m_VoltsLabel2; CString m_VoltsLabel3; CString m_VoltsLabel4; CString m_VoltsLabel5; CString m_VoltsLabel6; CString m_VoltsLabel7; CString m_BaseEdit; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample0Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSample0Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnStartButtonClick(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE0DLG_H__285957EC_2CF9_4AF5_91C0_B779F7A84F6E__INCLUDED_)