PasRTDatView.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:2k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // PasRTDatView.h : interface of the CPasRTDatView class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CPasRTDatView : public CView
- {
- protected: // create from serialization only
- CPasRTDatView();
- DECLARE_DYNCREATE(CPasRTDatView)
- // Attributes
- public:
- CPasRTDatDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPasRTDatView)
- 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 ~CPasRTDatView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPasRTDatView)
- afx_msg void OnRtdatAutosave();
- afx_msg void OnUpdateRtdatAutosave(CCmdUI* pCmdUI);
- afx_msg void OnRtdatReadrtdat();
- afx_msg void OnRtdatSavertdat();
- afx_msg void OnRtdatSendrtdat();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnDestroy();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnRtdatAutoread();
- afx_msg void OnUpdateRtdatAutoread(CCmdUI* pCmdUI);
- afx_msg void OnRtdatSettime();
- afx_msg void OnRtdatSetperiod();
- afx_msg void OnRtdatRtumea();
- afx_msg void OnUpdateRtdatRtumea(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in PasRTDatView.cpp
- inline CPasRTDatDoc* CPasRTDatView::GetDocument()
- { return (CPasRTDatDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////