#if !defined(AFX_MODOPTS_H__B0C37C2E_A530_4C13_BEFC_CF0C83DB2670__INCLUDED_) #define AFX_MODOPTS_H__B0C37C2E_A530_4C13_BEFC_CF0C83DB2670__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ModOpts.h : header file // ///////////////////////////////////////////////////////////////////////////// // CModuleOptions dialog class CModuleOptions : public CDialog { // Construction public: CModuleOptions(CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CModuleOptions) enum { IDD = IDD_RECOG_OPTIONS }; CComboBox m_cmbAccuracy; CButton m_btnOK; CButton m_chkMORFax; CComboBox m_cmbHNRStyle; CButton m_chkOMRFillZone; CComboBox m_cmbOMRFrame; CComboBox m_cmbOMRSense; CEdit m_edtHNRHeight; CEdit m_edtHNRWidth; CEdit m_edtHNRSpace; CButton m_chkHNRSpaceInc; BOOL m_bHNRSpaceInc; int m_nHNRSpace; int m_nHNRWidth; int m_nHNRHeight; BOOL m_bOMRFillZone; BOOL m_bMORFax; //}}AFX_DATA L_INT m_nModule; L_INT m_nHNRStyle; L_INT m_nOMRFrame; L_INT m_nOMRSense; L_INT m_nAccuracy; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CModuleOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CModuleOptions) virtual BOOL OnInitDialog(); afx_msg void OnRadioRecogHandPrint(); afx_msg void OnRadioRecogMOR(); afx_msg void OnRadioRecogOMR(); afx_msg void OnChangeEditHnrCharHeight(); afx_msg void OnChangeEditHnrCharWidth(); afx_msg void OnChangeEditHnrCharSpace(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MODOPTS_H__B0C37C2E_A530_4C13_BEFC_CF0C83DB2670__INCLUDED_)