00001 #if !defined(AFX_RESIZABLEPAGE_H__INCLUDED_)
00002 #define AFX_RESIZABLEPAGE_H__INCLUDED_
00003
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007
00008
00009
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00023
00024 #include "ResizableLayout.h"
00025
00026
00028
00029
00030 class CResizablePage : public CPropertyPage, public CResizableLayout
00031 {
00032 DECLARE_DYNCREATE(CResizablePage)
00033
00034
00035 public:
00036 CResizablePage();
00037 CResizablePage(UINT nIDTemplate, UINT nIDCaption = 0);
00038 CResizablePage(LPCTSTR lpszTemplateName, UINT nIDCaption = 0);
00039
00040
00041 public:
00042
00043
00044 public:
00045
00046
00047
00048
00049
00050
00051
00052 public:
00053 virtual ~CResizablePage();
00054
00055
00056 protected:
00057
00058 virtual CWnd* GetResizableWnd()
00059 {
00060
00061 return this;
00062 };
00063
00064
00065 protected:
00066
00067 afx_msg void OnSize(UINT nType, int cx, int cy);
00068 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
00069
00070 DECLARE_MESSAGE_MAP()
00071 };
00072
00074
00075
00076
00077
00078 #endif // !defined(AFX_RESIZABLEPAGE_H__INCLUDED_)