// sample0Dlg.h : header file // #if !defined(AFX_SAMPLE0DLG_H__CF532DFF_9BC4_47A4_AF25_5E302EA11E24__INCLUDED_) #define AFX_SAMPLE0DLG_H__CF532DFF_9BC4_47A4_AF25_5E302EA11E24__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample0Dlg dialog class CSample0Dlg : public CDialog { // Construction public: void CONSTRUCT(void); CSample0Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample0Dlg) enum { IDD = IDD_SAMPLE0_DIALOG }; CButton m_TimerButton; CEdit m_StatusControl; CEdit m_BaseAddress_Ctrl; CString m_BaseAddress; CString m_RelayOutput; CString m_RelayReadback; CString m_OptoOutput; CString m_StatusEdit; //}}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 OnExitButton(); afx_msg void OnTimerClick(); afx_msg void OnTimer(UINT nIDEvent); //}}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__CF532DFF_9BC4_47A4_AF25_5E302EA11E24__INCLUDED_)