SysHistoryDlg.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_SYSHISTORYDLG_H__E8F1276D_547A_4023_B41E_E066EC41A377__INCLUDED_)
  12. #define AFX_SYSHISTORYDLG_H__E8F1276D_547A_4023_B41E_E066EC41A377__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // SysHistoryDlg.h : header file
  17. //
  18. #include "icqwindow.h"
  19. #include "MyDlg.h"
  20. #include "ListCtrlEx.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CSysHistoryDlg dialog
  23. class CSysHistoryDlg : public CMyDlg, public IcqWindow
  24. {
  25. // Construction
  26. public:
  27. CSysHistoryDlg(CWnd* pParent = NULL);   // standard constructor
  28. // Dialog Data
  29. //{{AFX_DATA(CSysHistoryDlg)
  30. enum { IDD = IDD_SYS_HISTORY };
  31. CListCtrlEx m_ctlHistory;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CSysHistoryDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. virtual void PostNcDestroy();
  39. //}}AFX_VIRTUAL
  40. private:
  41. void deleteAllItems();
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CSysHistoryDlg)
  46. virtual void OnCancel();
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnDblclkHistory(NMHDR* pNMHDR, LRESULT* pResult);
  49. afx_msg void OnSize(UINT nType, int cx, int cy);
  50. afx_msg void OnDelete();
  51. afx_msg void OnDeleteAll();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_SYSHISTORYDLG_H__E8F1276D_547A_4023_B41E_E066EC41A377__INCLUDED_)