// sample0Dlg.h : header file // #if !defined(AFX_SAMPLE0DLG_H__52694803_D9C9_47D7_B42C_EDBE51B3118E__INCLUDED_) #define AFX_SAMPLE0DLG_H__52694803_D9C9_47D7_B42C_EDBE51B3118E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample0Dlg dialog class CSample0Dlg : public CDialog { // Construction public: CSample0Dlg(CWnd* pParent = NULL); // standard constructor int dac0out, dac1out; int channels; // Dialog Data //{{AFX_DATA(CSample0Dlg) enum { IDD = IDD_SAMPLE0_DIALOG }; CButton m_stopBTN; CEdit m_dac1EDIT; CEdit m_dac0EDIT; CEdit m_chn8EDIT; CEdit m_chn7EDIT; CEdit m_chn6EDIT; CEdit m_chn5EDIT; CEdit m_chn4EDIT; CEdit m_chn3EDIT; CEdit m_chn2EDIT; CEdit m_chn15EDIT; CEdit m_chn14EDIT; CEdit m_chn13EDIT; CEdit m_chn12EDIT; CEdit m_chn11EDIT; CEdit m_chn9EDIT; CEdit m_chn10EDIT; CEdit m_chn1EDIT; CEdit m_chn0EDIT; CEdit m_addrEDIT; CButton m_beginBTN; CString m_dac0LBL; CString m_dac1LBL; //}}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 OnButtonBegin(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnDeltaposSpinDac0(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnDeltaposSpinDac1(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnButtonStop(); //}}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__52694803_D9C9_47D7_B42C_EDBE51B3118E__INCLUDED_)