// Environment.h : header file // ///////////////////////////////////////////////////////////////////////////// // CEnvironment dialog #ifndef _CEnvironment_H #define _CEnvironment_H class CEnvironment : public CPropertyPage { DECLARE_DYNCREATE(CEnvironment) // Construction public: CEnvironment(); ~CEnvironment(); // Dialog Data //{{AFX_DATA(CEnvironment) enum { IDD = IDD_ENV }; CString m_data_dir; CString m_detFile_dir; CString m_cb_dir; CString m_autop_dir; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CEnvironment) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CEnvironment) afx_msg void OnEvReaddir(); afx_msg void OnEvSetdir(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif _CEnvironment_H