#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(ILEADRasterDocument* pRasterDoc, int nPageIndex, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CRecogWords) enum { IDD = IDD_RECOGNIZED_WORDS }; CListBox m_lstWords; //}}AFX_DATA int m_nPageIndex; ILEADRasterDocument* m_pRasterDoc; // 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_)