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

📄 treedisp.h

📁 VC环境下电力系统故障录波数据管理系统
💻 H
字号:
#if !defined(AFX_TREEDISP_H__D8A5C4A2_683A_11D2_A9B4_BB4AACB6FE53__INCLUDED_)
#define AFX_TREEDISP_H__D8A5C4A2_683A_11D2_A9B4_BB4AACB6FE53__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// TreeDisp.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTreeDisp view

class CTreeDisp : public CView
{
	CFont Fontl,Fontb;
	CRect SelectRect;
	int TextHeight,cyHScroll;
	int ScrollNum,ScrlIndex;

	void DrawBottom();
	int GetDisplayNumber();
	BOOL GetSubCurveIndex(CPoint point,int& Num,int& NumS);
protected:
	CTreeDisp();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CTreeDisp)

// Attributes
public:
	CWgl_32Doc* GetDocument();

	void SetVScroll();
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTreeDisp)
	public:
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	virtual void OnInitialUpdate();
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
	//}}AFX_VIRTUAL

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

	// Generated message map functions
protected:
	//{{AFX_MSG(CTreeDisp)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TREEDISP_H__D8A5C4A2_683A_11D2_A9B4_BB4AACB6FE53__INCLUDED_)

⌨️ 快捷键说明

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