DispDemo1View.h
上传用户:fjqzjn
上传日期:2008-01-21
资源大小:2764k
文件大小:3k
源码类别:

Windows CE

开发平台:

Visual C++

  1. /******************************************************************************
  2. ** Copyright (C) 2004. Intel Corporation. All Rights Reserved. 
  3. **
  4. ** The source code contained or described herein and all documents related to the
  5. ** source code ("Material") are owned by Intel Corporation or its suppliers or 
  6. ** licensors. Title to the Material remains with Intel Corporation or its suppliers
  7. ** and licensors. The Material contains trade secrets and proprietary and 
  8. ** confidential information of Intel or its suppliers and licensors. The Material 
  9. ** is protected by worldwide copyright and trade secret laws and treaty provisions.
  10. ** No part of the Material may be used, copied, reproduced, modified, published, 
  11. ** uploaded, posted, transmitted, distributed, or disclosed in any way without 
  12. ** Intel抯 prior express written permission.
  13. ** 
  14. ** No license under any patent, copyright, trade secret or other intellectual 
  15. ** property right is granted to or conferred upon you by disclosure or delivery 
  16. ** of the Materials, either expressly, by implication, inducement, estoppel or 
  17. ** otherwise. Any license under such intellectual property rights must be express 
  18. ** and approved by Intel in writing.
  19. ******************************************************************************/
  20. // DispDemo1View.h : interface of the CDispDemo1View class
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #if !defined(AFX_DISPDEMO1VIEW_H__F9D172A7_D195_40A1_85EF_24C998139207__INCLUDED_)
  24. #define AFX_DISPDEMO1VIEW_H__F9D172A7_D195_40A1_85EF_24C998139207__INCLUDED_
  25. #if _MSC_VER >= 1000
  26. #pragma once
  27. #endif // _MSC_VER >= 1000
  28. class CDispDemo1View : public CView
  29. {
  30. protected: // create from serialization only
  31. CDispDemo1View();
  32. DECLARE_DYNCREATE(CDispDemo1View)
  33. // Attributes
  34. public:
  35. CDispDemo1Doc* GetDocument();
  36. // Operations
  37. public:
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CDispDemo1View)
  41. public:
  42. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  43. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  44. protected:
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. public:
  48. virtual ~CDispDemo1View();
  49. #ifdef _DEBUG
  50. virtual void AssertValid() const;
  51. virtual void Dump(CDumpContext& dc) const;
  52. #endif
  53. protected:
  54. // Generated message map functions
  55. protected:
  56. //{{AFX_MSG(CDispDemo1View)
  57. // NOTE - the ClassWizard will add and remove member functions here.
  58. //    DO NOT EDIT what you see in these blocks of generated code !
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. #ifndef _DEBUG  // debug version in DispDemo1View.cpp
  63. inline CDispDemo1Doc* CDispDemo1View::GetDocument()
  64.    { return (CDispDemo1Doc*)m_pDocument; }
  65. #endif
  66. /////////////////////////////////////////////////////////////////////////////
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  69. #endif // !defined(AFX_DISPDEMO1VIEW_H__F9D172A7_D195_40A1_85EF_24C998139207__INCLUDED_)