www.pudn.com > PressMonitor_q.zip > PressRealView.h
#if !defined(AFX_PRESSREALVIEW_H__637BEB00_63AA_11D0_99A1_000021004832__INCLUDED_) #define AFX_PRESSREALVIEW_H__637BEB00_63AA_11D0_99A1_000021004832__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PressRealView.h : header file // #include "3DTrendCtrl.h" #include "xShadeButton.h" ///////////////////////////////////////////////////////////////////////////// // CPressRealView form view #ifndef __AFXEXT_H__ #include#endif class CPressRealView : public CFormView { protected: CPressRealView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CPressRealView) // Form Data public: //{{AFX_DATA(CPressRealView) enum { IDD = IDD_PRESS_REAL_FORM }; // CxShadeButton m_btn7; CxShadeButton m_btn6; CxShadeButton m_btn5; CxShadeButton m_btn4; CxShadeButton m_btn3; CxShadeButton m_btn2; CxShadeButton m_btn1; CxShadeButton m_btn0; C3DTrendCtrl m_3DTrend; //}}AFX_DATA // Attributes public: CRect m_rectPrint; CRect m_rectTitle; CRect m_rectFooter; CRect m_rectChart; // Operations public: void UpdateControl(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPressRealView) public: virtual void OnInitialUpdate(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint); // virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); // virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); // virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); // virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo); //}}AFX_VIRTUAL // Implementation protected: virtual ~CPressRealView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CPressRealView) afx_msg void OnCheck0(); afx_msg void OnCheck1(); afx_msg void OnCheck2(); afx_msg void OnCheck3(); afx_msg void OnCheck4(); afx_msg void OnCheck5(); afx_msg void OnCheck6(); //}}AFX_MSG DECLARE_MESSAGE_MAP() /* private: void PrintPageFooter(CDC* pDC); void PrintPageHeader(CDC* pDC); */ }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PRESSREALVIEW_H__637BEB00_63AA_11D0_99A1_000021004832__INCLUDED_)