- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
Exam8_4View.h
资源名称:Exam7_4.rar [点击查看]
上传用户:tonybian
上传日期:2007-01-18
资源大小:328k
文件大小:2k
源码类别:
图形图象
开发平台:
WINDOWS
- // Exam8_4View.h : interface of the CExam8_4View class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_Exam8_4VIEW_H__AB5DD531_05EC_4A8F_A5A8_2A77DE851900__INCLUDED_)
- #define AFX_Exam8_4VIEW_H__AB5DD531_05EC_4A8F_A5A8_2A77DE851900__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CExam8_4View : public CView
- {
- public:
- int m_nSampleNumber;
- CRect m_DestinationRect;
- double m_dDegrees;
- CRect m_recClient;
- bool m_bShow[20];
- CRect m_DisplayRect[20];
- protected: // create from serialization only
- CExam8_4View();
- DECLARE_DYNCREATE(CExam8_4View)
- // Attributes
- public:
- CExam8_4Doc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExam8_4View)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- virtual void OnInitialUpdate();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CExam8_4View();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CExam8_4View)
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnSample01();
- afx_msg void OnSample02();
- afx_msg void OnSample03();
- afx_msg void OnSample04();
- afx_msg void OnSample05();
- afx_msg void OnSample06();
- afx_msg void OnSample07();
- afx_msg void OnSample08();
- afx_msg void OnSample09();
- afx_msg void OnSample11();
- afx_msg void OnSample12();
- afx_msg void OnSample13();
- afx_msg void OnSample10();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in Exam8_4View.cpp
- inline CExam8_4Doc* CExam8_4View::GetDocument()
- { return (CExam8_4Doc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_Exam8_4VIEW_H__AB5DD531_05EC_4A8F_A5A8_2A77DE851900__INCLUDED_)