You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.7 KiB
C++

// mfxtest2View.h : Schnittstelle der Klasse CMfxtest2View
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MFXTEST2VIEW_H__C6463387_5700_4DA8_BA12_ADC954A3E4AF__INCLUDED_)
#define AFX_MFXTEST2VIEW_H__C6463387_5700_4DA8_BA12_ADC954A3E4AF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMfxtest2View : public CView
{
protected: // Nur aus Serialisierung erzeugen
CMfxtest2View();
DECLARE_DYNCREATE(CMfxtest2View)
// Attribute
public:
CMfxtest2Doc* GetDocument();
// Operationen
public:
// Überladungen
// Vom Klassenassistenten generierte Überladungen virtueller Funktionen
//{{AFX_VIRTUAL(CMfxtest2View)
public:
virtual void OnDraw(CDC* pDC); // überladen zum Zeichnen dieser Ansicht
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void PreSubclassWindow();
//}}AFX_VIRTUAL
// Implementierung
public:
virtual ~CMfxtest2View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generierte Message-Map-Funktionen
protected:
//{{AFX_MSG(CMfxtest2View)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // Testversion in mfxtest2View.cpp
inline CMfxtest2Doc* CMfxtest2View::GetDocument()
{ return (CMfxtest2Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
#endif // !defined(AFX_MFXTEST2VIEW_H__C6463387_5700_4DA8_BA12_ADC954A3E4AF__INCLUDED_)