#if !defined(AFX_ZONEREMOVE_H__953E4C09_6481_48FB_8274_CEB618F9C1C1__INCLUDED_) #define AFX_ZONEREMOVE_H__953E4C09_6481_48FB_8274_CEB618F9C1C1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ZoneRemove.h : header file // ///////////////////////////////////////////////////////////////////////////// // CZoneRemove dialog class CZoneRemove : public CDialog { // Construction public: CZoneRemove(int nCount, CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CZoneRemove) enum { IDD = IDD_REMOVE_ZONE }; CButton m_btnOK; CEdit m_edtZoneIndex; BOOL m_bDelZones; int m_nZoneIndex; //}}AFX_DATA int m_nZoneCount; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoneRemove) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CZoneRemove) afx_msg void OnChkRemoveAllZone(); afx_msg void OnChangeEditZoneIndex(); virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ZONEREMOVE_H__953E4C09_6481_48FB_8274_CEB618F9C1C1__INCLUDED_)