1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #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
- class ShowLOg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- void GetData();
- ShowLOg(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGShowLOg };
- CComboBox m_combo1;
- CSortListCtrl2 m_List1;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
-
- DECLARE_MESSAGE_MAP()
- public:
- int m_nIndex;
- CTime m_StartTime;
- CTime m_EndTime;
- afx_msg void OnBnClickedTimefilter();
- afx_msg void OnBnClickedContentfind();
- };
- #endif
|