www.pudn.com > TCPIPAnalyse1.rar > IrisAnalyseViewL.h
// IrisAnalyseViewL.h : interface of the CIrisAnalyseViewL class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_IRISANALYSEVIEW_H__DC0FC29E_AE0C_4D1D_9DD7_3C5186BB5324__INCLUDED_)
#define AFX_IRISANALYSEVIEW_H__DC0FC29E_AE0C_4D1D_9DD7_3C5186BB5324__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "IrisAnalyseDoc.h"
class CIrisAnalyseViewL : public CListView
{
//protected: // create from serialization only
public:
CIrisAnalyseViewL();
DECLARE_DYNCREATE(CIrisAnalyseViewL)
// Attributes
public:
CIrisAnalyseDoc* GetDocument();
protected:
int DispDataLeft();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIrisAnalyseViewL)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CIrisAnalyseViewL();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
CFont m_fontScreen;
UINT m_cyScreen;
UINT m_nFileLength;
CString m_strPath;
// Generated message map functions
protected:
//{{AFX_MSG(CIrisAnalyseViewL)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}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_IRISANALYSEVIEW_H__DC0FC29E_AE0C_4D1D_9DD7_3C5186BB5324__INCLUDED_)