00001
00002
00003
00004 #ifndef __NSFlexMDIChildWnd_h__
00005 #define __NSFlexMDIChildWnd_h__
00006
00007 #include "NSViewsAfxExt.h"
00008
00009
00010
00011
00012
00013
00014
00015
00016 class AFX_EXT_NSVIEWS CNSFlexMDIChildWnd : public CMDIChildWnd
00017 {
00018
00019 DECLARE_DYNCREATE(CNSFlexMDIChildWnd)
00020
00021
00022
00023 public:
00024
00025
00026 CNSFlexMDIChildWnd();
00027
00028
00029 virtual ~CNSFlexMDIChildWnd();
00030
00031
00032
00033 public:
00034
00035
00036
00037
00038
00039 protected:
00040
00041
00042
00043 afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
00044
00045 afx_msg LRESULT OnSetMinTrackSize(WPARAM wParam, LPARAM lParam);
00046 DECLARE_MESSAGE_MAP()
00047
00048 private:
00049
00050 int m_nMinTrackingWidth;
00051 int m_nMinTrackingHeight;
00052
00053 };
00054
00055
00056
00057 #endif