www.pudn.com > duanxinfangwei.rar > FormView_RuntimeQuery.h
#if !defined(AFX_FORMVIEW_RUNTIMEQUERY_H__F22E4853_D9D9_4D00_B81A_44B787DC9FA3__INCLUDED_)
#define AFX_FORMVIEW_RUNTIMEQUERY_H__F22E4853_D9D9_4D00_B81A_44B787DC9FA3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormView_RuntimeQuery.h : header file
//
#define UPDATEQUERYINFO 0xF1
/////////////////////////////////////////////////////////////////////////////
// CFormView_RuntimeQuery view
class CFormView_RuntimeQuery : public CListView
{
public:
CFormView_RuntimeQuery();
protected:
// CFormView_RuntimeQuery(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFormView_RuntimeQuery)
// Attributes
public:
// Operations
public:
void DspRuntimeQueryInfo();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormView_RuntimeQuery)
public:
virtual void OnInitialUpdate();
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormView_RuntimeQuery();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CFormView_RuntimeQuery)
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMVIEW_RUNTIMEQUERY_H__F22E4853_D9D9_4D00_B81A_44B787DC9FA3__INCLUDED_)