// dacSampDlg.h : header file // #if !defined(AFX_DACSAMPDLG_H__BB4A9C45_3AE4_4B0C_A6A9_4DDA05A13474__INCLUDED_) #define AFX_DACSAMPDLG_H__BB4A9C45_3AE4_4B0C_A6A9_4DDA05A13474__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CDacSampDlg dialog class CDacSampDlg : public CDialog { // Construction public: CDacSampDlg(CWnd* pParent = NULL); // standard constructor CString fName; unsigned long DeviceIndex; bool done; BOOL ProcessDialogMessages(); // Dialog Data //{{AFX_DATA(CDacSampDlg) enum { IDD = IDD_DACSAMP_DIALOG }; CSliderCtrl m_slider; CListBox m_listBox; CButton m_goButton; CButton m_fileButton; CString m_rateLBL; CString m_blurb; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDacSampDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDacSampDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnFileBtn(); afx_msg void OnGoBtn(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DACSAMPDLG_H__BB4A9C45_3AE4_4B0C_A6A9_4DDA05A13474__INCLUDED_)