#if !defined(AFX_RECOGNIZEPAGE_H__E1FCE7FE_3F57_4E4A_832D_85925E6AB2F8__INCLUDED_) #define AFX_RECOGNIZEPAGE_H__E1FCE7FE_3F57_4E4A_832D_85925E6AB2F8__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RecognizePage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRecognizePage dialog class CRecognizePage : public CDialog { // Construction public: CRecognizePage(CString csRDFFileName, int nPageCount, int nZoneCount, CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CRecognizePage) enum { IDD = IDD_RECOGNITION }; CButton m_chkShowVr; CEdit m_edtRDFileName; CButton m_btnOK; CEdit m_edtPageCount; CEdit m_edtStartPage; int m_nStartPage; int m_nPageCount; BOOL m_bShowVerificationDlg; CString m_csRDFileName; //}}AFX_DATA int m_nTotPageCount; int m_nZoneCount; // 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 OnChangeEditPageCount(); afx_msg void OnButtonBrowseRDFile(); afx_msg void OnChangeEditRdFileName(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RECOGNIZEPAGE_H__E1FCE7FE_3F57_4E4A_832D_85925E6AB2F8__INCLUDED_)