22 Star 28 Fork 8

红薯/Apache Log Analyzer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ApacheLogAnalyzerView.h 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
Winter Lau 提交于 2015-11-09 17:13 +08:00 . init
#if !defined(AFX_APACHELOGANALYZERVIEW1_H__B0763914_D942_4BE3_8371_98E8C9E88E53__INCLUDED_)
#define AFX_APACHELOGANALYZERVIEW1_H__B0763914_D942_4BE3_8371_98E8C9E88E53__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ApacheLogAnalyzerView.h : header file
//
#include "ListCtrlEx.h"
/////////////////////////////////////////////////////////////////////////////
// CLogAnalyzerView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CLogAnalyzerView : public CFormView
{
protected:
BOOL m_InitList;
CLogAnalyzerView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CLogAnalyzerView)
// Form Data
public:
//{{AFX_DATA(CLogAnalyzerView)
enum { IDD = IDD_FORMVIEW };
CProgressCtrl m_ctlStatProgress;
CListCtrlEx m_ListErrorCode;
CListCtrlEx m_ListHost;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLogAnalyzerView)
public:
virtual void OnInitialUpdate();
virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CLogAnalyzerView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CLogAnalyzerView)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_APACHELOGANALYZERVIEW1_H__B0763914_D942_4BE3_8371_98E8C9E88E53__INCLUDED_)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ld/Apache-Log-Analyzer.git
git@gitee.com:ld/Apache-Log-Analyzer.git
ld
Apache-Log-Analyzer
Apache Log Analyzer
master

搜索帮助