#if !defined(AFX_ZONEFILE_H__0DCE5806_443A_4150_90F8_3EF12B592D78__INCLUDED_) #define AFX_ZONEFILE_H__0DCE5806_443A_4150_90F8_3EF12B592D78__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ZoneFile.h : header file // ///////////////////////////////////////////////////////////////////////////// // CZoneFile dialog class CZoneFile : public CDialog { // Construction public: CZoneFile(L_BOOL bLoad, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CZoneFile) enum { IDD = IDD_SELECT_ZONE_FILE }; CButton m_btnOK; CEdit m_edtFileName; CString m_csZoneFileName; //}}AFX_DATA L_BOOL m_bLoad; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoneFile) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CZoneFile) afx_msg void OnBrowseZone(); afx_msg void OnChangeEditZoneFileName(); 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_ZONEFILE_H__0DCE5806_443A_4150_90F8_3EF12B592D78__INCLUDED_)