// 7396IntDlg.h : header file // #include "Dask64.h" #pragma once // C7396IntDlg dialog class C7396IntDlg : public CDialog { // Construction public: C7396IntDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY7396INT_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; int m_nCardIdx; long m_nSampleCount; long m_nSampleRate; int m_IntCount; I16 m_hCard; int m_nC1; int m_nC2; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg LRESULT OnCOSInterrupt(WPARAM wParam, LPARAM lParam); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: // afx_msg void OnStnClickedStatic07(); afx_msg void OnDestroy(); afx_msg void OnSetup(); afx_msg void OnTrigger(); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); };