InputBar.cpp
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // InputBar.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "inputbar.h"
  5. #include "resource.h"
  6. #include "mainfrm.h"
  7. //#include "propview.h"
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13. //extern CMainFrame* g_pMainFrame;
  14. //extern CTransDemoView* g_pView;
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CInputBar
  17. CInputBar::CInputBar()
  18. {
  19. }
  20. CInputBar::~CInputBar()
  21. {
  22. }
  23. BEGIN_MESSAGE_MAP(CInputBar, CToolBar)
  24. //{{AFX_MSG_MAP(CInputBar)
  25. //}}AFX_MSG_MAP
  26. END_MESSAGE_MAP()
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CInputBar message handlers