DispDemo1.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. // DispDemo1.h : main header file for the DISPDEMO1 application
  21. //
  22. #if !defined(AFX_DISPDEMO1_H__237D70BF_D43B_4565_9C01_437B15FA6FB2__INCLUDED_)
  23. #define AFX_DISPDEMO1_H__237D70BF_D43B_4565_9C01_437B15FA6FB2__INCLUDED_
  24. #if _MSC_VER >= 1000
  25. #pragma once
  26. #endif // _MSC_VER >= 1000
  27. #ifndef __AFXWIN_H__
  28. #error include 'stdafx.h' before including this file for PCH
  29. #endif
  30. #include "resource.h"       // main symbols
  31. /////////////////////////////////////////////////////////////////////////////
  32. // CDispDemo1App:
  33. // See DispDemo1.cpp for the implementation of this class
  34. //
  35. class CDispDemo1App : public CWinApp
  36. {
  37. public:
  38. CDispDemo1App();
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CDispDemo1App)
  42. public:
  43. virtual BOOL InitInstance();
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. //{{AFX_MSG(CDispDemo1App)
  47. afx_msg void OnAppAbout();
  48. // NOTE - the ClassWizard will add and remove member functions here.
  49. //    DO NOT EDIT what you see in these blocks of generated code !
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_DISPDEMO1_H__237D70BF_D43B_4565_9C01_437B15FA6FB2__INCLUDED_)