#if !defined(AFX_VERIFYDLG_H__5C9CF296_24F9_414F_A073_FA9AA5DCDF37__INCLUDED_) #define AFX_VERIFYDLG_H__5C9CF296_24F9_414F_A073_FA9AA5DCDF37__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // VerifyDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CVerifyDlg dialog class CVerifyDlg : public CDialog { // Construction public: CVerifyDlg(int nZoneIndex, CString csWord, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CVerifyDlg) enum { IDD = IDD_VERIFICATION }; CComboBox m_cmbOpinion; //}}AFX_DATA VERIFY_CODE m_VerifyCode; CString m_csWord; BOOL m_bCancel; BOOL m_bAccpetAll; int m_nZoneIndex; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVerifyDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CVerifyDlg) virtual BOOL OnInitDialog(); virtual void OnCancel(); virtual void OnOK(); afx_msg void OnAcceptAll(); // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VERIFYDLG_H__5C9CF296_24F9_414F_A073_FA9AA5DCDF37__INCLUDED_)