EditForestDlg.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. #if !defined(AFX_EDITFORESTDLG_H__DDB46B57_6D01_4DAF_8296_C5003400222B__INCLUDED_)
  5. #define AFX_EDITFORESTDLG_H__DDB46B57_6D01_4DAF_8296_C5003400222B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // EditForestDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // EditForestDlg dialog
  13. class EditForestDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. EditForestDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(EditForestDlg)
  20. enum { IDD = IDD_FOREST_LIST };
  21. CListBox m_fileList;
  22. CString m_Name;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(EditForestDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(EditForestDlg)
  34. virtual void OnOK();
  35. afx_msg void OnEdit();
  36. afx_msg void OnDelete();
  37. afx_msg void OnLoad();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSave();
  40. afx_msg void OnRename();
  41. afx_msg void OnSelchangeListFiles();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_EDITFORESTDLG_H__DDB46B57_6D01_4DAF_8296_C5003400222B__INCLUDED_)