PackFilesDlg.h
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:
DirextX编程
开发平台:
Visual C++
- #if !defined(AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_)
- #define AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PackFilesDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPackFilesDlg dialog
- class CPackFilesDlg : public CDialog
- {
- // Construction
- public:
- CPackFilesDlg(CWnd* pParent = NULL); // standard constructor
- protected:
- CMap< CString, LPCTSTR, CString, LPCTSTR > m_map;
- public:
- // Dialog Data
- //{{AFX_DATA(CPackFilesDlg)
- enum { IDD = IDD_PACKFILEDLG };
- CString m_strPackFileName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPackFilesDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- void SearchDirectory(LPCTSTR strPath);
- // Generated message map functions
- //{{AFX_MSG(CPackFilesDlg)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PACKFILESDLG_H__50363FE1_C7E0_11D2_B38F_8E896489FA70__INCLUDED_)