PackFilesDlg.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. #if !defined(AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_)
  2. #define AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PackFilesDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPackFilesDlg dialog
  10. class CPackFilesDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CPackFilesDlg(CWnd* pParent = NULL);   // standard constructor
  15. protected:
  16. CMap< CString, LPCTSTR, CString, LPCTSTR > m_map;
  17. public:
  18. // Dialog Data
  19. //{{AFX_DATA(CPackFilesDlg)
  20. enum { IDD = IDD_PACKFILEDLG };
  21. CString m_strPackFileName;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CPackFilesDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. void SearchDirectory(LPCTSTR strPath);
  32. // Generated message map functions
  33. //{{AFX_MSG(CPackFilesDlg)
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_)