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

组合框控件

开发平台:

Visual C++

  1. #if !defined(AFX_INPUTBAR_H__C35C13D6_0120_11D4_97D4_0080C8E2CEF5__INCLUDED_)
  2. #define AFX_INPUTBAR_H__C35C13D6_0120_11D4_97D4_0080C8E2CEF5__INCLUDED_
  3. #include "InputComboBox.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // InputBar.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CInputBar window
  11. class CInputBar : public CToolBar
  12. {
  13. // Construction
  14. public:
  15. CInputBar();
  16. // Attributes
  17. public:
  18.     //CInputBox m_comboBox;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CInputBar)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. CInputComboBox m_comboBox;
  28. CFont m_font;
  29. virtual ~CInputBar();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CInputBar)
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_INPUTBAR_H__C35C13D6_0120_11D4_97D4_0080C8E2CEF5__INCLUDED_)