gggg.cpp
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // gggg.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "Combo_Image.h"
  5. #include "gggg.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // gggg
  13. IMPLEMENT_DYNAMIC(gggg, CFileDialog)
  14. gggg::gggg(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(gggg, CFileDialog)
  20. //{{AFX_MSG_MAP(gggg)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()