// [!output INPLACE_FRAME_HEADER] : interface de la classe [!output INPLACE_FRAME_CLASS] // #pragma once class [!output INPLACE_FRAME_CLASS] : public [!output INPLACE_FRAME_BASE_CLASS] { DECLARE_DYNCREATE([!output INPLACE_FRAME_CLASS]) public: [!output INPLACE_FRAME_CLASS](); // Attributs public: // Opérations public: // Substitutions [!if DOCKING_TOOLBAR] public: virtual BOOL OnCreateControlBars(CFrameWnd* pWndFrame, CFrameWnd* pWndDoc); [!endif] virtual BOOL PreCreateWindow(CREATESTRUCT& cs); // Implémentation public: virtual ~[!output INPLACE_FRAME_CLASS](); #ifdef _DEBUG virtual void AssertValid() const; #endif protected: [!if DOCKING_TOOLBAR] CToolBar m_wndToolBar; [!if TOOLBAR_STYLE_REBAR] CDialogBar m_wndDlgBar; CReBar m_wndReBar; [!endif] [!endif] COleDropTarget m_dropTarget; COleResizeBar m_wndResizeBar; // Fonctions générées de la table des messages protected: afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); DECLARE_MESSAGE_MAP() };