#if !defined(AFX_RECOGPAGE_H__F3079D33_927B_4CA3_848B_FA6B73405D36__INCLUDED_) #define AFX_RECOGPAGE_H__F3079D33_927B_4CA3_848B_FA6B73405D36__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RecogPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRecognizePage dialog class CRecognizePage : public CDialog { // Construction public: CRecognizePage(CString csRDFFileName, L_HDOC hDoc, L_INT nPageCount, CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CRecognizePage) enum { IDD = IDD_RECOGNITION }; CEdit m_edtFileName; CListBox m_LstSpellLang; CButton m_btnOK; CEdit m_edtEndPage; CEdit m_edtStartPage; BOOL m_bUsePageStatus; int m_nStartPage; int m_nEndPage; BOOL m_bCorrectionMode; BOOL m_bEnableSubSystem; BOOL m_bUseDefaultSpellLang; CString m_csDataFile; //}}AFX_DATA L_INT m_nPageCount; LANGIDS m_SpellLang; L_HDOC m_hDoc; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRecognizePage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRecognizePage) virtual BOOL OnInitDialog(); afx_msg void OnChangeEditStartPage(); afx_msg void OnChangeEditEndPage(); afx_msg void OnChkUseDefaultSpellLang(); virtual void OnOK(); afx_msg void OnChangeEditRecogDataFile(); afx_msg void OnBtnBrowseRecogDataFile(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RECOGPAGE_H__F3079D33_927B_4CA3_848B_FA6B73405D36__INCLUDED_)