NSFlexMDIChildWnd.h

Go to the documentation of this file.
00001 // This code is a part of the NanoSoft NSViews C++ Library.
00002 // Copyright (C) 1996 NanoSoft Corporation. All rights reserved.
00003 
00004 #ifndef __NSFlexMDIChildWnd_h__
00005 #define __NSFlexMDIChildWnd_h__
00006 
00007 #include "NSViewsAfxExt.h"
00008 
00009 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00010 
00011 // CNSFlexMDIChildWnd provides a frame window for use with a CNSFlexFormView or
00012 // a CNSFlexPropertySheetView.
00013 
00014 // See the MFC CMDIChildWnd documentation for additional information.
00015 
00016 class AFX_EXT_NSVIEWS CNSFlexMDIChildWnd : public CMDIChildWnd
00017 {
00018 
00019   DECLARE_DYNCREATE(CNSFlexMDIChildWnd)
00020 
00021   // --------------------------------------------------------------------------
00022 
00023   public:
00024 
00025     // Constructor.
00026     CNSFlexMDIChildWnd();
00027 
00028     // Destructor.
00029     virtual ~CNSFlexMDIChildWnd();
00030 
00031   // --------------------------------------------------------------------------
00032 
00033   public:
00034 
00035     // ClassWizard
00036     //{{AFX_VIRTUAL(CNSFlexMDIChildWnd)
00037     //}}AFX_VIRTUAL
00038 
00039   protected:
00040 
00041     // ClassWizard
00042     //{{AFX_MSG(CNSFlexMDIChildWnd)
00043     afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
00044     //}}AFX_MSG
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

Generated on Thu Nov 20 04:28:49 2008 for HOOPLE Libraries by  doxygen 1.5.1