www.pudn.com > GreyScalDevideDaJing.rar > GreyScalDevideDaJingView.h
// GreyScalDevideDaJingView.h : interface of the CGreyScalDevideDaJingView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GREYSCALDEVIDEDAJINGVIEW_H__BF0BEF6E_9DCC_472F_BD9E_873954EFA6F7__INCLUDED_)
#define AFX_GREYSCALDEVIDEDAJINGVIEW_H__BF0BEF6E_9DCC_472F_BD9E_873954EFA6F7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGreyScalDevideDaJingView : public CView
{
protected: // create from serialization only
CGreyScalDevideDaJingView();
DECLARE_DYNCREATE(CGreyScalDevideDaJingView)
// Attributes
public:
CGreyScalDevideDaJingDoc* GetDocument();
int GetGreyValveDajing(char *pData,int lWidth,int lHeight);
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGreyScalDevideDaJingView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CGreyScalDevideDaJingView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CGreyScalDevideDaJingView)
// 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 GreyScalDevideDaJingView.cpp
inline CGreyScalDevideDaJingDoc* CGreyScalDevideDaJingView::GetDocument()
{ return (CGreyScalDevideDaJingDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GREYSCALDEVIDEDAJINGVIEW_H__BF0BEF6E_9DCC_472F_BD9E_873954EFA6F7__INCLUDED_)