// BoxesDlg.h : header file // #if !defined(AFX_BOXESDLG_H__5384C6EC_CF2C_4ADE_B6B6_4E69DC2CA2BA__INCLUDED_) #define AFX_BOXESDLG_H__5384C6EC_CF2C_4ADE_B6B6_4E69DC2CA2BA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 //*** Added this: *** #include #include // For use of _chdir and _getcwd using namespace std; //*** Added this type: *** typedef char StringType[MAX_PATH]; ///////////////////////////////////////////////////////////////////////////// // CBoxesDlg dialog class CBoxesDlg : public CDialog { // Construction public: CBoxesDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CBoxesDlg) enum { IDD = IDD_BOXES_DIALOG }; CString m_TextEdit; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBoxesDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CBoxesDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnChangedirbutton(); afx_msg void OnOpenbutton(); afx_msg void OnSavebutton(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_BOXESDLG_H__5384C6EC_CF2C_4ADE_B6B6_4E69DC2CA2BA__INCLUDED_)