trfAgentView.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // trfAgentView.h : interface of the CTrfAgentView class
- #ifndef _TRFAGENTVIEW_H
- #define _TRFAGENTVIEW_H
- class CTrfAgentView : public CView
- {
- protected: // create from serialization only
- CTrfAgentView();
- DECLARE_DYNCREATE(CTrfAgentView)
- // Attributes
- public:
- CTrfAgentDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTrfAgentView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CTrfAgentView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTrfAgentView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in trfAgentView.cpp
- inline CTrfAgentDoc* CTrfAgentView::GetDocument()
- { return (CTrfAgentDoc*)m_pDocument; }
- #endif
- #endif //_TRFAGENTVIEW_H