www.pudn.com > TCPIPAnalyse1.rar > IrisAnalyseViewR.h
#if !defined(AFX_IRISANALYSEVIEWR_H__BF00493E_5848_4A08_8852_88C74337C60B__INCLUDED_)
#define AFX_IRISANALYSEVIEWR_H__BF00493E_5848_4A08_8852_88C74337C60B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IrisAnalyseViewR.h : header file
//
#include "IrisAnalyseDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CIrisAnalyseViewR view
class CIrisAnalyseViewR : public CListView
{
protected:
CIrisAnalyseViewR(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CIrisAnalyseViewR)
protected:
UINT m_nFileLength;
// Attributes
public:
CIrisAnalyseDoc* GetDocument();
protected:
int DispDataRight();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIrisAnalyseViewR)
public:
virtual void OnInitialUpdate();
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CIrisAnalyseViewR();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CIrisAnalyseViewR)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in IrisAnalyseViewL.cpp
inline CIrisAnalyseDoc* CIrisAnalyseViewL::GetDocument()
{ return (CIrisAnalyseDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IRISANALYSEVIEWR_H__BF00493E_5848_4A08_8852_88C74337C60B__INCLUDED_)