// 87k_dioDlg.h : header file // #pragma once #include "afxwin.h" // CMy87k_dioDlg dialog class CMy87k_dioDlg : public CDialog { // Construction public: CMy87k_dioDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY87K_DIO_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; // Generated message map functions virtual BOOL OnInitDialog(); #if defined(_DEVICE_RESOLUTION_AWARE) && !defined(WIN32_PLATFORM_WFSP) afx_msg void OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/); #endif DECLARE_MESSAGE_MAP() public: CComboBox cmbSlot; CEdit txtDOValue; CEdit txtDOChannel; CEdit txtDIChannel; CEdit txtDIValue; CButton btnRead; CButton btnWrite; CButton btnClear; afx_msg void OnBnClickedButton1(); afx_msg void OnBnClickedButton2(); afx_msg void OnBnClickedButton3(); afx_msg void OnBnClickedButton4(); afx_msg void OnBnClickedButton5(); afx_msg void OnBnClickedButton6(); };