Скачиваний:
11
Добавлен:
01.05.2014
Размер:
1.57 Кб
Скачать
#if !defined(AFX_INFOVEIW_H__E7EC0B3B_4755_46A1_883D_453FFE8AF8EE__INCLUDED_)
#define AFX_INFOVEIW_H__E7EC0B3B_4755_46A1_883D_453FFE8AF8EE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InfoVeiw.h : header file
//
#include "Interfaces.h"
/////////////////////////////////////////////////////////////////////////////
// CInfoVeiw view

class CInfoVeiw : public CEditView, public IOutput
{
    CFont m_Font;

protected:
	CInfoVeiw();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CInfoVeiw)

// Operations
public:

    void AppendText(char * pStr);

    virtual void Printf(const char *, ...);
    virtual void Clear();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CInfoVeiw)
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CInfoVeiw();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CInfoVeiw)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
    afx_msg BOOL OnEditChange();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_INFOVEIW_H__E7EC0B3B_4755_46A1_883D_453FFE8AF8EE__INCLUDED_)
Соседние файлы в папке Курсовая работа2