📄 jhhbview.h
字号:
// Written by JHCC
// JHHBView.h : interface of the CJHHBView class
//
/////////////////////////////////////////////////////////////////////////////
#include "DatabaseList.h"
#include "GraphWnd.h"
#include "ATabCtrl.h"
static BOOL bSelectPH; // ljh add
static BOOL bSelectCOD; // ljh add
static BOOL bSelectFLOW; // ljh add
static BOOL bSelectNH4N; // ljh add
class CJHHBView : public CScrollView
{
protected: // create from serialization only
CJHHBView();
DECLARE_DYNCREATE(CJHHBView)
// Attributes
public:
CGraphWnd m_MonitWnd; CATabCtrl m_Spy;
// CDatabaseList m_DataList;
public:
CJHHBDoc* GetDocument();
// Operations
public:
virtual void OnStationSelChange(NMHDR* pNMHDR, LRESULT* pResult);
// void RefreshDataWnd(COleDateTime& time);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJHHBView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CJHHBView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CJHHBView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in JHHBView.cpp
inline CJHHBDoc* CJHHBView::GetDocument()
{ return (CJHHBDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -