#if !defined(AFX_RECOGWORDS_H__B7A6B055_66AA_49FA_B6A4_789472E9BC86__INCLUDED_) #define AFX_RECOGWORDS_H__B7A6B055_66AA_49FA_B6A4_789472E9BC86__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RecogWords.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRecogWords dialog class CRecogWords : public CDialog { // Construction public: CRecogWords(L_INT nPageIndex, pRECOGWORDS pRecogWords, L_INT nWordsCount, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CRecogWords) enum { IDD = IDD_RECOGNIZED_WORDS }; CListBox m_lstWords; //}}AFX_DATA L_INT m_nPageIndex; pRECOGWORDS m_pRecogWords; L_INT m_nWordsCount; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRecogWords) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRecogWords) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RECOGWORDS_H__B7A6B055_66AA_49FA_B6A4_789472E9BC86__INCLUDED_)