#if !defined(AFX_ZONEINFO_H__921B78E7_60C0_4012_82D9_F6719CF66DA1__INCLUDED_) #define AFX_ZONEINFO_H__921B78E7_60C0_4012_82D9_F6719CF66DA1__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ZoneInfo.h : header file // ///////////////////////////////////////////////////////////////////////////// // CZoneInfo dialog class CZoneInfo : public CDialog { // Construction public: CZoneInfo(pZONEDATA pZone, L_INT nIndex, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CZoneInfo) enum { IDD = IDD_ZONE_INFO }; CStatic m_edtZoneIndex; CStatic m_edtZoneId; CStatic m_edtPropZoneType; CStatic m_edtPropSecName; CStatic m_edtRecogModule; CStatic m_edtPropFillMethod; CStatic m_edtPropCharFilter; CStatic m_edtAreaWidth; CStatic m_edtAreaTop; CStatic m_edtAreaLeft; CStatic m_edtAreaHeight; //}}AFX_DATA pZONEDATA m_pZone; L_INT m_nZoneIndex; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoneInfo) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CZoneInfo) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ZONEINFO_H__921B78E7_60C0_4012_82D9_F6719CF66DA1__INCLUDED_)