#if !defined(AFX_ZONEDATA_H__AD68E96E_0780_4F11_8A27_6A99920D9AC5__INCLUDED_) #define AFX_ZONEDATA_H__AD68E96E_0780_4F11_8A27_6A99920D9AC5__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ZoneData.h : header file // ///////////////////////////////////////////////////////////////////////////// // CZoneData dialog class CZoneData : public CDialog { // Construction public: CZoneData(pZONEDATA pZone, CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CZoneData) enum { IDD = IDD_ZONE_PROPERTIES }; CButton m_btnOK; #ifdef UNICODE CAsciiEdit m_edtSectionName; #else CEdit m_edtSectionName; #endif CEdit m_edtWidth; CEdit m_edtTop; CEdit m_edtLeft; CEdit m_edtHeight; CComboBox m_cmbZoneType; CComboBox m_cmbRecognizeModule; CComboBox m_cmbFillMethod; CComboBox m_cmbCharFilter; int m_nHeight; int m_nLeft; int m_nTop; int m_nWidth; CString m_csSectionName; //}}AFX_DATA pZONEDATA m_pZoneData; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoneData) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CZoneData) virtual BOOL OnInitDialog(); afx_msg void OnChangeEditZoneAreaHeight(); afx_msg void OnChangeEditZoneAreaLeft(); afx_msg void OnChangeEditZoneAreaTop(); afx_msg void OnChangeEditZoneAreaWidth(); 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_ZONEDATA_H__AD68E96E_0780_4F11_8A27_6A99920D9AC5__INCLUDED_)