// 87k_di_cntDlg.h : header file // #pragma once #include "afxwin.h" // CMy87k_di_cntDlg dialog class CMy87k_di_cntDlg : public CDialog { // Construction public: CMy87k_di_cntDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY87k_di_cnt_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 txtChannel; CEdit txtDIValue; CButton btnRead; afx_msg void OnBnClickedButton1(); afx_msg void OnBnClickedButton2(); afx_msg void OnBnClickedButton3(); afx_msg void OnBnClickedButton4(); afx_msg void OnBnClickedButton6(); afx_msg void OnBnClickedButton5(); };