#pragma once #include #include "MyFormInputShow.h" class CMyPaneInputShow : public CDockablePane { DECLARE_DYNAMIC(CMyPaneInputShow) public: CMyPaneInputShow(); virtual ~CMyPaneInputShow(); CMyFormInputShow* m_pMyFormInputShow; protected: // CMyDialogLog m_MyDialogLog; // CEdit MyLogEdit1; DECLARE_MESSAGE_MAP() public: afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnDestroy(); };