MyBarBottom.h
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:1k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. #if !defined(AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_)
  2. #define AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyBarBottom.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyBarBottom window
  10. class CMyBarBottom : public CCJControlBar
  11. {
  12. // Construction
  13. public:
  14. CMyBarBottom();
  15. // Attributes
  16. public:
  17. CCJListCtrl m_ListCtrl;
  18. // Operations
  19. public:
  20. void BuildColumns(int nCols, int * nWidth, int * iCol);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMyBarBottom)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CMyBarBottom();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMyBarBottom)
  31. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_)