MMSfileApp.cpp
上传用户:szhqbq
上传日期:2014-07-08
资源大小:46k
文件大小:1k
开发平台:

Visual C++

  1. // MMSfileApp.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "MMS.h"
  5. #include "MMSfileApp.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMMSfileApp
  13. IMPLEMENT_DYNAMIC(CMMSfileApp, CFileDialog)
  14. CMMSfileApp::CMMSfileApp(BOOL bOpenFileDialog, LPCTSTR lpszDefExt, LPCTSTR lpszFileName,
  15. DWORD dwFlags, LPCTSTR lpszFilter, CWnd* pParentWnd) :
  16. CFileDialog(bOpenFileDialog, lpszDefExt, lpszFileName, dwFlags, lpszFilter, pParentWnd)
  17. {
  18. }
  19. BEGIN_MESSAGE_MAP(CMMSfileApp, CFileDialog)
  20. //{{AFX_MSG_MAP(CMMSfileApp)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()