PapersBar.h
上传用户:wujian85
上传日期:2010-04-08
资源大小:227k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PAPERSBAR_H__08DDE511_0B44_11D2_8413_0000B43382FE__INCLUDED_)
  2. #define AFX_PAPERSBAR_H__08DDE511_0B44_11D2_8413_0000B43382FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PapersBar.h : header file
  7. //
  8. #include "PagePage1.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPapersBar window
  11. class Doc;
  12. class CPapersBar : public SECControlBar
  13. {
  14. // Construction
  15. public:
  16. CPapersBar();
  17. // Attributes
  18. public:
  19. CListCtrl wndList;
  20. CImageList  lima;
  21. Doc * pDoc;
  22. CPagePage1 pPage1;
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPapersBar)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CPapersBar();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CPapersBar)
  35. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  36. afx_msg void OnSize(UINT nType, int cx, int cy);
  37. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  38. afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
  39. afx_msg void OnEndlabeleditList1(NMHDR* pNMHDR, LRESULT* pResult);
  40. afx_msg void OnSetfocusList1(NMHDR* pNMHDR, LRESULT* pResult);
  41. afx_msg void OnKillfocusList1(NMHDR* pNMHDR, LRESULT* pResult);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_PAPERSBAR_H__08DDE511_0B44_11D2_8413_0000B43382FE__INCLUDED_)