1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #if !defined(AFX_ShowLOg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
- #define AFX_ShowLOg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "ListSortCtrl.h"
- class ShowLOg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- void GetData();
- ShowLOg(CWnd* pParent = NULL); // standard constructor
- enum { IDD = IDD_DLGShowLOg };
- CListSortCtrl m_list;
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- protected:
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- DECLARE_MESSAGE_MAP()
- public: // Jeff.add
- int m_nIndex;
- CTime m_StartTime;
- CTime m_EndTime;
- CString m_strLogType;
- afx_msg void OnBnClickedTimefilter();
- afx_msg void OnBnClickedContentfind();
- protected:
- virtual void OnOK();
- };
- #endif // !defined(AFX_ShowLOg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
|