⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isodataview.h

📁 vc++ study
💻 H
字号:
// IsoDataView.h : interface of the CIsoDataView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_ISODATAVIEW_H__72C5EAF9_ECF4_4213_B92A_9E689730B931__INCLUDED_)
#define AFX_ISODATAVIEW_H__72C5EAF9_ECF4_4213_B92A_9E689730B931__INCLUDED_

#include "GridCtrl.h"	// Added by ClassView
#include "IsoDataDoc.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


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

// Attributes
public:
	CIsoDataDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CIsoDataView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	CObList  patternList;
	CObList  patterncenterList;
	double m_dWholeAverDis;
	int m_iExpectPaCenMount;
	int m_iInitialPaCenMount;
	int m_iMinPaMount;
	double m_dMaxBZCha;
	double m_dMinDisPatCen;
	int m_iMaxUniteMount;
	int m_iMaxCount;
	CGridCtrl * m_pGridCtrl;
	int m_iPatternMension;
	int m_iPatternMount;
	virtual ~CIsoDataView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CIsoDataView)
	afx_msg void OnClusterInput();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnClusterIsodata();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in IsoDataView.cpp
inline CIsoDataDoc* CIsoDataView::GetDocument()
   { return (CIsoDataDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_ISODATAVIEW_H__72C5EAF9_ECF4_4213_B92A_9E689730B931__INCLUDED_)

⌨️ 快捷键说明

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