Int2.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // Interior2.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_INTERIOR2_H__99E7B193_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_)
  13. #define AFX_INTERIOR2_H__99E7B193_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_
  14. #include "ResizablePageEx.h"
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. /////////////////////////////////////////////////////////////////////////////
  19. // Interior2 dialog
  20. class CInterior2 : public CResizablePageEx
  21. {
  22. DECLARE_DYNCREATE(CInterior2)
  23. // Construction
  24. public:
  25. CInterior2();
  26. ~CInterior2();
  27. // Dialog Data
  28. //{{AFX_DATA(CInterior2)
  29. enum { IDD = IDD_INTERIOR2 };
  30. // NOTE - ClassWizard will add data members here.
  31. // DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(CInterior2)
  36. public:
  37. virtual BOOL OnSetActive();
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CInterior2)
  45. virtual BOOL OnInitDialog();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_INTERIOR2_H__99E7B193_4A5C_11D1_BF2C_00C04FC99F83__INCLUDED_)