HistoryListBox.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. #if !defined(AFX_HISTORYLISTBOX_H__42CCCD8D_8050_446E_9B76_652D2E202745__INCLUDED_)
  12. #define AFX_HISTORYLISTBOX_H__42CCCD8D_8050_446E_9B76_652D2E202745__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // HistoryListBox.h : header file
  17. //
  18. #include "icqclient.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CHistoryListBox window
  21. class CHistoryListBox : public CListBox
  22. {
  23. // Construction
  24. public:
  25. CHistoryListBox();
  26. // Attributes
  27. public:
  28. // Operations
  29. public:
  30. BOOL loadHistory(uint32 uin);
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CHistoryListBox)
  34. public:
  35. virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  36. virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. public:
  40. virtual ~CHistoryListBox();
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CHistoryListBox)
  44. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  45. afx_msg void OnRecordCopy();
  46. afx_msg void OnRecordDel();
  47. afx_msg void OnRecordCut();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. private:
  51. uint32 uin;
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_HISTORYLISTBOX_H__42CCCD8D_8050_446E_9B76_652D2E202745__INCLUDED_)