www.pudn.com > PressMonitor_q.zip > AllParaView.h


#if !defined(AFX_ALLPARAVIEW_H__637BEB04_63AA_11D0_99A1_000021004832__INCLUDED_) 
#define AFX_ALLPARAVIEW_H__637BEB04_63AA_11D0_99A1_000021004832__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AllParaView.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAllParaView form view 
 
#ifndef __AFXEXT_H__ 
#include  
#endif 
 
class CAllParaView : public CFormView 
{ 
protected: 
	CAllParaView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CAllParaView) 
 
// Form Data 
public: 
	//{{AFX_DATA(CAllParaView) 
	enum { IDD = IDD_ALLPARA_FORM }; 
	CListCtrl	m_ListCtrlBinary; 
	CListCtrl	m_ListCtrlTestprj; 
	CListCtrl	m_ListCtrlTemp; 
	CListCtrl	m_ListCtrlRotate; 
	CListCtrl	m_ListCtrlPress; 
	CListCtrl	m_ListCtrlMove; 
	CListCtrl	m_ListCtrlAout; 
	//}}AFX_DATA 
 
// Attributes 
public: 
 
// Operations 
public: 
	void UpdateControl(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAllParaView) 
	public: 
	virtual void OnInitialUpdate(); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CAllParaView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
	//{{AFX_MSG(CAllParaView) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ALLPARAVIEW_H__637BEB04_63AA_11D0_99A1_000021004832__INCLUDED_)