INT1.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // Interior1.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #if !defined(AFX_INTERIOR1_H__99E7B194_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_)
  13. #define AFX_INTERIOR1_H__99E7B194_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CInterior1 dialog
  19. class CInterior1 : public CPropertyPageEx
  20. {
  21. DECLARE_DYNCREATE(CInterior1)
  22. // Construction
  23. public:
  24. CInterior1();
  25. ~CInterior1();
  26. // Dialog Data
  27. //{{AFX_DATA(CInterior1)
  28. enum { IDD = IDD_INTERIOR1_NEW };
  29. // NOTE - ClassWizard will add data members here.
  30. //    DO NOT EDIT what you see in these blocks of generated code !
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CInterior1)
  35. public:
  36. virtual BOOL OnSetActive();
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CInterior1)
  44. // NOTE: the ClassWizard will add member functions here
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_INTERIOR1_H__99E7B194_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_)