www.pudn.com > Triumph.rar > TriumphView.h
// TriumphView.h : interface of the CTriumphView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TRIUMPHVIEW_H__262D1170_CB11_4394_A866_A0D6F62761B8__INCLUDED_)
#define AFX_TRIUMPHVIEW_H__262D1170_CB11_4394_A866_A0D6F62761B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Medium.h"
class CTriumphView : public CScrollView
{
protected: // create from serialization only
CTriumphView();
DECLARE_DYNCREATE(CTriumphView)
// Attributes
public:
CTriumphDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTriumphView)
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
//}}AFX_VIRTUAL
// Implementation
public:
BOOL HaveDirectary(CString dir);
void TextOut(CDC * pDC,int x,int y,NOTESTRUCT ns);
virtual ~CTriumphView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
CString Path_Cet_4;
CString Path_Cet_6;
CString Path_KaoYan;
// Generated message map functions
protected:
//{{AFX_MSG(CTriumphView)
// 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 TriumphView.cpp
inline CTriumphDoc* CTriumphView::GetDocument()
{ return (CTriumphDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TRIUMPHVIEW_H__262D1170_CB11_4394_A866_A0D6F62761B8__INCLUDED_)