// Sample 1Dlg.h : header file // #if !defined(AFX_SAMPLE1DLG_H__8EAD49E6_7F79_11D6_97FA_A0086D468C2F__INCLUDED_) #define AFX_SAMPLE1DLG_H__8EAD49E6_7F79_11D6_97FA_A0086D468C2F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample1Dlg dialog class CSample1Dlg : public CDialog { // Construction public: static void ISR(); CSample1Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample1Dlg) enum { IDD = IDD_SAMPLE1_DIALOG }; CButton m_StartTestButtonCtrl; CButton m_TriangleButtonCtrl; CButton m_StopTestButtonCtrl; CButton m_StatusBoxCtrl; CButton m_SineButtonCtrl; CButton m_SawButtonCtrl; CComboBox m_DACBoxCtrl; CButton m_CurveBoxCtrl; CComboBox m_CardBoxCtrl; CButton m_BoardBoxCtrl; CStatic m_CalcuLabelCtrl; CStatic m_GenerLabelCtrl; CStatic m_DacLabelCtrl; CStatic m_PCILabelCtrl; CString m_DACBox; CString m_CalcuLabel; CString m_GenerLabel; CString m_CardBox; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample1Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSample1Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnExitButtonClick(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnSineButtonClick(); afx_msg void OnTriangleButtonClick(); afx_msg void OnSawButtonClick(); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); afx_msg void OnClose(); afx_msg void OnStopTestButton(); afx_msg void OnStartTestButton(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE1DLG_H__8EAD49E6_7F79_11D6_97FA_A0086D468C2F__INCLUDED_)