yonghujiemianview.h

来自「生理参数的用户界面」· C头文件 代码 · 共 92 行

H
92
字号
// yonghujiemianView.h : interface of the CYonghujiemianView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_YONGHUJIEMIANVIEW_H__1C9092EB_E651_40D1_9635_E50E0B2AF4CA__INCLUDED_)
#define AFX_YONGHUJIEMIANVIEW_H__1C9092EB_E651_40D1_9635_E50E0B2AF4CA__INCLUDED_

#include "MYdialog1.h"	// Added by ClassView
#include "MYdialog2.h"	// Added by ClassView
#include "MYdialog3.h"	// Added by ClassView
#include "MYdialog4.h"	// Added by ClassView
#include "MYdialog5.h"	// Added by ClassView
#include "MYdialog6.h"	// Added by ClassView
#include "MYdialog7.h"	// Added by ClassView
#include "MYdialog8.h"	// Added by ClassView
#include "MYdialog9.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CYonghujiemianView : public CView
{
protected: // create from serialization only
	CYonghujiemianView();
	DECLARE_DYNCREATE(CYonghujiemianView)

// Attributes
public:
	CYonghujiemianDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CYonghujiemianView)
	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 ~CYonghujiemianView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	CMYdialog8 MYdialog8;
	CMYdialog7 MYdialog7;
	CMYdialog6 MYdialog6;
	CMYdialog5 MYdialog5;
	CMYdialog4 MYdialog4;
	CMYdialog3 MYdialog3;
	CMYdialog2 MYdialog2;
	CMYdialog1 MYdialog;
	//{{AFX_MSG(CYonghujiemianView)
	afx_msg void OnShowdialog1();
	afx_msg void OnShowdialog2();
	afx_msg void OnShowdialog3();
	afx_msg void OnShowdialog4();
	afx_msg void OnShowdialog5();
	afx_msg void OnShowdialog6();
	afx_msg void OnShowdialog7();
	afx_msg void OnShowdialog8();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in yonghujiemianView.cpp
inline CYonghujiemianDoc* CYonghujiemianView::GetDocument()
   { return (CYonghujiemianDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_YONGHUJIEMIANVIEW_H__1C9092EB_E651_40D1_9635_E50E0B2AF4CA__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?