DataExchange* pDX);?// DDX/DDV supportР?//}}AFX_VIRTUALР// ImplementationРprotected:Р?HICON m_hIcon;Р?// Generated message map functionsР?//{{AFX_MSG(CEightQueenDlg)Р?virtual BOOL OnInitDialog();Р?afx_msg void mand(UINT nID, LPARAM lParam);Р?afx_msg void OnPaint();Р?afx_msg HCURSOR OnQueryDragIcon();Р?afx_msg void OnStart();Р?afx_msg void OnPause();Р?afx_msg void OnContinue();Р?afx_msg void OnClose();?Р?afx_msg void OnStepBy();Р?afx_msg void OnAbout();Р?afx_msg void OnStop();Р?afx_msg void OnAuto();Р?afx_msg void OnNoInt();Р?//}}AFX_MSGР?DECLARE_MESSAGE_MAP()Рprivate:Р?static DWORD WINAPI ThreadGo( LPVOID lpParam ) ;Р?void UpdateQPanel(int *queen);Р?void UpdateQPanel(int row, int col); Р?void DoPause();Р?void WINAPI Step(int i);Р?BOOLEAN m_step, m_no_int;Р?int count; Р?int n; Р?int *queen;