treedisp.h
来自「用于电力工业中数据的采集、显示」· C头文件 代码 · 共 71 行
H
71 行
#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 + =
减小字号Ctrl + -
显示快捷键?