// 7k_ao_poweron_safeDlg.h : header file // #pragma once // CMy7k_ao_poweron_safeDlg dialog class CMy7k_ao_poweron_safeDlg : public CDialog { // Construction public: CMy7k_ao_poweron_safeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY7k_ao_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: 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 OnBnClickedButton9(); afx_msg void OnBnClickedButton8(); afx_msg void OnBnClickedButton7(); afx_msg void OnBnClickedButton10(); afx_msg void OnBnClickedButton11(); afx_msg void OnBnClickedButton12(); afx_msg void OnBnClickedButton13(); };