// 87k_do_poweron_safeDlg.h : header file // #pragma once #include "afxwin.h" // CMy87k_do_poweron_safeDlg dialog class CMy87k_do_poweron_safeDlg : public CDialog { // Construction public: CMy87k_do_poweron_safeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY87k_do_poweron_safe_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 txtDOValue; 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(); afx_msg void OnBnClickedButton7(); afx_msg void OnBnClickedButton8(); afx_msg void OnBnClickedButton9(); afx_msg void OnBnClickedButton10(); afx_msg void OnBnClickedButton11(); afx_msg void OnBnClickedButton14(); afx_msg void OnBnClickedButton12(); afx_msg void OnBnClickedButton13(); afx_msg void OnBnClickedButton15(); afx_msg void OnBnClickedButton16(); afx_msg void OnBnClickedButton17(); afx_msg void OnBnClickedButton18(); };